summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8284 from nextcloud/lib_log-storage-test-failedRoeland Jago Douma2018-03-011-0/+3
|\ | | | | External storage test: log exceptions
| * External storage test: log exceptionsRoland Tapken2018-02-111-0/+3
| | | | | | | | | | | | | | | | If an external storage test fails the exception's message is now written into the logfile (level INFO). Additionally, the stack trace is printed as DEBUG. This helps to resolve the reason for a failing connection. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | [tx-robot] updated from transifexNextcloud bot2018-03-0114-0/+58
| |
* | Correct mistaken regex wildcard in .htaccessDan Callahan2018-02-281-1/+1
| | | | | | | | | | | | Fixes #8578 Signed-off-by: Dan Callahan <dan.callahan@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-2816-2/+42
| |
* | Make the Outlook and Thunderbird addons identifyableJoas Schilling2018-02-271-0/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #8219 from nextcloud/fix-overwrite-url-on-cli-installMorris Jobke2018-02-271-3/+8
|\ \ | | | | | | Fix proper overwrite URL on CLI install
| * | Fix proper overwrite URL on CLI installMorris Jobke2018-02-071-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * regression from #7835 Steps * having a my.config.php with a proper `overwrite.cli.url` and `htaccess.RewriteBase` set * install with this * before: short URLs where broken and you need to call `occ maintenance:update:htaccess` additionally to fix this * after: occ install results in a proper htaccess like on stable13 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7363 from nextcloud/default-share-permsMorris Jobke2018-02-274-19/+68
|\ \ \ | | | | | | | | Let the admin configure the default share permissions
| * | | fix unit testsBjoern Schiessle2018-02-271-24/+31
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | add share permissions to settings pageBjoern Schiessle2018-02-272-17/+48
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | expose capabilities in jsBjoern Schiessle2018-02-272-2/+13
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #8051 from nextcloud/public-templateRoeland Jago Douma2018-02-279-3/+355
|\ \ \ \ | | | | | | | | | | Public page template response
| * | | | Remove settersJulius Härtl2018-02-271-48/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Rework array handling to avoid phan errorJulius Härtl2018-02-271-27/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add id to list elementJulius Härtl2018-02-271-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Sort menu by priorityJulius Härtl2018-02-271-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add missing phpdoc for public APIJulius Härtl2018-02-272-1/+65
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add phpdoc, typehints and sanitize HTMLJulius Härtl2018-02-271-5/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Expose parameters as variables to templatesJulius Härtl2018-02-271-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | update autoloaderJulius Härtl2018-02-272-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add menu item abstractionJulius Härtl2018-02-273-0/+265
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Enable renderAs public pageJulius Härtl2018-02-271-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Pass template parameters to parent templateJulius Härtl2018-02-272-2/+8
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #8553 from nextcloud/strict_loggerMorris Jobke2018-02-272-28/+30
|\ \ \ \ | | | | | | | | | | Make ILogger strict
| * | | | Loglevel is an intRoeland Jago Douma2018-02-272-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Typehint ThrowableRoeland Jago Douma2018-02-272-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Make ILogger strictRoeland Jago Douma2018-02-272-26/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make implementations strict * Add scalar typehints Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8552 from nextcloud/strict_sessionMorris Jobke2018-02-275-35/+42
|\ \ \ \ \ | |_|/ / / |/| | | | Make ISession strict
| * | | | Make ISession strictRoeland Jago Douma2018-02-265-35/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make all implementations strict * Add scalar types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Fix check if theming defaults instance is availableMorris Jobke2018-02-271-1/+5
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | The check in URLGenerator.php#169 and Server.php#945 are different and thus the DI container could return a \OC_Defaults object which does not provide the wanted method caising a PHP error. Fixes #8420 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-274-2/+16
| | | |
* | | | Merge pull request #8359 from nextcloud/swift-v3Morris Jobke2018-02-261-7/+27
|\ \ \ \ | | | | | | | | | | Support swift v3 authentication
| * | | | User proper username + passRoeland Jago Douma2018-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | add support for v3 swift authRobin Appelman2018-02-261-7/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #8541 from nextcloud/translate-permission-error-pageMorris Jobke2018-02-263-4/+12
|\ \ \ \ \ | |/ / / / |/| | | | Provide translated error message for permission error
| * | | | Provide translated error message for permission errorMorris Jobke2018-02-263-4/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #8504 from nextcloud/bugfix/noid/well-its-not-an-arrayRoeland Jago Douma2018-02-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Dont use $info as array when its not an array
| * | | | | Dont use $info as array when its not an arrayJoas Schilling2018-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #8026 from ↵Joas Schilling2018-02-263-18/+24
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/feature/noid/allow-custom-html-in-html-emails Allow custom HTML in HTML Emails
| * | | | | Add info also to public interfaceJoas Schilling2018-02-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix existing usagesJoas Schilling2018-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Allow custom HTML in HTML EmailsJoas Schilling2018-02-151-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #8491 from nextcloud/strict_requestJoas Schilling2018-02-263-76/+91
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make Request strict
| * | | | | | Fix commentsRoeland Jago Douma2018-02-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Fix proper typesRoeland Jago Douma2018-02-222-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Make Request strictRoeland Jago Douma2018-02-222-73/+80
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #8497 from nextcloud/relax_l10nRoeland Jago Douma2018-02-242-4/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Relax what t accepts so we don't break it all
| * | | | | Relax what t accepts so we don't break it allRoeland Jago Douma2018-02-222-4/+8
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / [tx-robot] updated from transifexNextcloud bot2018-02-232-8/+8
|/ / / /