summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Allow empty strings in getAbsoluteURLJoas Schilling2018-11-201-2/+2
* Merge pull request #12543 from nextcloud/fix/12498/bearer_tokens_are_apptokensMorris Jobke2018-11-201-0/+4
|\
| * Bearer tokens are app tokenRoeland Jago Douma2018-11-201-0/+4
* | Merge pull request #12494 from nextcloud/cache-notfound-idMorris Jobke2018-11-201-0/+2
|\ \
| * | return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
* | | Merge pull request #12500 from nextcloud/swift-object-not-foundMorris Jobke2018-11-202-6/+24
|\ \ \ | |_|/ |/| |
| * | Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+1
| * | forward object not found error in switch as dav 404Robin Appelman2018-11-192-6/+23
| |/
* / Fix loading of .woff2 files in .htaccessJulius Härtl2018-11-181-1/+1
|/
* Fix string doc type casingChristoph Wurst2018-11-153-3/+3
* Merge pull request #12455 from nextcloud/twofactor-backup-settingsRoeland Jago Douma2018-11-141-1/+1
|\
| * Log invalid settings classRobin Appelman2018-11-141-1/+1
* | Throw exception if decryption failsRoeland Jago Douma2018-11-141-4/+10
|/
* Fix SetVcardDatabaseUID when using postgresqlRobin Appelman2018-11-131-1/+5
* Merge pull request #12418 from nextcloud/bugfix/noid/do-not-show-integrity-wa...Morris Jobke2018-11-121-6/+0
|\
| * Remove outdated integrity warning on each pageMorris Jobke2018-11-121-6/+0
* | Merge pull request #12419 from nextcloud/bugfix/noid/group-creation-replace-i...Morris Jobke2018-11-121-4/+10
|\ \
| * | Fix UniqueConstraintViolationException while insert into oc_groupsMorris Jobke2018-11-121-4/+10
| |/
* | Merge pull request #12420 from nextcloud/bugfix/noid/icons-cacher-not-foundMorris Jobke2018-11-121-2/+2
|\ \
| * | Do not fail if the icon file doesn't existsJulius Härtl2018-11-121-2/+2
* | | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-128-18/+16
|\ \ \ | |/ / |/| |
| * | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-088-18/+16
* | | Merge pull request #12413 from nextcloud/bugfix/9305/oc_file_locks-unique-con...Morris Jobke2018-11-121-1/+12
|\ \ \
| * | | Fix UniqueConstraintViolationException while insert into oc_file_locksMorris Jobke2018-11-121-1/+12
| | |/ | |/|
* / | Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-121-7/+18
|/ /
* | Merge pull request #12371 from nextcloud/bugfix/12369/catch-unique-constraint...Morris Jobke2018-11-123-5/+34
|\ \
| * | Add deprecation message ofr insertIfNotExistMorris Jobke2018-11-093-0/+3
| * | Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke2018-11-093-5/+31
| |/
* / Make sure to always load the latest icons-vars.css fileJulius Härtl2018-11-121-3/+15
|/
* Merge pull request #12313 from nextcloud/generated-avatar-major-cleanupRoeland Jago Douma2018-11-086-24/+120
|\
| * Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)2018-11-086-24/+120
* | Match mentions when the username is wrapped in quotesJoas Schilling2018-11-071-2/+2
* | Merge pull request #12284 from nextcloud/fix/1020/search_shared_externalMorris Jobke2018-11-061-1/+1
|\ \ | |/ |/|
| * Properly search the root of a shared external storageRoeland Jago Douma2018-11-051-1/+1
* | Merge pull request #11786 from nextcloud/feature/password_confirmation_backendMorris Jobke2018-11-063-3/+22
|\ \ | |/ |/|
| * Expose the info to the JSRoeland Jago Douma2018-11-021-3/+10
| * Update password confirmation middlewareRoeland Jago Douma2018-11-021-0/+8
| * Expose the backend of IUserRoeland Jago Douma2018-11-021-0/+4
* | Merge pull request #12185 from nextcloud/cleanup/dicontainerMorris Jobke2018-11-054-51/+28
|\ \
| * | Properly query the methodreflectorRoeland Jago Douma2018-11-021-1/+1
| * | Fix testsRoeland Jago Douma2018-11-023-14/+14
| * | The identityproof manager should be in ServerRoeland Jago Douma2018-11-022-8/+8
| * | No need to register it also in the DI ContainerRoeland Jago Douma2018-11-021-4/+0
| * | The Encryption manager belongs in Server.phpRoeland Jago Douma2018-11-022-5/+2
| * | SearchResult should be difined in Server as it is a core componentRoeland Jago Douma2018-11-022-5/+1
| * | The UserSession is constructed in the serverRoeland Jago Douma2018-11-022-4/+3
| * | TimeFactory is already regsitsered in the Server ContainerRoeland Jago Douma2018-11-021-3/+0
| * | Request is already regsitered in the Server containerRoeland Jago Douma2018-11-021-5/+0
| * | Was already registered in ServerRoeland Jago Douma2018-11-021-3/+0
* | | Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-6/+8
|\ \ \