-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,603 changed files
with
258,885 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ownCloud gives you freedom and control over your own data. | ||
A personal cloud which runs on your own server. | ||
|
||
http://ownCloud.org | ||
|
||
Installation instructions: http://owncloud.org/support | ||
|
||
Source code: https://github.com/owncloud | ||
Mailing list: https://mail.kde.org/mailman/listinfo/owncloud | ||
IRC channel: https://webchat.freenode.net/?channels=owncloud | ||
Diaspora: https://joindiaspora.com/u/owncloud | ||
Identi.ca: https://identi.ca/owncloud | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?php | ||
/** | ||
* ownCloud | ||
* | ||
* @author Jakob Sack | ||
* @copyright 2012 Jakob Sack owncloud@jakobsack.de | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
* License as published by the Free Software Foundation; either | ||
* version 3 of the License, or any later version. | ||
* | ||
* This library is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public | ||
* License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
|
||
// Unfortunately we need this class for shutdown function | ||
class my_temporary_cron_class { | ||
public static $sent = false; | ||
} | ||
|
||
function handleUnexpectedShutdown() { | ||
if( !my_temporary_cron_class::$sent ) { | ||
if( OC::$CLI ) { | ||
echo 'Unexpected error!'.PHP_EOL; | ||
} | ||
else{ | ||
OC_JSON::error( array( 'data' => array( 'message' => 'Unexpected error!'))); | ||
} | ||
} | ||
} | ||
|
||
$RUNTIME_NOSETUPFS = true; | ||
require_once 'lib/base.php'; | ||
|
||
// Don't do anything if ownCloud has not been installed | ||
if( !OC_Config::getValue( 'installed', false )) { | ||
exit( 0 ); | ||
} | ||
|
||
// Handle unexpected errors | ||
register_shutdown_function('handleUnexpectedShutdown'); | ||
|
||
// Exit if background jobs are disabled! | ||
$appmode = OC_Appconfig::getValue( 'core', 'backgroundjobs_mode', 'ajax' ); | ||
if( $appmode == 'none' ) { | ||
my_temporary_cron_class::$sent = true; | ||
if( OC::$CLI ) { | ||
echo 'Background Jobs are disabled!'.PHP_EOL; | ||
} | ||
else{ | ||
OC_JSON::error( array( 'data' => array( 'message' => 'Background jobs disabled!'))); | ||
} | ||
exit( 1 ); | ||
} | ||
|
||
if( OC::$CLI ) { | ||
if( $appmode != 'cron' ) { | ||
OC_Appconfig::setValue( 'core', 'backgroundjobs_mode', 'cron' ); | ||
} | ||
|
||
// check if backgroundjobs is still running | ||
$pid = OC_Appconfig::getValue( 'core', 'backgroundjobs_pid', false ); | ||
if( $pid !== false ) { | ||
// FIXME: check if $pid is still alive (*nix/mswin). if so then exit | ||
} | ||
// save pid | ||
OC_Appconfig::setValue( 'core', 'backgroundjobs_pid', getmypid()); | ||
|
||
// Work | ||
OC_BackgroundJob_Worker::doAllSteps(); | ||
} | ||
else{ | ||
if( $appmode == 'cron' ) { | ||
OC_JSON::error( array( 'data' => array( 'message' => 'Backgroundjobs are using system cron!'))); | ||
} | ||
else{ | ||
OC_BackgroundJob_Worker::doNextStep(); | ||
OC_JSON::success(); | ||
} | ||
} | ||
my_temporary_cron_class::$sent = true; | ||
exit(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
deny from all | ||
IndexIgnore * |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 1, active: 1","level":3,"time":1346863203} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 2, active: 1","level":3,"time":1347350531} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 3, active: 1","level":3,"time":1347352150} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 4, active: 1","level":3,"time":1347436390} | ||
{"app":"contacts","message":"\/opt\/local\/apache2\/htdocs\/owncloud45\/apps\/contacts\/ajax\/contact\/addproperty.php. Line: 56: Feld darf nicht leer sein.","level":3,"time":1347457773} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 5, active: 1","level":3,"time":1347616191} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 14, active: 1","level":3,"time":1347638131} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 15, active: 1","level":3,"time":1347893129} | ||
{"app":"OCP\\Share","message":"Share type 4 is not valid for 55","level":3,"time":1347963104} | ||
{"app":"OCP\\Share","message":"Share type 4 is not valid for 55","level":3,"time":1347963197} | ||
{"app":"OCP\\Share","message":"Share type 4 is not valid for 56","level":3,"time":1347963252} | ||
{"app":"files_sharing","message":"File source not found for: \/bilder","level":3,"time":1347963296} | ||
{"app":"files_sharing","message":"File source not found for: \/bilder","level":3,"time":1347963321} | ||
{"app":"files_sharing","message":"File source not found for: \/bilder","level":3,"time":1347963337} | ||
{"app":"files_sharing","message":"File source not found for: \/clientsync\/bilder","level":3,"time":1347963361} | ||
{"app":"files_sharing","message":"File source not found for: \/bilder","level":3,"time":1347963369} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 16, active: 1","level":3,"time":1347980685} | ||
{"app":"vobject","message":"Invalid VObject, line 1 did not follow the icalendar\/vcard format","level":3,"time":1347985862} | ||
{"app":"vobject","message":"Invalid VObject, line 1 did not follow the icalendar\/vcard format","level":3,"time":1347985862} | ||
{"app":"vobject","message":"Invalid VObject, line 1 did not follow the icalendar\/vcard format","level":3,"time":1347985862} | ||
{"app":"vobject","message":"Invalid VObject, line 1 did not follow the icalendar\/vcard format","level":3,"time":1347985862} | ||
{"app":"vobject","message":"Invalid VObject, line 1 did not follow the icalendar\/vcard format","level":3,"time":1347985862} | ||
{"app":"vobject","message":"Invalid VObject, line 1 did not follow the icalendar\/vcard format","level":3,"time":1347985862} | ||
{"app":"vobject","message":"Invalid VObject, line 1 did not follow the icalendar\/vcard format","level":3,"time":1347985862} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 17, active: 1","level":3,"time":1348068904} | ||
{"app":"OCP\\Share","message":"Sharing undefined failed, because the sharing backend for folder could not find its source","level":3,"time":1348074312} | ||
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 18, active: 1","level":3,"time":1348140344} | ||
{"app":"contacts","message":"\/opt\/local\/apache2\/htdocs\/owncloud45\/apps\/contacts\/ajax\/contact\/addproperty.php. Line: 56: Feld darf nicht leer sein.","level":3,"time":1348141070} | ||
{"app":"OCP\\Share","message":"Sharing undefined failed, because the sharing backend for folder could not find its source","level":3,"time":1348216382} | ||
{"app":"core","message":"Can't get app storage, app, user not logged in","level":3,"time":1348228285} | ||
{"app":"core","message":"Can't get app storage, app, user not logged in","level":3,"time":1348228285} | ||
{"app":"core","message":"Can't get app storage, app, user not logged in","level":3,"time":1348228285} | ||
{"app":"OCP\\Share","message":"Sharing 78 failed, because this item is already shared with a link","level":3,"time":1348404530} |
Oops, something went wrong.