summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some code cleanupJulius Härtl2018-06-067-131/+159
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly clear cacheJulius Härtl2018-06-062-14/+8
| | | | 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-063-0/+27
| | | | 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-062-221/+174
| | | | 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>
* Hide app navigation settings when not providedJulius Härtl2018-06-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement loading indicatorsJulius Härtl2018-06-063-31/+38
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly search for other appsJulius Härtl2018-06-064-9/+22
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Improve sidebar handlingJulius Härtl2018-06-066-10/+75
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move logic to app management mixinJulius Härtl2018-06-067-124/+121
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app store and sidebar viewJulius Härtl2018-06-065-34/+81
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add link to developer docs and fix view if appstore is disabledJulius Härtl2018-06-064-5/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove old template codeJulius Härtl2018-06-061-213/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Reorder routes to avoid conflictsJulius Härtl2018-06-061-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement app details in sidebarJulius Härtl2018-06-068-198/+347
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add install/remove to the new controller methodsJulius Härtl2018-06-061-1/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Load marked and return proper Template with CSPJulius Härtl2018-06-062-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add group fetching to vuex group storeJulius Härtl2018-06-061-4/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app enabling for groups and allow requesting all appsJulius Härtl2018-06-062-9/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* More app management implementationJulius Härtl2018-06-065-44/+300
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add AppStore ManagerJulius Härtl2018-06-061-0/+38
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix category navigationJulius Härtl2018-06-061-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove default categories from route endpointJulius Härtl2018-06-061-8/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add file skeleton for app settingsJulius Härtl2018-06-067-0/+584
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to AppFramework ControllerJulius Härtl2018-06-068-232/+153
| | | | | | | | 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>
* Merge pull request #9701 from nextcloud/3rdparty/noid/bump_symfonyRoeland Jago Douma2018-06-051-0/+0
|\ | | | | [3rdparty] Bump symfony packages
| * [3rdparty] Bump symfony packagesRoeland Jago Douma2018-06-051-0/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9483 from nextcloud/azure-blobMorris Jobke2018-06-048-0/+182
|\ | | | | add azure object storage backend
| * add azure unit tests with azuriteRobin Appelman2018-06-045-1/+90
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Bump autoloaderRoeland Jago Douma2018-06-042-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * add azure object storage backendRobin Appelman2018-06-041-0/+91
| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * add azure blob storage sdkRobin Appelman2018-06-041-0/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9724 from nextcloud/feature/9327/parent_share_indexMorris Jobke2018-06-042-1/+10
|\ \ | | | | | | Add parent index to share table
| * | Add parent index to share tableRoeland Jago Douma2018-06-032-1/+10
| | | | | | | | | | | | | | | | | | Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9641 from ↵Morris Jobke2018-06-048-102/+26
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdep/noid/caching_explicit_in_response Move caching logic to response
| * | | Fix usageRoeland Jago Douma2018-06-046-98/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move caching logic to responseRoeland Jago Douma2018-06-042-4/+26
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | This avoids having to do it at all the places we want cached responses. We can't inject the ITimeFactor without breaking public API. However we can perfectly overwrite the service (resulting in the same testable effect). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>