summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Disallow URLs containing a @Lukas Reschke2013-04-231-2/+7
|
* Merge pull request #3073 from owncloud/setup-error-messageBernhard Posselt2013-04-221-1/+2
|\ | | | | Improve error message if user creation fails during setup
| * Improve error message if user creation fails during setupRobin Appelman2013-04-221-1/+2
| |
* | Merge pull request #3019 from owncloud/fix-3004Bart Visscher2013-04-221-2/+4
|\ \ | |/ |/| | | Test if we want a 3rdparty style/script before checking the 3rdparty root
| * Test if we want a 3rdparty style/script before checking the 3rdparty rootBart Visscher2013-04-191-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-04-221-1/+40
| |
* | [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 reason
| * 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 cookies
| * | 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 #2976
| * Remove not null constraint. Fix #2976Thomas Tanghus2013-04-171-1/+1
| |
* | Merge pull request #2975 from owncloud/log-dateMorris Jobke2013-04-171-1/+2
|\ \ | |/ |/| use date and time instead of timestamp in log
| * 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 count SQL to check for user existance
| * | 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.
| * | | Handle empty datafolder better.kondou2013-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If datafolder is erased, the default value will be shown as a placeholder. If installation is submitted without a datafolder the default value will be used.
* | | | [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 first
| * | | | 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 findLanguage
| * | | | -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 initialization
| * | | | 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\Com...
| * | 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
|\ \ | | | | | | Correct undefined variable in post_shared hook, fixes #2592
| * | 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
|\ \ \ | | | | | | | | [OC6] Allow to load splited config files
| * | | 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 #2679 - 5.0.3 Renaming -> Nothing happens
| * | | | fixes #2679OpenLarry2013-04-091-2/+2
| | | | |
* | | | | Merge pull request #2754 from owncloud/cookie-pathBernhard Posselt2013-04-092-4/+7
|\ \ \ \ \ | | | | | | | | | | | | Just send the cookies in the ownCloud directory
| * | | | | Juse send the cookies in the ownCloud directoryLukas Reschke2013-04-062-4/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #2799 from ↵Bernhard Posselt2013-04-092-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/add-mimetype-filter-to-getdirectorycontent Add mimetype filter to getDirectoryContent function
| * | | | | Add mimetype filter to getDirectoryContent functionBart Visscher2013-04-082-2/+4
| | | | | |