aboutsummaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9834 from nextcloud/copy-fixJohn Molakvoæ2018-06-1227-44/+457
|\ | | | | Copyright fix, changed vue settings output name and fixes template name
| * Indent fix and copy2John Molakvoæ (skjnldsv)2018-06-122-10/+17
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Copyright fix, changed vue settings output name and fixes template nameJohn Molakvoæ (skjnldsv)2018-06-1226-22/+428
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+52
|/
* Merge pull request #9810 from nextcloud/tests/9769/apps-management-acceptanceJohn Molakvoæ2018-06-114-4/+5
|\ | | | | Acceptance tests for apps management and minor fixes
| * Update asettings bundled javascriptJulius Härtl2018-06-092-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add key and fix disabled apps listingJulius Härtl2018-06-091-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add category field to apps that are only known from the app storeJulius Härtl2018-06-091-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-06-112-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-0914-0/+50
| |
* | Bump webpack from 4.11.1 to 4.12.0 in /settingsdependabot[bot]2018-06-082-118/+117
| | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.11.1 to 4.12.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.11.1...v4.12.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | [tx-robot] updated from transifexNextcloud bot2018-06-08164-10666/+10708
|/
* Merge pull request #9616 from nextcloud/zero-quota-fixJohn Molakvoæ2018-06-076-13/+11
|\ | | | | Allow 0 quota by provisioning api
| * Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-076-13/+11
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump webpack-cli from 3.0.2 to 3.0.3 in /settingsdependabot[bot]2018-06-072-28/+28
|/ | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.2 to 3.0.3. - [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/v3.0.2...v3.0.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Merge pull request #9766 from nextcloud/vue-build-testsMorris Jobke2018-06-075-6193/+374
|\ | | | | Add vue apps build tests
| * Bump updatenotificationJohn Molakvoæ (skjnldsv)2018-06-074-3462/+41
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Bump settings configJohn Molakvoæ (skjnldsv)2018-06-075-2787/+389
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #9762 from nextcloud/feature/noid/setupcheck-designMorris Jobke2018-06-073-14/+55
|\ \ | |/ |/| Add visual indicator for setup checks
| * Add warning state to setup checksJulius Härtl2018-06-063-2/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add visual indicator for setup checksJulius Härtl2018-06-063-14/+44
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-06-07164-14452/+14630
| |
* | Add svg filter mixinJulius Härtl2018-06-061-0/+40
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #9565 from nextcloud/feature/noid/app-settingsMorris Jobke2018-06-0623-1959/+5111
|\ \ | |/ |/| Migrate apps management to Vue.js
| * Remove old app settings testJulius Härtl2018-06-061-266/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove space if no rating is availableJulius Härtl2018-06-061-3/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add bundled codeJulius Härtl2018-06-061-56/+3437
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add search/offset/limit parameters to group fetchingJulius Härtl2018-06-063-5/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make view in store text translatableJulius Härtl2018-06-061-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use icon instead of screenshot in the list viewJulius Härtl2018-06-062-4/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove debug outputJulius Härtl2018-06-062-2/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move filtering to javascriptJulius Härtl2018-06-064-103/+81
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Some code cleanupJulius Härtl2018-06-067-131/+159
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Properly clear cacheJulius Härtl2018-06-061-14/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Block other actions during updateJulius Härtl2018-06-061-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Implement update functionalityJulius Härtl2018-06-061-0/+25
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Reset search when switching categoriesJulius Härtl2018-06-061-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Check for server healthJulius Härtl2018-06-062-2/+26
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add loading indicator and disable buttons during actionsJulius Härtl2018-06-063-25/+61
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Cleanup controller codeJulius Härtl2018-06-061-186/+150
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Rebuild navigation on changesJulius Härtl2018-06-061-0/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove old js code except for app navigation rebuildJulius Härtl2018-06-062-940/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Implement app bundle managementJulius Härtl2018-06-062-8/+52
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Restructure main view layoutJulius Härtl2018-06-062-17/+19
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Proper rendering of bundlesJulius Härtl2018-06-062-18/+36
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add hint for shipped appsJulius Härtl2018-06-061-3/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Simplify backend codeJulius Härtl2018-06-061-59/+27
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add tooltipsJulius Härtl2018-06-061-2/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make search empty by defaultJulius Härtl2018-06-061-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix active indicator and add proper separation between screenshot and previewJulius Härtl2018-06-064-6/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>