summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | make table name configurable for db user backendRobin Appelman2018-06-191-9/+13
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9925 from nextcloud/select-only-visible-filesMorris Jobke2018-06-211-5/+33
|\ \ \ \ | |_|_|/ |/| | | Select only searched files
| * | | Remove debugJohn Molakvoæ (skjnldsv)2018-06-211-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix folder selectionJohn Molakvoæ (skjnldsv)2018-06-201-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Properly parse deselection and improved detectionJohn Molakvoæ (skjnldsv)2018-06-201-9/+28
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | IE11 compatibilityJohn Molakvoæ (skjnldsv)2018-06-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Select only searched filesJohn Molakvoæ (skjnldsv)2018-06-201-4/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #9951 from nextcloud/navigation-accessibilityJohn Molakvoæ2018-06-211-11/+30
|\ \ \ \ | |_|_|/ |/| | | Fix navigation keyboard accessibility
| * | | Fix navigation keyboard accessibilityJan-Christoph Borchardt2018-06-211-11/+30
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #9946 from ↵John Molakvoæ2018-06-212-7/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/files-external-settings-layout Fix files_external settings layout
| * | | | Fix files_external setings layoutJulius Härtl2018-06-212-7/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #9941 from nextcloud/browserstackMorris Jobke2018-06-211-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Add browserstack logo
| * | | | Add browserstack to tools we useRoeland Jago Douma2018-06-201-0/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #9518 from ↵Roeland Jago Douma2018-06-2123-478/+1133
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/5986/public_share_controller_middleware Public share middleware & controller
| * | | | Fix index.php linksRoeland Jago Douma2018-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix acceptance testRoeland Jago Douma2018-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix direct access to authen pageRoeland Jago Douma2018-06-202-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Update token on regeneration for public loginRoeland Jago Douma2018-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add AuthPublicShareControllerTestRoeland Jago Douma2018-06-202-1/+157
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add PublicShareControllerTestsRoeland Jago Douma2018-06-202-1/+103
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-202-1/+288
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Update SharingCheckMiddlewareTestRoeland Jago Douma2018-06-201-89/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * They are handled now by the overal sharing public page middleware Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix ShareControllerTestRoeland Jago Douma2018-06-202-242/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed tests that are now handled by the middleware * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix PublicPreviewControllerTestsRoeland Jago Douma2018-06-201-8/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Don't allow public share pages if link sharing is disabledRoeland Jago Douma2018-06-202-26/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move public auth page overRoeland Jago Douma2018-06-205-22/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move public preview endpoint overRoeland Jago Douma2018-06-206-26/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Quick hack to make the files sharing app work with this properlyRoeland Jago Douma2018-06-202-84/+59
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-207-1/+433
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-06-2164-38/+250
| | | | |
* | | | | Merge pull request #9723 from nextcloud/css4-variablesMorris Jobke2018-06-2041-471/+609
|\ \ \ \ \ | |_|/ / / |/| | | | Css4 variables migration
| * | | | Rebase settings buildJohn Molakvoæ (skjnldsv)2018-06-201-13/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | revert unwanted changesJohn Molakvoæ (skjnldsv)2018-06-202-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Adjust theming acceptance tests to new header colour transitionDaniel Calviño Sánchez2018-06-202-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the acceptance tests checked the header colour just once, as the header colour was immediately changed once the new theming colour was saved. This is no longer the case, as currently a transition is used to change between the original colour and the new one, so now the acceptance tests check repeteadly for the expected header colour until it matches or the timeout expires. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Fixed tests and improved app-navigation-captionJohn Molakvoæ (skjnldsv)2018-06-206-42/+37
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | IE11 css vars compatibilityJohn Molakvoæ (skjnldsv)2018-06-209-4/+56
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fixed theming testsJohn Molakvoæ (skjnldsv)2018-06-201-15/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | [theming] reload css variables instead of the whole server cssJulius Härtl2018-06-202-6/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | More default variables fallbacksJohn Molakvoæ (skjnldsv)2018-06-202-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | More vars fixesJohn Molakvoæ (skjnldsv)2018-06-207-62/+87
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Various apps scssJohn Molakvoæ (skjnldsv)2018-06-203-17/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | RGBA and variables fixesJohn Molakvoæ (skjnldsv)2018-06-209-38/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Files scssJohn Molakvoæ (skjnldsv)2018-06-203-16/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fix for darken/lighten vars and new global colours vars to unify designJohn Molakvoæ (skjnldsv)2018-06-208-93/+116
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>