Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6920 from nextcloud/appmanager-usage | Morris Jobke | 2017-10-24 | 1 | -2/+3 |
|\ | | | | | Use appmanager instead of OC_App for check for enabled app | ||||
| * | Use appmanager instead of OC_App for check for enabled app | Morris Jobke | 2017-10-23 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-24 | 4 | -0/+752 |
| | | |||||
* | | Merge pull request #6915 from nextcloud/css-border-radius | Joas Schilling | 2017-10-23 | 1 | -2/+0 |
|\ \ | | | | | | | Border-radius does not need the vendor prefixes anymore | ||||
| * | | Border-radius does not need the vendor prefixes anymore | Morris Jobke | 2017-10-23 | 1 | -2/+0 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #6916 from nextcloud/css-box-sizing | John Molakvoæ | 2017-10-23 | 1 | -2/+0 |
|\ \ | | | | | | | Box-sizing does not need vendor prefix anymore | ||||
| * | | Box-sizing does not need vendor prefix anymore | Morris Jobke | 2017-10-23 | 1 | -2/+0 |
| |/ | | | | | | | | | | | http://caniuse.com/#search=box-sizing Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #6917 from nextcloud/css-box-shadow | John Molakvoæ | 2017-10-23 | 1 | -2/+0 |
|\ \ | | | | | | | Box-shadow does not need vendor prefix anymore | ||||
| * | | Box-shadow does not need vendor prefix anymore | Morris Jobke | 2017-10-23 | 1 | -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 guidelines | John Molakvoæ (skjnldsv) | 2017-10-21 | 1 | -0/+4 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-21 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-20 | 4 | -2/+48 |
| | |||||
* | Merge pull request #6825 from nextcloud/no-filecache-update | Lukas Reschke | 2017-10-19 | 4 | -17/+126 |
|\ | | | | | No automatic filecache update | ||||
| * | Also update the activity table with this | Joas Schilling | 2017-10-13 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add a command to manually migrate to big ints | Joas Schilling | 2017-10-13 | 2 | -0/+102 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Install new instances with bigint filecache | Joas Schilling | 2017-10-13 | 1 | -14/+15 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Don't change the filecache schema on update | Joas Schilling | 2017-10-13 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-19 | 80 | -102/+164 |
| | | |||||
* | | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -3/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-18 | 2 | -0/+8 |
| | | |||||
* | | Destroy modal when closed | Thomas Bille | 2017-10-17 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Thomas Bille <contact@tbille.fr> | ||||
* | | Merge pull request #6813 from nextcloud/exclude-avatar-from-same-site-cookie | Roeland Jago Douma | 2017-10-15 | 1 | -0/+1 |
|\ \ | | | | | | | Exclude avatar from Same-Site Cookie requirement | ||||
| * | | Exclude avatar from Same-Site Cookie requirement | Lukas Reschke | 2017-10-11 | 1 | -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-inputs | John Molakvoæ | 2017-10-14 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Fix app-navigation editable entry input colors | ||||
| * | | | Fix app-navigation editable entry input colors | John Molakvoæ (skjnldsv) | 2017-10-13 | 1 | -1/+0 |
| | |/ | |/| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-14 | 2 | -0/+8 |
|/ / | |||||
* | | Allow div instead of forms on editable nav entries | John Molakvoæ (skjnldsv) | 2017-10-12 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #6795 from nextcloud/fix/contactsmenu-ie11 | blizzz | 2017-10-12 | 1 | -2/+13 |
|\ \ | | | | | | | Fix contacts menu for IE11 | ||||
| * | | Fix contacts menu for IE11 | Christoph Wurst | 2017-10-09 | 1 | -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 color | John Molakvoæ (skjnldsv) | 2017-10-12 | 1 | -3/+1 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-12 | 2 | -0/+8 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-11 | 2 | -0/+2 |
| | | |||||
* | | App management: add update section | Julius Härtl | 2017-10-10 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #6692 from nextcloud/inputs-border-to-main-bg | Roeland Jago Douma | 2017-10-10 | 3 | -34/+36 |
|\ \ | |/ |/| | Inputs border to main bg and fix white inputs | ||||
| * | Variable for checkboxes and name fix | John Molakvoæ (skjnldsv) | 2017-10-04 | 1 | -14/+18 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | White checkboxes variable | John Molakvoæ (skjnldsv) | 2017-10-04 | 1 | -9/+10 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix white inputs | John Molakvoæ (skjnldsv) | 2017-10-04 | 1 | -19/+16 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Initial commit | John Molakvoæ (skjnldsv) | 2017-10-04 | 3 | -22/+22 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-09 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-07 | 8 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-06 | 16 | -0/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-05 | 82 | -100/+100 |
| | | |||||
* | | Merge pull request #6700 from nextcloud/accessibility-fixes | Julius Härtl | 2017-10-04 | 4 | -26/+22 |
|\ \ | | | | | | | Accessibility fixes | ||||
| * | | Add empty alt text to avatars as they are decorative next to usernames | Jan-Christoph Borchardt | 2017-09-29 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Improve accessibility of Contacts menu | Jan-Christoph Borchardt | 2017-09-29 | 1 | -5/+6 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Remove unneeded tabindex, add keyboard focus feedback for app list | Jan-Christoph Borchardt | 2017-09-29 | 2 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Merge legacy app title h1 into Nextcloud h1, ref #5822 | Jan-Christoph Borchardt | 2017-09-29 | 1 | -8/+1 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Add proper labels to various form elements and buttons | Jan-Christoph Borchardt | 2017-09-29 | 1 | -4/+6 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Add alt text to app icons in header | Jan-Christoph Borchardt | 2017-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> |