summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-261-0/+8
* Merge pull request #7748 from owncloud/postgresversionwarningThomas Müller2014-03-251-0/+35
|\
| * fixing code styleThomas Müller2014-03-251-2/+1
| * Log exception when PostgreSQL version check failedVincent Petry2014-03-241-1/+3
| * Added PostgreSQL version warning on upgradeVincent Petry2014-03-171-0/+34
* | Merge pull request #7864 from owncloud/routing-performanceThomas Müller2014-03-254-25/+103
|\ \
| * | Fix routes getting lost when loading app routes twiceRobin Appelman2014-03-251-7/+9
| * | fix incorect arrayRobin Appelman2014-03-251-1/+1
| * | Only load core routes for ocs and settingsRobin Appelman2014-03-251-1/+2
| * | Only load core routes when matching a core routeRobin Appelman2014-03-241-3/+5
| * | Cache generated urls for routesRobin Appelman2014-03-241-0/+43
| * | Only load routes from the apps we needRobin Appelman2014-03-242-14/+38
| * | Load the routes when matching or generating a route instead of when creating ...Robin Appelman2014-03-243-7/+13
* | | Merge pull request #7325 from owncloud/recursive-mkdir-localThomas Müller2014-03-252-2/+2
|\ \ \
| * \ \ Merge branch 'master' into recursive-mkdir-localRobin Appelman2014-02-2110-75/+124
| |\ \ \
| * | | | Also make "regular" local storage's mkdir recursiveRobin Appelman2014-02-201-1/+1
| * | | | Recursive mkdir fixes #7047Joshua Medeiros2014-02-201-1/+1
* | | | | Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-252-2/+28
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-1396-602/+808
| |\ \ \ \ \
| * | | | | | Fix check if fileinfo is validRobin Appelman2014-03-061-1/+1
| * | | | | | Fix updater when getFileInfo failsRobin Appelman2014-03-031-1/+4
| * | | | | | Also send explicit cache hooks when calling file_put_contents with a resourceRobin Appelman2014-02-281-0/+3
| * | | | | | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-0/+20
* | | | | | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-254-14/+27
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-1186-591/+628
| |\ \ \ \ \ \ \
| * | | | | | | | Check if fields we need are actually set to prevent errorsRobin Appelman2014-03-032-3/+3
| * | | | | | | | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-284-12/+25
* | | | | | | | | Merge pull request #7861 from owncloud/idn-domains-support-on-emails-masterThomas Müller2014-03-252-2/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use \OC_Mail::validateAddress() to validate the email address - fixes #7862Thomas Müller2014-03-242-2/+2
| * | | | | | | | | idn have to be converted before being usedThomas Müller2014-03-241-0/+17
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-251-0/+6
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #7714 from owncloud/phpunit-configicewind19912014-03-241-1/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Allow setting the config dir to use as enviroment variable for phpunitRobin Appelman2014-03-131-1/+3
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-242-2/+14
* | | | | | | | | Merge pull request #7820 from owncloud/core-macwarningMorris Jobke2014-03-211-1/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added warning for Mac OS on setup pageVincent Petry2014-03-201-1/+10
* | | | | | | | | | Merge pull request #7611 from owncloud/fix-updaterVincent Petry2014-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use $installedVersion instead of $currentVersionLukas Reschke2014-03-171-1/+1
* | | | | | | | | | | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswordsLukas Reschke2014-03-202-70/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Moved external storage mounting code to files_external appVincent Petry2014-03-191-70/+0
| * | | | | | | | | | | Added IV for ext storage password encryptionVincent Petry2014-03-191-0/+9
* | | | | | | | | | | | Merge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknownVincent Petry2014-03-201-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Still return quota value when free space is unknownVincent Petry2014-03-191-1/+8
* | | | | | | | | | | | Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry2014-03-205-4/+42
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Return 503 when a config/data dir error existsVincent Petry2014-03-142-0/+5
| * | | | | | | | | | | | Added .ocdata file to check for data folder validityVincent Petry2014-03-143-4/+37
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #7818 from owncloud/logException_undefined_variableMorris Jobke2014-03-201-5/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix 'Undefined variable: message' in OCP\Util::logExceptionThomas Tanghus2014-03-201-5/+2
* | | | | | | | | | | | | Merge pull request #7651 from owncloud/close-session-faster-masterThomas Müller2014-03-205-3/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into close-session-faster-masterThomas Müller2014-03-195-417/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |