summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-10-232-2/+2
* Fix help route in navigationJulius Härtl2019-10-221-1/+1
* Add isXXX getter to EntityChristoph Wurst2019-10-221-9/+12
* Merge pull request #17568 from nextcloud/fix/noid/move-away-from-deprecated-e...blizzz2019-10-2110-14/+22
|\
| * use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-1710-14/+22
* | Merge pull request #17594 from nextcloud/dont-cache-notfoundRoeland Jago Douma2019-10-211-1/+3
|\ \
| * | Dont cache empty url for not found routesRobin Appelman2019-10-181-1/+3
| |/
* | Merge pull request #17547 from nextcloud/enh/noid/log-exception-json-escapeRoeland Jago Douma2019-10-211-1/+1
|\ \
| * | Do not escape slashes for logged exceptionsJulius Härtl2019-10-151-1/+1
* | | [tx-robot] updated from transifexNextcloud bot2019-10-212-0/+6
| |/ |/|
* | Let SCSS cleanup only run once (#17543)John Molakvoæ2019-10-171-2/+6
|\ \
| * | Make sure the cache is only reset once at a timeJulius Härtl2019-10-151-1/+5
| * | Use a distributed cache for the isCachedCacheJulius Härtl2019-10-151-1/+1
| |/
* | Do DI on registered middleware as wellRoeland Jago Douma2019-10-161-1/+1
* | Deprecate TemplateManagerJulius Härtl2019-10-162-0/+6
|/
* Assume that getType is availableDaniel Kesselberg2019-10-141-7/+4
* Fix ReflectionType::__toString() is deprecatedDaniel Kesselberg2019-10-141-2/+2
* [tx-robot] updated from transifexNextcloud bot2019-10-142-6/+18
* [tx-robot] updated from transifexNextcloud bot2019-10-122-2/+2
* Merge pull request #17484 from nextcloud/bugfix/activity-last-timestamp-mergedRoeland Jago Douma2019-10-101-1/+2
|\
| * Always use the latest timestamp for merged activitiesJulius Härtl2019-10-091-1/+2
* | Merge pull request #17276 from nextcloud/storage-id-eqRoeland Jago Douma2019-10-092-2/+10
|\ \
| * | use eq instead of in for loading single storageRobin Appelman2019-09-261-1/+9
| * | log which storage id can't be insertedRobin Appelman2019-09-261-1/+1
* | | Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-095-9/+15
* | | Cache the public key tokensRoeland Jago Douma2019-10-081-5/+42
* | | Merge pull request #17431 from johkoenig/bugfix/17377/trusted_domain_helper_c...Roeland Jago Douma2019-10-081-1/+1
|\ \ \
| * | | make TrustedDomainHelper case insensitiveJohannes Koenig2019-10-061-1/+1
| | |/ | |/|
* | | Merge pull request #17440 from nextcloud/enh/noid/log-json-escapeRoeland Jago Douma2019-10-081-2/+2
|\ \ \
| * | | Do not escape slashes in log jsonJulius Härtl2019-10-071-2/+2
| |/ /
* / / Remove duplicate codeDaniel Kesselberg2019-10-081-5/+1
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-10-062-2/+2
* | Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-057-4/+125
|\ \
| * | Do not allow to have an empty display nameJoas Schilling2019-09-271-0/+6
| * | Fix DI issueJoas Schilling2019-09-271-0/+4
| * | Update autoloaderJoas Schilling2019-09-272-0/+4
| * | Remove inherited docsJoas Schilling2019-09-271-16/+0
| * | Allow to set the group display name in the database backendJoas Schilling2019-09-274-1/+85
| * | Add a displayname to the database group backendJoas Schilling2019-09-272-3/+42
* | | Fix DB usersInGroups fetchingRoeland Jago Douma2019-10-021-3/+8
* | | Merge pull request #17001 from nextcloud/fix/noid/addressbookchanges-avatarblizzz2019-10-011-3/+5
|\ \ \
| * | | reduce adressbook change events and handlingArthur Schiwon2019-09-041-3/+5
* | | | Move settings to an appChristoph Wurst2019-09-289-92/+18
* | | | [tx-robot] updated from transifexNextcloud bot2019-09-282-2/+2
| |/ / |/| |
* | | Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-262-1/+37
|\ \ \ | |_|/ |/| |
| * | handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-252-1/+37
* | | Merge pull request #17252 from nextcloud/bugfix/noid/user-0-can-not-commentRoeland Jago Douma2019-09-262-5/+5
|\ \ \
| * | | Fix user with id 0 to be able to commentJoas Schilling2019-09-252-5/+5
* | | | Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-deleteRoeland Jago Douma2019-09-261-3/+11
|\ \ \ \
| * | | | dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-251-3/+11
| | |/ / | |/| |