Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Proper rendering of bundles | Julius Härtl | 2018-06-06 | 2 | -18/+36 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add hint for shipped apps | Julius Härtl | 2018-06-06 | 1 | -3/+4 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Simplify backend code | Julius Härtl | 2018-06-06 | 1 | -59/+27 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add tooltips | Julius Härtl | 2018-06-06 | 1 | -2/+10 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Make search empty by default | Julius Härtl | 2018-06-06 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Fix active indicator and add proper separation between screenshot and preview | Julius Härtl | 2018-06-06 | 4 | -6/+9 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Hide app navigation settings when not provided | Julius Härtl | 2018-06-06 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Implement loading indicators | Julius Härtl | 2018-06-06 | 3 | -31/+38 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Properly search for other apps | Julius Härtl | 2018-06-06 | 4 | -9/+22 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Improve sidebar handling | Julius Härtl | 2018-06-06 | 6 | -10/+75 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Move logic to app management mixin | Julius Härtl | 2018-06-06 | 6 | -122/+116 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Fix app store and sidebar view | Julius Härtl | 2018-06-06 | 5 | -34/+81 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add link to developer docs and fix view if appstore is disabled | Julius Härtl | 2018-06-06 | 4 | -5/+23 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Remove old template code | Julius Härtl | 2018-06-06 | 1 | -213/+0 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Reorder routes to avoid conflicts | Julius Härtl | 2018-06-06 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Implement app details in sidebar | Julius Härtl | 2018-06-06 | 8 | -198/+347 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add install/remove to the new controller methods | Julius Härtl | 2018-06-06 | 1 | -1/+15 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Load marked and return proper Template with CSP | Julius Härtl | 2018-06-06 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add group fetching to vuex group store | Julius Härtl | 2018-06-06 | 1 | -4/+19 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Fix app enabling for groups and allow requesting all apps | Julius Härtl | 2018-06-06 | 2 | -9/+15 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | More app management implementation | Julius Härtl | 2018-06-06 | 5 | -44/+300 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Fix category navigation | Julius Härtl | 2018-06-06 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Remove default categories from route endpoint | Julius Härtl | 2018-06-06 | 1 | -8/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add file skeleton for app settings | Julius Härtl | 2018-06-06 | 7 | -0/+584 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Move to AppFramework Controller | Julius Härtl | 2018-06-06 | 7 | -232/+152 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move app management ajax code to AppSettingsController Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Add a hint that some indexes are not added yet | Morris Jobke | 2018-06-06 | 2 | -18/+39 | |
| | | | | | | | | | | | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-06 | 2 | -0/+2 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-03 | 2 | -8/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-01 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-31 | 2 | -22/+22 | |
| | ||||||
* | Bump webpack-cli from 2.1.3 to 2.1.4 in /settings | dependabot[bot] | 2018-05-30 | 2 | -323/+354 | |
| | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v2.1.3...v2.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-30 | 4 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-28 | 4 | -0/+40 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-27 | 6 | -0/+40 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-26 | 4 | -4/+40 | |
| | ||||||
* | Merge pull request #9488 from nextcloud/disabled-users-fix | blizzz | 2018-05-25 | 13 | -89/+163 | |
|\ | | | | | Added disabled count per groups & fixed disabled users query | |||||
| * | Do not show count on empty groups | John Molakvoæ (skjnldsv) | 2018-05-25 | 3 | -8/+21 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | Fixed app navigation order | John Molakvoæ (skjnldsv) | 2018-05-24 | 4 | -3/+5 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | Fixed error throw and disablign count group update | John Molakvoæ (skjnldsv) | 2018-05-24 | 5 | -20/+41 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | Fix the navigation component | John Molakvoæ (skjnldsv) | 2018-05-24 | 4 | -10/+25 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | Added total count for subadmins | John Molakvoæ (skjnldsv) | 2018-05-24 | 5 | -13/+19 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | Disabled fix since new users list | John Molakvoæ (skjnldsv) | 2018-05-24 | 11 | -59/+76 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-25 | 4 | -28/+64 | |
|/ | ||||||
* | Add custom texts to apps management password checks | Julius Härtl | 2018-05-24 | 1 | -3/+12 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-24 | 22 | -0/+360 | |
| | ||||||
* | Updated settings package deps | John Molakvoæ (skjnldsv) | 2018-05-23 | 3 | -1140/+8 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Fixed IE design, subadmins groups update and multiselect base width | John Molakvoæ (skjnldsv) | 2018-05-23 | 7 | -6/+11 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-23 | 164 | -21678/+22180 | |
| | ||||||
* | Merge pull request #8824 from nextcloud/settings-vue | Morris Jobke | 2018-05-23 | 46 | -3722/+12701 | |
|\ | | | | | Vue migration: settings |