aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Compile contactmenu handlebars templatesRoeland Jago Douma2018-09-271-0/+1
* Remove unused constructor argumentChristoph Wurst2018-09-272-7/+0
* Reduce settings manager complexity by loading sections via DIChristoph Wurst2018-09-272-91/+31
* Merge pull request #11150 from nextcloud/feature/noid/unit-test-find-webrootblizzz2018-09-261-11/+31
|\
| * Change visibility to privateDaniel Kesselberg2018-09-131-1/+1
| * Change return false to throw newDaniel Kesselberg2018-09-101-5/+12
| * Extract logic for webroot into method and add testDaniel Kesselberg2018-09-101-9/+22
* | Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke2018-09-251-2/+2
|\ \
| * | Consider openssl settings from config.phpDaniel Kesselberg2018-09-161-2/+2
| |/
* | Merge pull request #11316 from nextcloud/container-queryexception-onlyRoeland Jago Douma2018-09-251-7/+1
|\ \
| * | only catch QueryException when trying to build classRobin Appelman2018-09-211-7/+1
* | | Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-255-25/+149
* | | Merge pull request #11297 from nextcloud/bugfix/noid/this-database-dudeRoeland Jago Douma2018-09-252-3/+3
|\ \ \
| * | | Also adjust the expiration of PublicKeyTokenProviderJoas Schilling2018-09-201-2/+2
| * | | Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken...Joas Schilling2018-09-191-1/+1
| |/ /
* | | Merge pull request #11222 from nextcloud/gs-and-samlblizzz2018-09-241-1/+1
|\ \ \ | |/ / |/| |
| * | add back-end as parameter to the pre-login hookBjoern Schiessle2018-09-141-1/+1
| |/
* | Merge pull request #11134 from nextcloud/locale-template-fixJoas Schilling2018-09-192-2/+24
|\ \
| * | Fallback to $lang if no $locale matchJohn Molakvoæ (skjnldsv)2018-09-131-1/+1
| * | TypehintJohn Molakvoæ (skjnldsv)2018-09-101-2/+1
| * | Use user locale as default in the templateJohn Molakvoæ (skjnldsv)2018-09-102-2/+25
| |/
* / Fix icons cacher regex for compressed outputJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
|/
* Merge pull request #11096 from nextcloud/bugfix/11080/set-cookie-null-argumentRoeland Jago Douma2018-09-071-1/+1
|\
| * replace setcookie value with '' instead of null.MartB2018-09-061-1/+1
* | Expire tokens hardeningRoeland Jago Douma2018-09-071-1/+1
|/
* Fix @since version on new APIChristoph Wurst2018-09-051-1/+1
* Add breadcrumb support to crash reportersChristoph Wurst2018-09-052-0/+22
* Merge pull request #11046 from nextcloud/feature/10725/apploggerRoeland Jago Douma2018-09-042-0/+94
|\
| * Add wrapper Logger in DIContainerRoeland Jago Douma2018-09-042-0/+94
* | Deprecate the childSrc functionsRoeland Jago Douma2018-09-041-0/+2
* | Add workerSrc to CSPRoeland Jago Douma2018-09-041-0/+8
|/
* Fix handlng of concurrent inserts of the 2FA provider registry DAOChristoph Wurst2018-08-311-20/+9
* Merge pull request #10906 from nextcloud/request-params-arrayRoeland Jago Douma2018-08-301-1/+1
|\
| * ensure we always return an array from `Request::getParams`Robin Appelman2018-08-281-1/+1
* | Move SCSS variable fetching before the variables.scss to properly calculate c...Julius Härtl2018-08-291-2/+2
|/
* Merge pull request #10854 from nextcloud/fix-10764Morris Jobke2018-08-281-4/+19
|\
| * Allow same section class for multiple section types (fix #10764)sualko2018-08-251-4/+19
* | Merge pull request #10827 from steiny2k/HEICHEIFRoeland Jago Douma2018-08-241-4/+104
|\ \
| * | FixesRoeland Jago Douma2018-08-241-5/+8
| * | HEIC previews as JPG rather than PNGs to save space.Sebastian Steinmetz2018-08-241-2/+99
| |/
* | Merge pull request #10841 from nextcloud/load-app-catch-exceptionsMorris Jobke2018-08-241-1/+1
|\ \
| * | also catch exceptions when loading appsRobin Appelman2018-08-241-1/+1
| |/
* | Merge pull request #10724 from nextcloud/large-share-count-performanceMorris Jobke2018-08-244-47/+78
|\ \ | |/ |/|
| * tokens can't be valid local user namesRobin Appelman2018-08-162-11/+13
| * more efficient way to detect added and removed mountsRobin Appelman2018-08-161-9/+23
| * cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-161-2/+17
| * use more efficient method to find mountpoint for pathRobin Appelman2018-08-161-18/+15
| * remove double loop for detecting changed mountsRobin Appelman2018-08-161-9/+12
* | Show link to simple sign up pageMorris Jobke2018-08-231-0/+1
* | Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-222-0/+43
|\ \