summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-05-174-4/+8
|
* Use appdata logo when generating iconsJulius Härtl2017-05-171-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #4767 from nextcloud/app-code-checkerMorris Jobke2017-05-164-0/+169
|\ | | | | Check language files and database schema with app code checker
| * We don't use the prefix on index namesJoas Schilling2017-05-161-6/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix apps without translationsJoas Schilling2017-05-161-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Check the name length of database itemsJoas Schilling2017-05-163-0/+109
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Check the syntax of the language fileJoas Schilling2017-05-163-0/+58
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4893 from nextcloud/fix_4886Morris Jobke2017-05-161-2/+4
|\ \ | | | | | | Cache deps list to memcache on write not on first read
| * | Cache deps list to memcache on write not on first readRoeland Jago Douma2017-05-161-2/+4
| |/ | | | | | | | | | | | | | | | | | | Fixes #4886 Caching on first read leads to the bug that if the files are updated we will never cache again. Since we will always fetch from the memcache (which works) and then see that the files are newer. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #4666 from nextcloud/enable-redis-clusterMorris Jobke2017-05-161-6/+4
|\ \ | |/ |/| Add redis cluster tests to our CI jobs
| * Do not scan for keys just get all the keys (with prefix)Roeland Jago Douma2017-05-161-6/+4
| | | | | | | | | | | | | | Apparently scan leads to some issues sometimes on cluster. So just use the get function to fetch the keys. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-05-1650-96/+100
| |
* | Revert "fix permissions of mountpoints - take 2"Morris Jobke2017-05-151-6/+2
| |
* | Merge pull request #4685 from nextcloud/fix_4683Morris Jobke2017-05-151-2/+6
|\ \ | | | | | | fix permissions of mountpoints - take 2
| * | Revert "Revert "fix permissions of mountpoints""Roeland Jago Douma2017-05-041-2/+6
| | | | | | | | | | | | | | | | | | This reverts commit 70a0e9c2d39532f9de6c6e108ef7eaaebb856ed6. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #4871 from ↵Morris Jobke2017-05-152-0/+18
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/remove-more-personal-info-on-user-deletion Remove more personal info on user deletion
| * | | Remove account data on user deletionJoas Schilling2017-05-152-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #4867 from nextcloud/kill-install-appLukas Reschke2017-05-152-28/+29
|\ \ \ \ | | | | | | | | | | Remove OC_App:installApp
| * | | | Remove OC_App:installAppMorris Jobke2017-05-152-28/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * uses Installer->installApp now * removes unused code * fixes #4453 * added some additional checks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4810 from nextcloud/downstream-27668Morris Jobke2017-05-151-5/+10
|\ \ \ \ \ | | | | | | | | | | | | Fix mimetype update query
| * | | | | Fix variable namesJoas Schilling2017-05-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix order of parameter and escapingJoas Schilling2017-05-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Actually we want to update the mimetype of all files ending with the suffixJoas Schilling2017-05-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | don´t change folders with --repair-filecacheRello2017-05-111-0/+4
| | | | | | | | | | | | | | | | | | check if folder is "httpd/unix-directory" and don´t perform here #27585
* | | | | | Merge pull request #4877 from nextcloud/oc-group-is-goneMorris Jobke2017-05-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove OC_Group call
| * | | | | | Remove OC_Group callLukas Reschke2017-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OC_Group has been removed in March with https://github.com/nextcloud/server/pull/4867, the check in question is also performed two lines below already. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | Merge pull request #4847 from nextcloud/throw-exception-if-password-not-availMorris Jobke2017-05-154-0/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Throws exception if password not available
| * | | | | | | Update autoloader mapLukas Reschke2017-05-152-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | | Thows exception if password not availableMorris Jobke2017-05-122-0/+37
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #4873 from nextcloud/check-whether-REQUEST-existsMorris Jobke2017-05-153-10/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Check whether the $_SERVER['REQUEST_*'] vars exist before using them
| * | | | | | Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling2017-05-153-10/+9
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #4805 from nextcloud/enforce-upgrade-for-big-instancesLukas Reschke2017-05-151-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Allow to enforce update via web UI
| * | | | | Allow to enforce update via web UIMorris Jobke2017-05-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds a disclaimer that an update via web UI is on own risk * allows to skip the warning * fixes #4353 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #4862 from coderkun/issue-440-localhost-regexJoas Schilling2017-05-151-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add IPv6 to “localhost” regex (#440)
| * | | | | Add IPv6 to “localhost” regex (#440)coderkun2017-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oliver Hanraths <olli@coderkun.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-05-156-2/+24
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-05-144-2/+378
|/ / / / /
* | | | | Merge pull request #4816 from nextcloud/Ardinis-quota-files_externalMorris Jobke2017-05-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Correctly calculate used space for quota with external storage
| * | | | | Correctly calculate used space for quota with external storageArdinis2017-05-121-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | issue #4348 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4825 from nextcloud/add-timeout-appstoreLukas Reschke2017-05-121-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Add timeout for requests to appstore
| * | | | | Add timeout for requests to appstoreMorris Jobke2017-05-111-1/+3
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4824 from nextcloud/log-connection-problems-appfetcherLukas Reschke2017-05-123-6/+24
|\ \ \ \ \ | | | | | | | | | | | | Log connectiong problems while fetching data from appstore
| * | | | | Log connectiong problems while fetching data from appstoreMorris Jobke2017-05-113-6/+24
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / / [tx-robot] updated from transifexNextcloud bot2017-05-1214-34/+54
|/ / / /
* / / / Proper logging for appstore updatesMorris Jobke2017-05-111-1/+9
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4804 from nextcloud/proper-upgrade-sizeLukas Reschke2017-05-111-1/+23
|\ \ \ | |/ / |/| | Properly decide on actual users if instance is too big
| * | Properly decide on actual users if instance is too bigMorris Jobke2017-05-101-1/+23
| | | | | | | | | | | | | | | | | | * state the reason why NC thinks it is a big instance Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-1116-0/+56
| | |
* | | Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke2017-05-107-34/+19
|\ \ \ | | | | | | | | Use automatic injection for appdata folders
| * | | Automatic injection into the FetchersJoas Schilling2017-05-105-30/+14
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>