summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-04-202-0/+8
|
* Merge pull request #9224 from nextcloud/accessibility-improvementsMorris Jobke2018-04-197-18/+43
|\ | | | | Add labels for Contacts menu and Settings, thanks to @MarcoZehe
| * Fix form labels and main landmark on log in pageJan-Christoph Borchardt2018-04-182-1/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Do not restrict zooming inJan-Christoph Borchardt2018-04-184-4/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add aria-label to more-apps menu as wellJan-Christoph Borchardt2018-04-181-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Ensure proper color contrast according to WCAG AAJan-Christoph Borchardt2018-04-181-0/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add proper ARIA attributes and structure to header for accessibility, thanks ↵Jan-Christoph Borchardt2018-04-182-11/+27
| | | | | | | | | | | | to @MarcoZehe Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #9237 from ↵Morris Jobke2018-04-192-13/+41
|\ \ | | | | | | | | | | | | nextcloud/fix-ids-of-permission-checkboxes-for-shares Fix ids of permission checkboxes for shares
| * | Remove no longer needed escaping of special charactersDaniel Calviño Sánchez2018-04-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The escaping of special characters was needed when the ids of the permission checkboxes for shares were based on the "shareWith" field. Since they are based on the "shareId" field the escaping is no longer needed, as the "sharedId" is expected to always contain compatible characters. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix ids of permission checkboxes for sharesDaniel Calviño Sánchez2018-04-182-11/+41
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ids of permission checkboxes for shares were generated using the "shareWith" field of the share. The "shareWith" field can contain spaces (as spaces are allowed, for example, in user or circle names), so this could cause the id attribute of the HTML element to contain spaces too, which is forbidden by the HTML specification. It is not just a "formal" issue, though; when the list was rendered, if the id contained a space the selector to get the checkbox element was wrong (as it ended being something like "#canEdit-view1-name with spaces") and thus the initial state of the checkbox was not properly set. Besides that, "shareWith" can contain too single quotes, which would even cause the jQuery selector to abort the search and leave the UI in an invalid state. Instead of adding more cases to the regular expression to escape special characters and apply it too when the ids are created now the ids of permission checkboxes for shares are based on the "shareId" field instead of on "shareWith", as "shareId" is expected to always contain compatible characters. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* / [tx-robot] updated from transifexNextcloud bot2018-04-1912-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2018-04-18124-340/+340
|
* Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-171-6/+2
| | | | | | | | Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #9172 from nextcloud/karma-avatar-tests-fixMorris Jobke2018-04-161-5/+5
|\ | | | | Fix js tests with placeholder
| * Fix js tests with placeholderJohn Molakvoæ (skjnldsv)2018-04-131-5/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-04-144-0/+80
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-132-2/+10
|/
* Merge pull request #8535 from nextcloud/new-color-generatorJan-Christoph Borchardt2018-04-121-53/+61
|\ | | | | New color generator algorithm
| * Fixed documentationJohn Molakvoæ (skjnldsv)2018-04-061-7/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * New algorithmJohn Molakvoæ (skjnldsv)2018-04-061-46/+54
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8820 from nextcloud/mtime-sortMorris Jobke2018-04-121-1/+1
|\ \ | | | | | | Sorts filepicker files by modified date
| * | sorts filepicker files by modified dateSagorika Das2018-03-141-1/+1
| | | | | | | | | | | | Signed-off-by: Sagorika Das <sagorika1996@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-04-1214-4/+34
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-04-1110-0/+30
| | |
* | | Merge pull request #9137 from nextcloud/default-log-rotate-sizeMorris Jobke2018-04-111-1/+1
|\ \ \ | | | | | | | | Set the default log rotate size to 100 MB
| * | | Set the default log rotate size to 100 MBMorris Jobke2018-04-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #8910 from nextcloud/fix-login-errorMorris Jobke2018-04-111-1/+2
|\ \ \ \ | | | | | | | | | | Avoid to leak a user ID that is not a string to reach a user backend
| * | | | Use proper typesRoeland Jago Douma2018-04-111-4/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Avoid to leak a user ID that is not a string to reach a user backendMorris Jobke2018-04-111-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #9128 from nextcloud/bugfix/9076/make_oracle_happyRoeland Jago Douma2018-04-111-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Also make the uid_lower migration work on oracle
| * | | | Also make it the uid_lower migration work on oracleRoeland Jago Douma2018-04-101-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #9002 from nextcloud/whitespaceJan-Christoph Borchardt2018-04-104-34/+38
|\ \ \ \ | |/ / / |/| | | More whitespace: Increase header height from 45px to 50
| * | | Fix max-width to fit the new marginJulius Härtl2018-04-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix arrow position on mobileJulius Härtl2018-04-041-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix settings menu offsetJulius Härtl2018-04-041-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix app menu, popovers and searchboxJulius Härtl2018-04-043-18/+15
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add more space to the logoJulius Härtl2018-04-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Increase header height from 45px to 50Jan-Christoph Borchardt2018-04-043-19/+18
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2018-04-10118-334/+334
| | | |
* | | | Merge pull request #8777 from nextcloud/various-css-fixesRoeland Jago Douma2018-04-092-7/+18
|\ \ \ \ | | | | | | | | | | Various css fixes
| * | | | Fixed inline confirm icon indexJohn Molakvoæ (skjnldsv)2018-03-212-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bullet/icon combination visibility Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #9115 from nextcloud/feature/noid/login_flow_wordingRoeland Jago Douma2018-04-094-5/+90
|\ \ \ \ \ | | | | | | | | | | | | Improve login flow
| * | | | | Improve login flowRoeland Jago Douma2018-04-084-5/+90
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add page explaining you are about to grant access * Show grant access page after login Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9118 from nextcloud/video-switchRoeland Jago Douma2018-04-092-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Add video switch icon
| * | | | | Add video switch iconJan-Christoph Borchardt2018-04-072-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-04-084-22/+90
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-07124-172/+172
| | | | |
* | | | | Remove unused parameterRoeland Jago Douma2018-04-061-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Fix testsRoeland Jago Douma2018-04-061-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Always remember meRoeland Jago Douma2018-04-062-13/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | Fixes #8004 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>