summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move legacy backgroundjob classes to a place where they can be autoloadedRobin Appelman2013-05-033-21/+36
* Add support for the old public backgroundjob apiRobin Appelman2013-04-243-23/+175
* Update documentation for \OCP\BackgroundJobRobin Appelman2013-04-241-14/+8
* lastRun is not a methodThomas Mueller2013-04-231-1/+1
* Don't try to use backgroundjobs before the installtion is doneRobin Appelman2013-04-221-5/+7
* Try to supress pre-upgrade backgroundjob errorRobin Appelman2013-04-211-1/+1
* Ensure we don't throw an exception before we can upgrade to the new backgroun...Robin Appelman2013-04-211-1/+5
* Add database table for backgroundjobRobin Appelman2013-04-211-1/+1
* Rework background job systemRobin Appelman2013-04-2010-341/+287
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-201-10/+22
* Merge pull request #3020 from owncloud/cleaner-webdav-reasonBart Visscher2013-04-191-1/+1
|\
| * Cleaner isWebDAVWorking reason, otherwise people overlook the reasonBart Visscher2013-04-191-1/+1
* | Merge pull request #3010 from owncloud/fix-cookie_pathThomas Tanghus2013-04-191-2/+3
|\ \
| * | Don't use empty session.cookie_path, otherwise we get multiple cookiesBart Visscher2013-04-181-2/+3
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2013-04-1832-34/+2
* | Warn when we do an upgradeBrice Maron2013-04-171-1/+1
|/
* Merge pull request #2978 from owncloud/displayname_can_be_nullBernhard Posselt2013-04-171-1/+1
|\
| * Remove not null constraint. Fix #2976Thomas Tanghus2013-04-171-1/+1
* | Merge pull request #2975 from owncloud/log-dateMorris Jobke2013-04-171-1/+2
|\ \ | |/ |/|
| * fix admin log display and use a more readable formatBernhard Posselt2013-04-171-1/+1
| * use date and time instead of timestampBernhard Posselt2013-04-171-1/+2
* | Merge pull request #2746 from owncloud/use-count-userexistsThomas Tanghus2013-04-171-2/+2
|\ \
| * | Use the MDB2 function to get the count resultBart Visscher2013-04-061-1/+1
| * | Use count SQL to check for user existanceBart Visscher2013-04-051-2/+2
* | | Merge pull request #2915 from Kondou-ger/handle_empty_datafolder_betterBart Visscher2013-04-171-1/+1
|\ \ \
| * | | Handle empty datafolder better.kondou2013-04-131-1/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-172-0/+18
* | | | Merge pull request #2943 from owncloud/always_load_cache_hooks_firstMichael Gapczynski2013-04-161-5/+0
|\ \ \ \
| * | | | always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-161-5/+0
* | | | | Merge pull request #2887 from owncloud/l10n-cachingBart Visscher2013-04-161-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | -L10N: cache the result of findLanguageRobin Appelman2013-04-121-0/+6
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-161-1/+1
| |_|_|/ |/| | |
* | | | Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-152-5/+21
* | | | Merge pull request #2909 from owncloud/addHookFrank Karlitschek2013-04-131-0/+4
|\ \ \ \
| * | | | allow Storages to join MountPoint initializationArthur Schiwon2013-04-131-0/+4
| | |/ / | |/| |
* / | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-131-1/+37
|/ / /
* / / [tx-robot] updated from transifexJenkins for ownCloud2013-04-121-0/+2
|/ /
* | Merge pull request #2747 from owncloud/cache-contructed-cache-objectsJörn Friedrich Dreyer2013-04-101-4/+20
|\ \
| * | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-04-051-4/+20
| |/
* | Merge pull request #2781 from owncloud/fix-2592Bernhard Posselt2013-04-101-1/+2
|\ \
| * | Initialize collectionTypes variable as falseMichael Gapczynski2013-04-081-0/+1
| * | Correct undefined variable in post_shared hook, fixes #2592Michael Gapczynski2013-04-071-1/+1
* | | Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-103-21/+62
* | | Merge pull request #2147 from eMerzh/split_configeMerzh2013-04-091-7/+17
|\ \ \
| * | | Small perf improvement : filter before sortBrice Maron2013-03-091-3/+3
| * | | Allow to load splited config files ref #946Brice Maron2013-03-061-7/+17
* | | | Merge pull request #2801 from OpenLarry/patch-1Bernhard Posselt2013-04-091-2/+2
|\ \ \ \
| * | | | fixes #2679OpenLarry2013-04-091-2/+2
* | | | | Merge pull request #2754 from owncloud/cookie-pathBernhard Posselt2013-04-092-4/+7
|\ \ \ \ \