summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Do not do redirect handling when loggin outRoeland Jago Douma2019-02-063-0/+101
* Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-041-1/+0
* Merge pull request #13846 from nextcloud/feature/check-if-app-exist-for-groupMorris Jobke2019-02-011-6/+7
|\
| * Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-6/+7
* | Merge pull request #13970 from nextcloud/fix/do_not_try_to_load_removed_filesMorris Jobke2019-02-011-2/+0
|\ \
| * | Do not try to load js moved to bundleRoeland Jago Douma2019-02-011-2/+0
* | | Merge pull request #13694 from b108/duplicate-functionality-in-request-classRoeland Jago Douma2019-02-011-5/+1
|\ \ \ | |/ / |/| |
| * | Remove duplicate functionalityb108@volgograd2019-01-201-5/+1
* | | Merge pull request #13927 from nextcloud/remove-dead-codeMorris Jobke2019-02-012-54/+2
|\ \ \
| * | | Remove deleteFromOpcodeCache & clearOpcodeCacheDaniel Kesselberg2019-01-302-35/+2
| * | | Don't call apc_delete_file and apc_clear_cache anymoreDaniel Kesselberg2019-01-301-25/+6
* | | | Emit to load additionalscriptsRoeland Jago Douma2019-01-312-0/+59
* | | | Merge pull request #12636 from nextcloud/fix-12597Roeland Jago Douma2019-01-301-6/+17
|\ \ \ \
| * | | | Fix typos and unused return valuesChristoph Wurst2019-01-301-9/+9
| * | | | fix typoBjoern Schiessle2019-01-301-2/+2
| * | | | log full exceptionBjoern Schiessle2019-01-301-1/+1
| * | | | handle mail send error gracefullyBjoern Schiessle2019-01-301-2/+13
* | | | | Add a key parameter to the new initial state APIChristoph Wurst2019-01-301-15/+31
|/ / / /
* | | | Merge pull request #13237 from rcdailey/nfs-write-checksRoeland Jago Douma2019-01-301-7/+15
|\ \ \ \
| * | | | Improve data directory write checking for NFS mountsRobert Dailey2019-01-241-7/+15
| | |_|/ | |/| |
* | | | Provide initial stateRoeland Jago Douma2019-01-293-0/+81
* | | | Merge pull request #13880 from nextcloud/enh/expose_subadmin_to_ocpRoeland Jago Douma2019-01-292-22/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Expose subadmin to OCPRoeland Jago Douma2019-01-292-22/+16
* | | | Merge pull request #13869 from nextcloud/enh/clean_pending_2fa_session_on_pas...Roeland Jago Douma2019-01-291-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-0/+9
* | | | Merge pull request #13866 from nextcloud/s3-multipart-uploaderRoeland Jago Douma2019-01-291-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-2/+5
* | | | Remove legacy activity stuffJoas Schilling2019-01-243-577/+27
| |/ / |/| |
* | | Merge pull request #13772 from nextcloud/bugfix/noid/show-default-localeRoeland Jago Douma2019-01-241-1/+1
|\ \ \
| * | | Show proper default localeMorris Jobke2019-01-231-1/+1
* | | | Merge pull request #13770 from nextcloud/enhancement/post-login-hook-is-tokenRoeland Jago Douma2019-01-232-4/+9
|\ \ \ \
| * | | | Add isTokenLogin argument to post login hook/eventChristoph Wurst2019-01-232-4/+9
* | | | | Merge pull request #13766 from nextcloud/fix/13757/urlencode_requesttokenMorris Jobke2019-01-231-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Urlencode the requesttokenRoeland Jago Douma2019-01-231-1/+1
* | | | | Reduce text size of text file preview, fix #13720Jan-Christoph Borchardt2019-01-231-2/+3
|/ / / /
* | / / Request plain logout urlRoeland Jago Douma2019-01-231-6/+2
| |/ / |/| |
* | | Merge pull request #13739 from nextcloud/cache-cleanup-changeMorris Jobke2019-01-221-1/+7
|\ \ \
| * | | cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
* | | | Make RouteConfig strictJoas Schilling2019-01-221-63/+49
* | | | Allow resources via OCS as wellJoas Schilling2019-01-221-1/+55
| |/ / |/| |
* | | Merge pull request #13642 from nextcloud/contacts-menu-url-fixJohn Molakvoæ2019-01-221-0/+16
|\ \ \ | |_|/ |/| |
| * | Allow access to addressbook unique uriJohn Molakvoæ (skjnldsv)2019-01-221-0/+16
* | | Fix colorizeSvg with transformations that contain a comma (,)Joas Schilling2019-01-171-1/+1
|/ /
* | Move merged-share-backend to webpackRoeland Jago Douma2019-01-161-1/+1
* | Fix integer background job id type errorChristoph Wurst2019-01-151-1/+1
* | Merge pull request #13468 from rummatee/issue13276Morris Jobke2019-01-141-1/+0
|\ \
| * | don't close input stream when writing in encrypted fileFlorian Schunk2019-01-101-1/+0
* | | Merge pull request #13032 from nextcloud/objectstore-write-existsMorris Jobke2019-01-145-5/+40
|\ \ \
| * | | upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-5/+17
| * | | Add objectExists to objectstore interfaceRobin Appelman2018-12-124-0/+23