summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Allow chunked uploads even if your quota is not sufficientRoeland Jago Douma2018-10-241-1/+1
* skip already decrypted files on decrypt all commandBjoern Schiessle2018-10-241-0/+6
* Register IAccountManager as a serviceJulius Härtl2018-10-241-0/+2
* Use empty string instead of nullJulius Härtl2018-10-241-1/+1
* Merge pull request #11439 from nextcloud/trash-modular-apiMorris Jobke2018-10-234-3/+23
|\
| * pass `Cache::getMoveInfo` along cache wrappersRobin Appelman2018-10-171-0/+6
| * expose storagefactory in server containerRobin Appelman2018-10-172-2/+16
| * use name in fileinfo if setRobin Appelman2018-10-171-1/+1
* | Merge pull request #11914 from nextcloud/csp/report-uriMorris Jobke2018-10-231-0/+8
|\ \
| * | Add report-uri to CSPRoeland Jago Douma2018-10-211-0/+8
* | | Merge pull request #11966 from nextcloud/csp/safari12-supportMorris Jobke2018-10-231-0/+2
|\ \ \
| * | | Add nonce for Safari 12+Roeland Jago Douma2018-10-211-0/+2
| |/ /
* | | Merge pull request #11932 from nextcloud/font-nunitoMorris Jobke2018-10-232-16/+19
|\ \ \
| * | | fixup! Fix comment and cap-heightJohn Molakvoæ (skjnldsv)2018-10-231-3/+3
| * | | Fix comment and cap-heightJohn Molakvoæ (skjnldsv)2018-10-231-3/+6
| * | | Use correct typeface for avatar generatorJan-Christoph Borchardt2018-10-231-14/+14
| * | | Use correct typeface for txt previewsJan-Christoph Borchardt2018-10-231-1/+1
| |/ /
* | | Merge pull request #11964 from nextcloud/bug/11919/do_not_always_fallbackRoeland Jago Douma2018-10-231-1/+7
|\ \ \
| * | | Catch more occurences where ExpiredTokenException can be thrownRoeland Jago Douma2018-10-211-1/+5
| * | | Expired PK tokens should not fall back to legacy tokensRoeland Jago Douma2018-10-211-0/+2
| |/ /
* / / Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.jsMorris Jobke2018-10-221-0/+1
|/ /
* | Merge pull request #11882 from nextcloud/feature/noid/consider-net-connectionblizzz2018-10-181-1/+6
|\ \
| * | Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-181-1/+6
| |/
* / Remove unreliable 2FA state message on personal 2FA settings pageChristoph Wurst2018-10-181-1/+0
|/
* Properly escape column name in "createFunction" callMorris Jobke2018-10-163-5/+5
* Merge pull request #11830 from nextcloud/bugfix/9326/make_sure_usermanager_ge...Morris Jobke2018-10-161-1/+5
|\
| * filter null values for UserManager::getByEmailGeorg Ehrke2018-10-151-1/+5
* | Merge pull request #11740 from nextcloud/feature/noid/account-apiRoeland Jago Douma2018-10-153-20/+236
|\ \
| * | Add \OCP\Account public APIJulius Härtl2018-10-153-20/+236
* | | include dashboard into coreMaxence Lange2018-10-152-0/+152
* | | Merge pull request #11838 from nextcloud/bugfix/noid/fix-default-types-of-mem...Roeland Jago Douma2018-10-151-6/+6
|\ \ \ | |/ / |/| |
| * | Fix default types of activity event member variablesJoas Schilling2018-10-151-6/+6
* | | Merge pull request #11714 from nextcloud/lookupserver-and-global-scaleBjörn Schießle2018-10-151-3/+35
|\ \ \ | |/ / |/| |
| * | some small fixes and improvementsBjoern Schiessle2018-10-101-5/+18
| * | adjust testsBjoern Schiessle2018-10-091-1/+1
| * | always query the lookup server in a global scale setup and have a nicer labelBjoern Schiessle2018-10-091-3/+22
* | | Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-153-6/+158
| |/ |/|
* | Make activity events strictJoas Schilling2018-10-121-89/+69
* | Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* | Merge pull request #11719 from nextcloud/techdebt/noid/allow-to-mock-new-date...Morris Jobke2018-10-101-1/+10
|\ \
| * | Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling2018-10-091-1/+10
* | | Move normalizePath to regexes instead of loopingRoeland Jago Douma2018-10-101-25/+16
* | | Merge pull request #11622 from nextcloud/feature/11617Roeland Jago Douma2018-10-091-0/+13
|\ \ \
| * | | Add function to generate urls for OCS routesRoeland Jago Douma2018-10-091-0/+13
| |/ /
* / / Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-094-37/+37
|/ /
* | Merge pull request #11677 from nextcloud/feature/appdata_previewsMorris Jobke2018-10-092-12/+10
|\ \
| * | Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-082-12/+10
* | | Deprecate unused, private OC_Helper::linkToPublicMorris Jobke2018-10-081-17/+0
* | | Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementationMorris Jobke2018-10-082-24/+84
|\ \ \
| * | | RoomManager/ResourceManager: Inject IServerContainer instead of using OC ServerGeorg Ehrke2018-10-082-2/+28