summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-10-2334-80/+466
* Merge pull request #11976 from nextcloud/bugfix-stable14/9326/make_sure_userm...Roeland Jago Douma2018-10-231-1/+5
|\
| * filter null values for UserManager::getByEmailGeorg Ehrke2018-10-221-1/+5
* | Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.jsMorris Jobke2018-10-231-0/+1
|/
* Merge pull request #11929 from nextcloud/backport/11870/proper-column-name-es...Morris Jobke2018-10-193-5/+5
|\
| * Properly escape column name in "createFunction" callMorris Jobke2018-10-193-5/+5
* | Merge pull request #11772 from nextcloud/stable14-pretty-urls-dont-workMorris Jobke2018-10-191-5/+4
|\ \ | |/ |/|
| * Backport https://github.com/nextcloud/server/pull/11446Daniel Kesselberg2018-10-111-5/+4
* | Allow php7.3Roeland Jago Douma2018-10-121-3/+3
* | Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* | [tx-robot] updated from transifexNextcloud bot2018-10-10136-1912/+1912
* | Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-092-12/+10
* | [tx-robot] updated from transifexNextcloud bot2018-10-0320-156/+368
* | Just update password hash without validatingRoeland Jago Douma2018-10-031-8/+12
* | only catch QueryException when trying to build classRobin Appelman2018-10-011-7/+1
* | add back-end as parameter to the pre-login hookBjoern Schiessle2018-09-251-1/+1
|/
* Merge pull request #11302 from nextcloud/backport/11297/this-database-dudeblizzz2018-09-202-3/+3
|\
| * Also adjust the expiration of PublicKeyTokenProviderJoas Schilling2018-09-201-2/+2
| * Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken...Joas Schilling2018-09-201-1/+1
* | Merge pull request #11294 from nextcloud/stable14-locale-template-fixblizzz2018-09-203-2/+34
|\ \
| * | Fix since tagJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| * | Fallback to $lang if no $locale matchJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| * | TypehintJohn Molakvoæ (skjnldsv)2018-09-192-3/+2
| * | Since requirementJohn Molakvoæ (skjnldsv)2018-09-191-0/+1
| * | Fix public l10nJohn Molakvoæ (skjnldsv)2018-09-191-1/+2
| * | Use user locale as default in the templateJohn Molakvoæ (skjnldsv)2018-09-193-2/+33
* | | Merge pull request #11293 from nextcloud/backport/11292/do-not-apcu-cache-the...Joas Schilling2018-09-201-2/+0
|\ \ \ | |_|/ |/| |
| * | Revert "Use APCu caching of composer"Joas Schilling2018-09-191-2/+0
* | | Fix icons cacher regex for compressed outputJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| |/ |/|
* | replace setcookie value with '' instead of null.MartB2018-09-192-2/+2
|/
* Fix exception classJoas Schilling2018-09-121-1/+1
* Expire tokens hardeningRoeland Jago Douma2018-09-071-1/+1
* 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
* | [tx-robot] updated from transifexNextcloud bot2018-08-2514-14/+14
* | 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