summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-092-12/+10
| | | | | | | To allow us to create previews of files stored in appdata we need to construct the view differently. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-0320-156/+368
|
* Just update password hash without validatingRoeland Jago Douma2018-10-031-8/+12
| | | | | | | | | | | Fixes #11097 If your password hash changed (becuse your are on 7.2 and we moved to ARGON2). Then we shold not 'set a new password' but just update the hash. As else we invoke the password policy again which might lock out users. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* only catch QueryException when trying to build classRobin Appelman2018-10-011-7/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add back-end as parameter to the pre-login hookBjoern Schiessle2018-09-251-1/+1
| | | | | | | | | This is needed for the Global Scale setup to allow the master node to perform different operations during login, depending on the user management. Because in case of SAML, the authentication at the idp happens at the master node. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #11302 from nextcloud/backport/11297/this-database-dudeblizzz2018-09-202-3/+3
|\ | | | | [stable14] Fix expiration code of tokens
| * Also adjust the expiration of PublicKeyTokenProviderJoas Schilling2018-09-201-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to ↵Joas Schilling2018-09-201-1/+1
| | | | | | | | | | | | getTokenById Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #11294 from nextcloud/stable14-locale-template-fixblizzz2018-09-203-2/+34
|\ \ | | | | | | [stable14] Use user locale as default in the template
| * | Fix since tagJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fallback to $lang if no $locale matchJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | TypehintJohn Molakvoæ (skjnldsv)2018-09-192-3/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Since requirementJohn Molakvoæ (skjnldsv)2018-09-191-0/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix public l10nJohn Molakvoæ (skjnldsv)2018-09-191-1/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use user locale as default in the templateJohn Molakvoæ (skjnldsv)2018-09-193-2/+33
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #11293 from ↵Joas Schilling2018-09-201-2/+0
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/backport/11292/do-not-apcu-cache-the-autoloader [stable14] Revert "Use APCu caching of composer"
| * | Revert "Use APCu caching of composer"Joas Schilling2018-09-191-2/+0
| | | | | | | | | | | | | | | | | | This reverts commit 948ab8a4d06b3821ab94c11a3a04c820e60d6c8a. For details why see https://github.com/nextcloud/server/issues/11290
* | | Fix icons cacher regex for compressed outputJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| |/ |/| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | replace setcookie value with '' instead of null.MartB2018-09-192-2/+2
|/ | | | | | | The php documentation states that an empty string should be used for a cookie when it has no real value. null leads to the following error: expects parameter 2 to be string, null given Signed-off-by: Martin Böh <mart.b@outlook.de>
* Fix exception classJoas Schilling2018-09-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Expire tokens hardeningRoeland Jago Douma2018-09-071-1/+1
| | | | | | Just to be sure that the field is also not 0 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix handlng of concurrent inserts of the 2FA provider registry DAOChristoph Wurst2018-08-311-20/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #10906 from nextcloud/request-params-arrayRoeland Jago Douma2018-08-301-1/+1
|\ | | | | ensure we always return an array from `Request::getParams`
| * ensure we always return an array from `Request::getParams`Robin Appelman2018-08-281-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Move SCSS variable fetching before the variables.scss to properly calculate ↵Julius Härtl2018-08-291-2/+2
|/ | | | | | color values Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10854 from nextcloud/fix-10764Morris Jobke2018-08-281-4/+19
|\ | | | | Allow same section class for multiple section types (fix #10764)
| * Allow same section class for multiple section types (fix #10764)sualko2018-08-251-4/+19
| | | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* | [tx-robot] updated from transifexNextcloud bot2018-08-2514-14/+14
| |
* | Merge pull request #10827 from steiny2k/HEICHEIFRoeland Jago Douma2018-08-241-4/+104
|\ \ | | | | | | HEIC previews as JPG rather than PNGs to save space.
| * | FixesRoeland Jago Douma2018-08-241-5/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | HEIC previews as JPG rather than PNGs to save space.Sebastian Steinmetz2018-08-241-2/+99
| | | | | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | | Merge pull request #10841 from nextcloud/load-app-catch-exceptionsMorris Jobke2018-08-241-1/+1
|\ \ \ | | | | | | | | also catch exceptions when loading apps
| * | | also catch exceptions when loading appsRobin Appelman2018-08-241-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #10724 from nextcloud/large-share-count-performanceMorris Jobke2018-08-244-47/+78
|\ \ \ | |/ / |/| | Improve performance when dealing with large numbers of shares
| * | tokens can't be valid local user namesRobin Appelman2018-08-162-11/+13
| | | | | | | | | | | | | | | | | | this saves searching for shares on non-public link dav requests Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more efficient way to detect added and removed mountsRobin Appelman2018-08-161-9/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-161-2/+17
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | use more efficient method to find mountpoint for pathRobin Appelman2018-08-161-18/+15
| | | | | | | | | | | | | | | | | | | | | this changes the complexity from the number of mounts to the depth of the path Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove double loop for detecting changed mountsRobin Appelman2018-08-161-9/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #10334 from denismosolov/group-addDenis Mosolov2018-08-242-0/+4
|\ \ \ | |_|/ |/| | Add options to create/remove groups via occ
| * | Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+4
| | | | | | | | | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
* | | Show link to simple sign up pageMorris Jobke2018-08-231-0/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-224-0/+45
|\ \ \ | | | | | | | | Support HEIC for previews
| * | | Address comments from @rullzer:Sebastian Steinmetz2018-08-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - implement isAvailable - run tests only if ImageMagick with HEIC support is available in the environment Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
| * | | Develop HEIC/HEIF preview support #7406Sebastian Steinmetz2018-08-114-0/+37
| | | | | | | | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | | | Merge pull request #10789 from nextcloud/fix/2fa-app-multiple-providersMorris Jobke2018-08-221-0/+3
|\ \ \ \ | | | | | | | | | | Fix loading providers of 2FA app with more than one provider
| * | | | Fix loading providers of 2FA app with more than one providerChristoph Wurst2018-08-211-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-222-30/+34
|/ / / /
* | | | Merge pull request #10539 from nextcloud/feature-8642-memory-checkMorris Jobke2018-08-214-1/+101
|\ \ \ \ | | | | | | | | | | Adds a setup and cli check for the recommended memory limit
| * | | | Refactor some codeMorris Jobke2018-08-211-15/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>