summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6920 from nextcloud/appmanager-usageMorris Jobke2017-10-241-2/+3
|\ | | | | Use appmanager instead of OC_App for check for enabled app
| * Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-2/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-10-244-0/+752
| |
* | Merge pull request #6915 from nextcloud/css-border-radiusJoas Schilling2017-10-231-2/+0
|\ \ | | | | | | Border-radius does not need the vendor prefixes anymore
| * | Border-radius does not need the vendor prefixes anymoreMorris Jobke2017-10-231-2/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6916 from nextcloud/css-box-sizingJohn Molakvoæ2017-10-231-2/+0
|\ \ | | | | | | Box-sizing does not need vendor prefix anymore
| * | Box-sizing does not need vendor prefix anymoreMorris Jobke2017-10-231-2/+0
| |/ | | | | | | | | | | http://caniuse.com/#search=box-sizing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6917 from nextcloud/css-box-shadowJohn Molakvoæ2017-10-231-2/+0
|\ \ | | | | | | Box-shadow does not need vendor prefix anymore
| * | Box-shadow does not need vendor prefix anymoreMorris Jobke2017-10-231-2/+0
| |/ | | | | | | | | | | | | https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow http://caniuse.com/#search=box-shadow Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / User settings app-navigation to css guidelinesJohn Molakvoæ (skjnldsv)2017-10-211-0/+4
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-10-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-204-2/+48
|
* Merge pull request #6825 from nextcloud/no-filecache-updateLukas Reschke2017-10-194-17/+126
|\ | | | | No automatic filecache update
| * Also update the activity table with thisJoas Schilling2017-10-131-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a command to manually migrate to big intsJoas Schilling2017-10-132-0/+102
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Install new instances with bigint filecacheJoas Schilling2017-10-131-14/+15
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Don't change the filecache schema on updateJoas Schilling2017-10-131-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-1980-102/+164
| |
* | Set the data from the templateJoas Schilling2017-10-181-3/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Set the subject with the email template to allow themingJoas Schilling2017-10-181-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-182-0/+8
| |
* | Destroy modal when closedThomas Bille2017-10-171-1/+3
| | | | | | | | Signed-off-by: Thomas Bille <contact@tbille.fr>
* | Merge pull request #6813 from nextcloud/exclude-avatar-from-same-site-cookieRoeland Jago Douma2017-10-151-0/+1
|\ \ | | | | | | Exclude avatar from Same-Site Cookie requirement
| * | Exclude avatar from Same-Site Cookie requirementLukas Reschke2017-10-111-0/+1
| | | | | | | | | | | | | | | | | | Required to work with the upcoming Collabora avatar integration. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #6829 from nextcloud/fix-app-nav-edit-inputsJohn Molakvoæ2017-10-141-1/+0
|\ \ \ | | | | | | | | Fix app-navigation editable entry input colors
| * | | Fix app-navigation editable entry input colorsJohn Molakvoæ (skjnldsv)2017-10-131-1/+0
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / | [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>