summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix table name and add a test for more than 1 entriesJoas Schilling2017-03-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Change language code for languages with only one translationMorris Jobke2017-03-014-0/+79
| | | | | | | | | | | | * then the language is not that specific and get also matched for fi * fallback from fi_FI to fi is supported - the other way around not * contains repair script * contains tests for repair script * fixes #869 Order results to make postgres happy Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix return type of share providerJoas Schilling2017-03-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix conditionMaxence Lange2017-02-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-02-252-4/+4
|
* Merge pull request #3588 from GreenArchon/issue_#3461Lukas Reschke2017-02-241-35/+17
|\ | | | | Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
| * Refactor files' CacheEntry object creation to call cacheEntryFromData() all ↵Frédéric Fortier2017-02-221-36/+16
| | | | | | | | | | | | the time thus allowing proper casts to be done Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
| * Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-0/+2
| | | | | | | | Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
* | Update Setup.phpKB77772017-02-241-1/+1
| |
* | Merge pull request #3287 from nextcloud/readd_appstoreenabled_switchJoas Schilling2017-02-241-4/+17
|\ \ | | | | | | Add back appstoreenabled config switch
| * | Fix unit tests and improve appstore logicMorris Jobke2017-02-241-5/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add back appstoreenabled config switchSteffen Lindner2017-02-241-4/+20
| | | | | | | | | | | | Signed-off-by: Steffen Lindner <mail@steffen-lindner.de>
* | | Merge pull request #3605 from nextcloud/single-userJoas Schilling2017-02-243-29/+0
|\ \ \ | |/ / |/| | Clean up single user mode
| * | Clean up single user modeMorris Jobke2017-02-223-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3589 from nextcloud/remove-unneeded-repair-stepMorris Jobke2017-02-2318-1632/+0
|\ \ \ | | | | | | | | Remove unneeded repair steps
| * | | cleanup old and not needed repair steps to speed up the updateMorris Jobke2017-02-2217-1540/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Remove unneeded UpdateCertificateStore.Morris Jobke2017-02-223-92/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3576 from robert-scheck/timezoneMorris Jobke2017-02-231-5/+0
|\ \ \ | | | | | | | | According to issue #3553, the default logtimezone is always UTC
| * | | According to issue #3553, the default logtimezone is always UTCRobert Scheck2017-02-231-5/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* | | | Merge pull request #3575 from nextcloud/better-thumbnail-qualityJoas Schilling2017-02-231-15/+42
|\ \ \ \ | |_|/ / |/| | | Use 90% JPEG quality for thumbnails and previews by default
| * | | Fix code quality a bitJoas Schilling2017-02-221-13/+17
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Use 90% JPEG quality for thumbnails and previews by defaultJoas Schilling2017-02-221-3/+26
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-02-232-2/+2
| | | |
* | | | Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle2017-02-221-1/+3
|\ \ \ \ | | | | | | | | | | some sharing settings
| * | | | Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Improve the UX for sharing settingsMorris Jobke2017-02-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shows a info when list is potentially truncated * shows a warning when characters length is not enough Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #3573 from ↵Lukas Reschke2017-02-221-1/+8
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/correctly-catch-the-exception-from-pathinfo Catch exception from path info
| * | | | Catch exception from path infoJoas Schilling2017-02-221-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't really care when the path info can not be gathered correctly. we will simply not use SCSS then but the CSS fallback. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-02-222-2/+2
| |_|_|/ |/| | |
* | | | Merge pull request #3544 from nextcloud/iservercontainer-containerMorris Jobke2017-02-201-1/+1
|\ \ \ \ | |/ / / |/| | | IServerContainer is effectively an IContainer
| * | | IServerContainer is effectively an IContainerChristoph Wurst2017-02-201-1/+1
| |/ / | | | | | | | | | | | | | | | This relation was not explicitly declared in the class description. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #3505 from robert-scheck/autoindexLukas Reschke2017-02-201-0/+2
|\ \ \ | |/ / |/| | Only request "IndexIgnore" if mod_autoindex is loaded
| * | Only request "IndexIgnore" if mod_autoindex is loadedRobert Scheck2017-02-201-0/+2
| |/ | | | | | | Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* | [tx-robot] updated from transifexNextcloud bot2017-02-182-0/+368
| |
* | Revert "cache the storage info for 5 min"Morris Jobke2017-02-161-29/+5
| |
* | Merge pull request #3439 from nextcloud/oc-26963Lukas Reschke2017-02-161-8/+8
|\ \ | | | | | | Make sure invalid images don't flood the log file
| * | Check if color exists in palette before using itVictor Dubiniuk2017-02-101-3/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Make sure invalid images don't flood the log fileJoas Schilling2017-02-101-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Don't force displayname if backend already provides oneLukas Reschke2017-02-161-1/+12
| |/ |/| | | | | | | | | | | | | `\OC_User::loginWithApache` is used in combination with backend mechanisms like our SSO / SAML integration. Those can optionally already provide a displayname using other means. For example by mapping SAML attributes. The current approach makes it however impossible for backends using `\OCP\Authentication\IApacheBackend` to set a displayname on their own. Because the display name will simply be overwritten with the loginname. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2606 from temparus/masterblizzz2017-02-151-3/+6
|\ \ | | | | | | Add preLoginValidation hook
| * | Update license headerSandro Lutz2017-02-071-0/+2
| | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | Merge remote-tracking branch 'nextcloud/master'Sandro Lutz2017-02-07161-3696/+4822
| |\ \ | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | Add check if UserManager is of type PublicEmitter before calling preLogin hookSandro Lutz2017-02-011-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | Change where preLogin hook gets calledSandro Lutz2017-02-011-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | Remove preLoginValidation hookSandro Lutz2017-02-011-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | Fix indentationSandro Lutz2017-02-011-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | Add preLoginValidation hookSandro Lutz2017-02-011-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
* | | | Merge pull request #3495 from nextcloud/dav-protectedRoeland Jago Douma2017-02-151-7/+7
|\ \ \ \ | | | | | | | | | | Make it easier to subclass DAV storage
| * | | | Make it easier to subclass DAV storageRobin Appelman2017-02-151-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma2017-02-152-1/+10
|\ \ \ \ \ | | | | | | | | | | | | also apply permissions mask in getMetaData