summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-10-142-0/+8
|
* Allow div instead of forms on editable nav entriesJohn Molakvoæ (skjnldsv)2017-10-121-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #6795 from nextcloud/fix/contactsmenu-ie11blizzz2017-10-121-2/+13
|\ | | | | Fix contacts menu for IE11
| * Fix contacts menu for IE11Christoph Wurst2017-10-091-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | IE11 triggers an 'input' event whenever an input is focussed or loses focus. Thus this causes an endless loading loop as soon as the view is re-rendered. To prevent this, this remembers the previous search term and ignores events where the term has not changed. Fixes https://github.com/nextcloud/server/issues/5281 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix quota overflow and error colorJohn Molakvoæ (skjnldsv)2017-10-121-3/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-122-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-112-0/+2
| |
* | App management: add update sectionJulius Härtl2017-10-101-0/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #6692 from nextcloud/inputs-border-to-main-bgRoeland Jago Douma2017-10-103-34/+36
|\ \ | |/ |/| Inputs border to main bg and fix white inputs
| * Variable for checkboxes and name fixJohn Molakvoæ (skjnldsv)2017-10-041-14/+18
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * White checkboxes variableJohn Molakvoæ (skjnldsv)2017-10-041-9/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix white inputsJohn Molakvoæ (skjnldsv)2017-10-041-19/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Initial commitJohn Molakvoæ (skjnldsv)2017-10-043-22/+22
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-092-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-078-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-0616-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-0582-100/+100
| |
* | Merge pull request #6700 from nextcloud/accessibility-fixesJulius Härtl2017-10-044-26/+22
|\ \ | | | | | | Accessibility fixes
| * | Add empty alt text to avatars as they are decorative next to usernamesJan-Christoph Borchardt2017-09-291-2/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Improve accessibility of Contacts menuJan-Christoph Borchardt2017-09-291-5/+6
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Remove unneeded tabindex, add keyboard focus feedback for app listJan-Christoph Borchardt2017-09-292-6/+6
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Merge legacy app title h1 into Nextcloud h1, ref #5822Jan-Christoph Borchardt2017-09-291-8/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-291-4/+6
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Add alt text to app icons in headerJan-Christoph Borchardt2017-09-291-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #6733 from nextcloud/jquery-dialogs-to-scssJoas Schilling2017-10-041-5/+6
|\ \ \ | | | | | | | | Jquery ocdialogs to scss and variables implementation
| * | | Jquery ocdialogs to scss and variables implementationJohn Molakvoæ (skjnldsv)2017-10-031-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Hide but leave the collapse button above linkJohn Molakvoæ (skjnldsv)2017-10-031-1/+6
| |_|/ |/| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Update enable javascript link to httpsMartin2017-10-021-1/+1
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-10-012-0/+594
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-304-8/+12
|/
* Merge pull request #6563 from nextcloud/bigint-idsMorris Jobke2017-09-291-0/+42
|\ | | | | Migrate ID columns to bigint
| * Restore the sequencial orderJoas Schilling2017-09-291-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Migrate all core id columns to bigintJoas Schilling2017-09-291-0/+42
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6693 from nextcloud/apps-inputs-scss-to-correct-scss-fileRoeland Jago Douma2017-09-292-15/+14
|\ \ | | | | | | Move app-settings-content css to correct scss file and fix input cursor
| * | Specific rules needs to go to specific css filesJohn Molakvoæ (skjnldsv)2017-09-282-15/+14
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-294-0/+64
|/ /
* | Merge pull request #6669 from nextcloud/various-css-fixesJohn Molakvoæ2017-09-285-23/+68
|\ \ | |/ |/| Various css fixes
| * Fix settings button state and opacityJohn Molakvoæ (skjnldsv)2017-09-282-0/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix progress input overflowJohn Molakvoæ (skjnldsv)2017-09-282-0/+7
| | | | | | | | | | | | removed border-radius on big quota from the main settings page Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix drop shadow with filterJohn Molakvoæ (skjnldsv)2017-09-271-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed quota on homepage (files)John Molakvoæ (skjnldsv)2017-09-271-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Quota bar fix on user listJohn Molakvoæ (skjnldsv)2017-09-271-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Implement progress theming into core and better visual on quota displayJohn Molakvoæ (skjnldsv)2017-09-272-20/+54
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Drop shadow fix on popoverJohn Molakvoæ (skjnldsv)2017-09-271-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-09-286-4/+14
| |
* | Merge pull request #6599 from nextcloud/fix_2523Morris Jobke2017-09-271-0/+8
|\ \ | |/ |/| Add direct preview link
| * Add direct preview link to single shared image filesRoeland Jago Douma2017-09-251-0/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Don't show placeholder when we have loaded the avatar imageRoeland Jago Douma2017-09-262-0/+10
| | | | | | | | | | | | | | Fixes #6618 Else it shows up as background to transparent avatars Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #6650 from nextcloud/tooltip-shadow-use-variableJan-Christoph Borchardt2017-09-261-1/+1
|\ \ | | | | | | Fit the tooltip shadow to the default variable
| * | Fit the tooltip shadow to the default variableJohn Molakvoæ (skjnldsv)2017-09-261-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>