summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Allow to skip retrieving from cache in the DiscoveryServiceRoeland Jago Douma2018-04-181-6/+9
* Log classnames of arguments in exception traceRobin Appelman2018-04-172-95/+143
* fix appinfo parsing when a single localized option is providedRobin Appelman2018-04-171-0/+5
* Provide an option to disable HTML emailsMorris Jobke2018-04-162-8/+15
* Fixes false positive possible sql injection by phanMorris Jobke2018-04-161-0/+2
* Fix autoloaderMorris Jobke2018-04-122-9/+33
* Merge pull request #8535 from nextcloud/new-color-generatorJan-Christoph Borchardt2018-04-121-108/+73
|\
| * fixup! Updated php generatorJohn Molakvoæ (skjnldsv)2018-04-061-8/+9
| * Updated php generatorJohn Molakvoæ (skjnldsv)2018-04-061-116/+80
* | dont keep shared database locks when running cli scriptsRobin Appelman2018-04-113-8/+50
* | Merge pull request #9024 from nextcloud/fix/app-fetcher-major-minor-versionsMorris Jobke2018-04-112-11/+120
|\ \
| * | Log possible exception caused by wrong version numberMorris Jobke2018-04-111-10/+15
| * | Fix version comparison with minor and patch level requirementsChristoph Wurst2018-04-112-8/+112
* | | log previous exceptionRobin Appelman2018-04-111-12/+23
* | | Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2Morris Jobke2018-04-112-45/+91
|\ \ \
| * | | adjust tests to new exception log formatRobin Appelman2018-04-111-6/+13
| * | | Log exceptions as nested array instead of encoded jsonRobin Appelman2018-04-102-45/+84
| | |/ | |/|
* | | Merge pull request #9074 from nextcloud/ARGON2IMorris Jobke2018-04-111-9/+36
|\ \ \ | |_|/ |/| |
| * | Add ARGON2I support to the hasherRoeland Jago Douma2018-04-041-9/+36
* | | Merge pull request #9137 from nextcloud/default-log-rotate-sizeMorris Jobke2018-04-111-1/+1
|\ \ \
| * | | Set the default log rotate size to 100 MBMorris Jobke2018-04-111-1/+1
* | | | Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooksMorris Jobke2018-04-112-0/+6
|\ \ \ \
| * | | | more consistent namingArthur Schiwon2018-04-052-6/+6
| * | | | admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-052-0/+6
* | | | | Fix AppFetcher::setVersion phpdocChristoph Wurst2018-04-101-1/+1
| |/ / / |/| | |
* | | | Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-stateMorris Jobke2018-04-091-3/+2
|\ \ \ \
| * | | | Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-3/+2
| | |_|/ | |/| |
* | | | Use zip32 only if there are less than 65536 filesDaniel Calviño Sánchez2018-04-062-8/+57
* | | | Use zip32 if possibleRoeland Jago Douma2018-04-062-9/+31
|/ / /
* | | Use the uid_lower columnRoeland Jago Douma2018-04-061-24/+65
* | | Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT_UTS46 i...Jared Boone2018-04-052-2/+2
* | | Merge pull request #9092 from nextcloud/log-objectstorage-stuffRoeland Jago Douma2018-04-051-3/+5
|\ \ \ | |/ / |/| |
| * | Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-3/+5
* | | Fix Array to String conversion in QueryBuilderRoeland Jago Douma2018-04-051-1/+1
* | | Merge pull request #9063 from nextcloud/fix-callForSeenUsersMorris Jobke2018-04-041-1/+2
|\ \ \ | |/ / |/| |
| * | Move on with the next user if we found the user on one user back-endBjoern Schiessle2018-04-031-1/+2
* | | Fix testsRoeland Jago Douma2018-04-041-2/+2
* | | Add pathcacheRoeland Jago Douma2018-04-041-4/+19
* | | Make normalized cache path largerRoeland Jago Douma2018-04-041-1/+1
* | | Comparing stringlength is cheaper than strposRoeland Jago Douma2018-04-041-1/+1
* | | Cache the $foundMountPointLengthRoeland Jago Douma2018-04-041-1/+3
* | | InspectionsRoeland Jago Douma2018-04-041-8/+9
* | | Make the MountManager strictRoeland Jago Douma2018-04-041-13/+14
| |/ |/|
* | Merge pull request #9018 from nextcloud/fix-copy-encrypted-filesBjörn Schießle2018-04-031-7/+8
|\ \
| * | reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
| |/
* | Merge pull request #9008 from nextcloud/disable-if-no-appinfoMorris Jobke2018-04-032-3/+5
|\ \
| * | Do not fail hard if no appinfo is returned during updateJulius Härtl2018-03-282-3/+5
* | | Merge pull request #8999 from nextcloud/css-js-name-based-on-apps-versionsRoeland Jago Douma2018-03-281-5/+21
|\ \ \ | |/ / |/| |
| * | Use app version to generate scss filenameJohn Molakvoæ (skjnldsv)2018-03-281-5/+21
* | | Merge pull request #8737 from nextcloud/file_return_put_contentsRoeland Jago Douma2018-03-281-1/+5
|\ \ \