summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix webrootJohn Molakvoæ (skjnldsv)2018-06-252-1/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* ComplianceJohn Molakvoæ (skjnldsv)2018-06-251-30/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Enable accessibility by defaultMorris Jobke2018-06-251-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fixed webroot detectionJohn Molakvoæ (skjnldsv)2018-06-252-4/+61
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump previewJohn Molakvoæ (skjnldsv)2018-06-251-0/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix css urlJohn Molakvoæ (skjnldsv)2018-06-253-5/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed default font and highcontrast fontJohn Molakvoæ (skjnldsv)2018-06-253-2/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump proper preview imageJohn Molakvoæ (skjnldsv)2018-06-251-0/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* OpenSans font contrast optionJohn Molakvoæ (skjnldsv)2018-06-2518-22/+66
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Config set and droneJohn Molakvoæ (skjnldsv)2018-06-2511-1074/+428
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix integration testsJohn Molakvoæ (skjnldsv)2018-06-251-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Live css update, cache fix, design updates and various stuffJohn Molakvoæ (skjnldsv)2018-06-2514-51/+138
| | | | | | | + AppName fixes and compile bump + Bump dark theme and added highcontrast + various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Accessibility ♿John Molakvoæ (skjnldsv)2018-06-2539-0/+9798
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #9626 from lars-sh/patch-1Morris Jobke2018-06-251-2/+6
|\ | | | | Workaround for interrupting expired files deletion
| * Improved logging statementLars Knickrehm2018-06-241-4/+1
| |
| * Workaround for interrupting expired files deletionLars Knickrehm2018-05-281-2/+9
| | | | | | Workaround avoiding "Error while running background job (class: OCA\Files_Trashbin\BackgroundJob\ExpireTrash, arguments: ): {"Exception":"OCP\\Files\\NotPermittedException","Message":"","Code":0,"Trace":"#0 \/var\/www\/cloud\/apps\/files_trashbin\/lib\/Trashbin.php(590): OC\\Files\\Node\\File->delete() [...]"
* | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-2523-262/+1187
|\ \ | | | | | | Stateful 2fa providers
| * | Make new classes strict and fix license headerChristoph Wurst2018-06-256-4/+25
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Make 2FA providers statefulChristoph Wurst2018-06-2023-262/+1166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #9970 from nextcloud/users-line-height-fixMorris Jobke2018-06-253-1/+26
|\ \ \ | | | | | | | | Fixed multi line in users list
| * | | Css clampJohn Molakvoæ (skjnldsv)2018-06-254-4/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Real ellipsis and better line heightJohn Molakvoæ (skjnldsv)2018-06-254-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed multi line in users listJohn Molakvoæ (skjnldsv)2018-06-254-3/+19
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #9526 from Blaok/files-scan-shallowRobin Appelman2018-06-253-5/+41
|\ \ \ \ | | | | | | | | | | allow shallow (non-recursive) scan when scanning file storage
| * | | | test: add unit test for files:scan --shallowBlaok2018-05-181-0/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yuze Chi <i@blaok.me>
| * | | | feat: allow files:scan --shallowBlaok2018-05-182-5/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yuze Chi <i@blaok.me>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-06-2538-2/+132
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-2438-22/+106
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-23190-176/+210
| | | |
* | | | Merge pull request #9967 from ↵Roeland Jago Douma2018-06-222-31/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/replace-wd-host-directly-in-behat-yml-instead-of-through-behat-params Replace "wd_host" directly in "behat.yml" instead of through "BEHAT_PARAMS"
| * | | | Fix documentationDaniel Calviño Sánchez2018-06-221-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Set "wd_host" directly in "behat.yml" instead of through "BEHAT_PARAMS"Daniel Calviño Sánchez2018-06-222-29/+20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "wd_host" parameter of Selenium2 sessions specify the URL used by the Selenium driver to connect with the Selenium server. Thus, when the Selenium server is at a different host or port than the default one (for example, when run on Drone) the "wd_host" parameter must be set for each of the Selenium2 sessions defined in "behat.yml". The "BEHAT_PARAMS" environment variable, which extends the "behat.yml" configuration file, was used for that. However, this required adding to the "BEHAT_PARAMS" in "run-local.sh" each new session added to "behat.yml", including those added in the acceptance tests of apps. To address that limitation, this commit introduces a simulated variable, "selenium.server"; just before the acceptance tests are run the "selenium.server" variable in the "wd_host" parameter is replaced in the "behat.yml" file used by the acceptance tests. Note that the file that is modified is the one inside the Docker container used to run the acceptance tests, so the original file is not touched. Note that a simulated variable is needed because Behat does not support overridding nor setting configuration parameters with environment variables. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #9955 from nextcloud/bug/noid/onedrive_propfindRoeland Jago Douma2018-06-221-1/+1
|\ \ \ \ | | | | | | | | | | Request a valid property for DAV opendir
| * | | | Request a valid property for DAV opendirRoeland Jago Douma2018-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apperently Sabre and Onedrive are not friends when requesting a single 404 property. I need to dig deeper on why this is. Anyways requesting a valid property makes it work like a charm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9965 from ↵Morris Jobke2018-06-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/8402/do-not-log-if-user-was-deleted-already Use info log level to inform about a deleted user and thus the verification is not needed anymore
| * | | | | Use info log level to inform about a deleted user and thus the verification ↵Morris Jobke2018-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is not needed anymore Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #9964 from ↵Morris Jobke2018-06-222-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/typo-tripl-dot-instead-of-ellipsis Use ellipsis instead of triple dot
| * | | | | | Use ellipsis instead of triple dotJoas Schilling2018-06-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #9962 from nextcloud/polish-user-listJulius Härtl2018-06-228-3/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added icons to users list and improved design
| * | | | | | | removed debugJohn Molakvoæ (skjnldsv)2018-06-223-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | | Added icons to users list and improved designJohn Molakvoæ (skjnldsv)2018-06-228-3/+36
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-06-22244-554/+614
| | | | | | |
* | | | | | | Merge pull request #9921 from nextcloud/resetpassword-login-prefillRoeland Jago Douma2018-06-213-11/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | prefill userid for login after password reset
| * | | | | | | prefill userid for login after password resetRobin Appelman2018-06-213-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #9954 from nextcloud/search-form-preventdefaultsMorris Jobke2018-06-211-3/+7
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Prevent search form submit
| * | | | | | | Prevent search form submitJohn Molakvoæ (skjnldsv)2018-06-211-3/+7
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #9578 from nextcloud/smb-3.0.0Morris Jobke2018-06-2134-438/+844
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | update icewind/smb to 3.0.0
| * | | | | | | use DAV instead of SMB for deletion testsRobin Appelman2018-06-211-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMB storages can't be constructed on drone because of missing dependencies Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | update icewind/smb to 3.0.0Robin Appelman2018-06-2134-433/+840
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #9868 from nextcloud/user-backend-tableRoeland Jago Douma2018-06-211-9/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | make table name configurable for db user backend