Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Design fixes | John Molakvoæ (skjnldsv) | 2018-06-28 | 1 | -6/+3 |
* | show locale example and apply new locale right away | Georg Ehrke | 2018-06-27 | 1 | -0/+4 |
* | fix position of locale input | Georg Ehrke | 2018-06-27 | 1 | -1/+2 |
* | Resend activation email for new users as admin | John Molakvoæ (skjnldsv) | 2018-06-26 | 1 | -11/+26 |
* | Css clamp | John Molakvoæ (skjnldsv) | 2018-06-25 | 1 | -1/+10 |
* | Real ellipsis and better line height | John Molakvoæ (skjnldsv) | 2018-06-25 | 1 | -1/+1 |
* | Fixed multi line in users list | John Molakvoæ (skjnldsv) | 2018-06-25 | 1 | -0/+15 |
* | Fixed tests and improved app-navigation-caption | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -22/+4 |
* | IE11 css vars compatibility | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -1/+1 |
* | More vars fixes | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -27/+26 |
* | Merge all setup checks into one controller | Morris Jobke | 2018-06-13 | 1 | -4/+0 |
* | Merge tips & tricks section into setup checks | Morris Jobke | 2018-06-13 | 1 | -2/+12 |
* | Merge pull request #9762 from nextcloud/feature/noid/setupcheck-design | Morris Jobke | 2018-06-07 | 1 | -4/+28 |
|\ | |||||
| * | Add warning state to setup checks | Julius Härtl | 2018-06-06 | 1 | -0/+4 |
| * | Add visual indicator for setup checks | Julius Härtl | 2018-06-06 | 1 | -4/+24 |
* | | Merge pull request #9565 from nextcloud/feature/noid/app-settings | Morris Jobke | 2018-06-06 | 1 | -52/+122 |
|\ \ | |/ |/| | |||||
| * | Some code cleanup | Julius Härtl | 2018-06-06 | 1 | -28/+42 |
| * | Restructure main view layout | Julius Härtl | 2018-06-06 | 1 | -1/+1 |
| * | Improve sidebar handling | Julius Härtl | 2018-06-06 | 1 | -0/+3 |
| * | Fix app store and sidebar view | Julius Härtl | 2018-06-06 | 1 | -26/+64 |
| * | Implement app details in sidebar | Julius Härtl | 2018-06-06 | 1 | -2/+17 |
* | | Add a hint that some indexes are not added yet | Morris Jobke | 2018-06-06 | 1 | -6/+16 |
|/ | |||||
* | Disabled fix since new users list | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+4 |
* | Fixed IE design, subadmins groups update and multiselect base width | John Molakvoæ (skjnldsv) | 2018-05-23 | 1 | -0/+2 |
* | Bump webpack, config, deps, fixes groups selects, improved design and added t... | John Molakvoæ (skjnldsv) | 2018-05-18 | 1 | -26/+8 |
* | Various fixes | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -3/+12 |
* | Design fixes | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -0/+2 |
* | Continued the upgrade to proper router link and added navigationItem router l... | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -2/+2 |
* | Loading state to vue and not css | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -3/+0 |
* | Added language support in users list | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -0/+6 |
* | Group filtering, disable state, ocs api final update | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -0/+8 |
* | Settings to vuejs | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -95/+171 |
* | Fix position and template | John Molakvoæ (skjnldsv) | 2018-05-07 | 1 | -31/+31 |
* | Fixed federation scope popovermenu | John Molakvoæ (skjnldsv) | 2018-05-07 | 1 | -14/+1 |
* | Merge pull request #9029 from nextcloud/settings-restructure | Morris Jobke | 2018-05-07 | 1 | -8/+33 |
|\ | |||||
| * | Remove border from personal settings | Julius Härtl | 2018-05-03 | 1 | -0/+5 |
| * | Readd space in app store view | Julius Härtl | 2018-05-03 | 1 | -0/+5 |
| * | Increase space of settings headers | Julius Härtl | 2018-05-03 | 1 | -8/+7 |
| * | Move documentation link in relation to the heading | Julius Härtl | 2018-05-03 | 1 | -0/+7 |
| * | Add separator between settings sections | Julius Härtl | 2018-05-03 | 1 | -0/+4 |
| * | Make mail settings form width equal | Julius Härtl | 2018-05-03 | 1 | -1/+2 |
| * | Fix styling of system check list | Julius Härtl | 2018-05-03 | 1 | -3/+7 |
* | | Move quota bar to info section and make it a bit simpler | Julius Härtl | 2018-05-03 | 1 | -0/+30 |
* | | Personal settings: Fix visibility alignment and avatar description text | Julius Härtl | 2018-05-03 | 1 | -4/+2 |
|/ | |||||
* | Move personal settings to css grid layout | Julius Härtl | 2018-04-17 | 1 | -19/+79 |
* | Open app store links in new tab | Jan-Christoph Borchardt | 2018-03-28 | 1 | -0/+1 |
* | Merge pull request #8606 from nextcloud/strengthify-unification | Roeland Jago Douma | 2018-03-02 | 1 | -1/+4 |
|\ | |||||
| * | fixup! Unify look of the strengthify password hint | John Molakvoæ (skjnldsv) | 2018-03-01 | 1 | -2/+1 |
| * | Unify look of the strengthify password hint | John Molakvoæ (skjnldsv) | 2018-03-01 | 1 | -1/+5 |
* | | Ellipsize long values in the user management | Julius Härtl | 2018-03-01 | 1 | -5/+11 |
|/ |