summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | 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>
| * | | Automatic creation of Identity managerJoas Schilling2017-05-102-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Use distributed cache for SCSS dependencies as wellMorris Jobke2017-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * followup to #3978 because with the proper setup of appdata we now are using the same data on all nodes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Setup root FS for multibucket object storageMorris Jobke2017-05-101-1/+46
| |/ / |/| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix missing placeholder for doc linkJoas Schilling2017-05-101-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-1050-526/+186
| |
* | Do not write and read rootcerts.crt at the same timeRoeland Jago Douma2017-05-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Possibly) fixes #3470 When updating the main file /files_external/rootcerts.crt we should not read from /files_external/rootcerts.crt at the same time. For 2 reasons: writing to a file and reading from it at the same time can have non deterministic results And we don't want all the certificates to appear 2 times in there. This isn't caught by our standard file locking (that does not allow this actually) because it is in a non locked path.... Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #4736 from nextcloud/richdef-opengraphv12.0.0beta2Lukas Reschke2017-05-091-0/+68
|\ \ | | | | | | open-graph
| * | Add circle as wellJoas Schilling2017-05-091-0/+25
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | my name as authorMaxence Lange2017-05-091-1/+1
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
| * | using title as nameMaxence Lange2017-05-091-8/+8
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
| * | open-graphMaxence Lange2017-05-081-0/+43
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | | Merge pull request #4705 from nextcloud/htaccess-uploadRoeland Jago Douma2017-05-091-1/+5
|\ \ \ | | | | | | | | Proper exception for upload of .htaccess file via WebDAV
| * | | Proper exception for upload of .htaccess file via WebDAVMorris Jobke2017-05-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * fixes #2860 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #4753 from nextcloud/fix-links-on-error-pageRoeland Jago Douma2017-05-093-17/+11
|\ \ \ \ | | | | | | | | | | Fix escaped HTML on error pages
| * | | | Fix escaped HTML on error pagesMorris Jobke2017-05-083-17/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | * fixes #4655 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #4750 from nextcloud/allow-requests-to-manifest-jsonRoeland Jago Douma2017-05-091-0/+1
|\ \ \ \ | |/ / / |/| | | Don't redirect requests to /core/img/manifest.json
| * | | Don't redirect requests to /core/img/manifest.jsonLukas Reschke2017-05-091-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2017-05-092-0/+2
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-05-086-2/+10
| | |
* | | Merge pull request #4727 from stffabi/IncreaseDeviceEntropyLukas Reschke2017-05-081-0/+7
|\ \ \ | | | | | | | | Increase device password entropy.
| * | | Increase device password entropy. Use lower- and upper-case characters and ↵Fabrizio Steiner2017-05-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
* | | | Add function to request SVG or regular fallback imageLukas Reschke2017-05-083-10/+14
| |/ / |/| | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>