summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-282-8/+15
| | | | | | | This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-05-262-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-05-25126-374/+376
|
* Fix scope of nav css ruleJulius Härtl2018-05-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-05-242-0/+4
|
* Merge pull request #9540 from nextcloud/backport/9517/stable13Morris Jobke2018-05-232-1/+57
|\ | | | | [stable13] Improve OAuth
| * Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Certain tokens can expireRoeland Jago Douma2018-05-221-0/+56
| | | | | | | | | | | | | | | | However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-2312-12/+516
| |
* | Merge pull request #9548 from remyj38/stable13Morris Jobke2018-05-221-0/+3
|\ \ | | | | | | [stable13] Fix translation bug on lost password page
| * | Fix translation bug on lost password pageRémy Jacquin2018-05-221-0/+3
| | | | | | | | | | | | | | | | | | Fix nextcloud/password_policy#26 Signed-off-by: Rémy Jacquin <remy@remyj.fr>
* | | Merge pull request #9516 from nextcloud/backport/9437/stable13Morris Jobke2018-05-221-0/+4
|\ \ \ | |_|/ |/| | [stable13] allow to specify a link to a legal notice
| * | Backport of #9437Arthur Schiwon2018-05-181-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow to specify a link to a legal notice Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix undo for url-typed inputs and minor adjustments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Use link not address in labels for URLs Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> this file does not belong here Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-05-222-12/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-212-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-1814-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1714-94/+94
|
* Merge pull request #9453 from ↵Morris Jobke2018-05-142-13/+61
|\ | | | | | | | | nextcloud/stable13-9237-fix-ids-of-permission-checkboxes-for-shares [stable13] Fix ids of permission checkboxes for shares
| * Remove no longer needed escaping of special charactersDaniel Calviño Sánchez2018-05-101-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-05-102-11/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 after a permission change, 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 updated 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-05-142-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-122-2/+4
|/
* Merge pull request #9433 from ↵Roeland Jago Douma2018-05-106-17/+43
|\ | | | | | | | | nextcloud/backport/9224/accessibility-improvements-13 [stable13] Add labels for Contacts menu and Settings
| * Fix form labels and main landmark on log in pageJan-Christoph Borchardt2018-05-092-1/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Do not restrict zooming inJan-Christoph Borchardt2018-05-093-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add aria-label to more-apps menu as wellJan-Christoph Borchardt2018-05-091-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Ensure proper color contrast according to WCAG AAJan-Christoph Borchardt2018-05-091-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-05-092-11/+28
| | | | | | | | | | | | to @MarcoZehe Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2018-05-104-10/+94
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-082-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-062-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-05-052-0/+6
|
* Merge pull request #9259 from nextcloud/various-css-fixes-bckprtMorris Jobke2018-05-041-4/+10
|\ | | | | [stable13] backport various scss fixes #8777
| * [stable13] backport various scss fixes #8777John Molakvoæ (skjnldsv)2018-04-201-4/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-05-042-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-032-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-304-0/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-274-30/+40
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-246-0/+40
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-226-8/+20
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-2118-2/+136
|/
* [tx-robot] updated from transifexNextcloud bot2018-04-202-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-04-1912-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-04-18124-340/+340
|
* [tx-robot] updated from transifexNextcloud bot2018-04-144-0/+80
|
* [tx-robot] updated from transifexNextcloud bot2018-04-132-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-04-1214-4/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-04-1110-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-04-10118-334/+334
|