Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate new app settings to AppFramework | Lukas Reschke | 2014-10-15 | 2 | -95/+0 |
| | | | | Let's migrate those two new files. | ||||
* | introduce new app page layout | Thomas Müller | 2014-10-15 | 4 | -77/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label | ||||
* | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 1 | -0/+23 |
| | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | ||||
* | Remove excludegroup.php | Vincent Petry | 2014-09-09 | 1 | -18/+0 |
| | | | | The ajax call is now using ajax/appconfig.php instead | ||||
* | Merge pull request #10740 from owncloud/fix-everyone-group-count | Lukas Reschke | 2014-09-08 | 1 | -0/+49 |
|\ | | | | | Using countUsers method to return true count of users | ||||
| * | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-05 | 1 | -0/+49 |
| | | |||||
* | | Check for admin user instead of subadmin | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 2 | -0/+39 |
|\ \ | | | | | | | Make external shares work with imported self signed certificates | ||||
| * | | Add unit tests and fix rootcerts creation bug | Lukas Reschke | 2014-08-31 | 1 | -3/+4 |
| | | | |||||
| * | | Cleanup certificate code | Robin Appelman | 2014-08-31 | 1 | -7/+6 |
| | | | |||||
| * | | remove outdated checks | Robin Appelman | 2014-08-31 | 2 | -4/+0 |
| | | | |||||
| * | | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 2 | -0/+43 |
| |/ | |||||
* / | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 14 | -17/+17 |
|/ | |||||
* | Redirect user after clicking on link | Lukas Reschke | 2014-08-22 | 1 | -3/+3 |
| | | | | Use DI | ||||
* | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 1 | -2/+10 |
| | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. | ||||
* | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 1 | -0/+3 |
|\ | | | | | Don't do app upgrades in the background | ||||
| * | Set maintaince mode when updating an app from the app store | Robin Appelman | 2014-08-04 | 1 | -0/+3 |
| | | |||||
* | | properly encode groups as json, not ',' separated | Jörn Friedrich Dreyer | 2014-08-18 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #9750 from owncloud/issue/9745 | Vincent Petry | 2014-07-21 | 1 | -7/+9 |
|\ | | | | | Correctly use groups parameter only when its not empty | ||||
| * | Correctly use groups parameter only when its not empty | Joas Schilling | 2014-07-21 | 1 | -7/+9 |
| | | | | | | | | Fix #9745 | ||||
* | | Do not force isAdmin as true and so the list is filtered correctly | Joas Schilling | 2014-07-21 | 1 | -3/+1 |
| | | |||||
* | | Fix username for subadmins and only send subadmin groups | Joas Schilling | 2014-07-21 | 1 | -2/+5 |
|/ | | | | Fix #9748 | ||||
* | remove dead code | Arthur Schiwon | 2014-07-14 | 1 | -7/+7 |
| | | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests | ||||
* | magic strings - bad kungfu | Thomas Müller | 2014-07-09 | 1 | -0/+3 |
| | |||||
* | skip certain tests for shipped apps | Georg Ehrke | 2014-06-13 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 5 | -15/+98 |
|\ | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | ||||
| * | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -1/+3 |
| |\ | | | | | | | Add the option to enable apps only for specific groups | ||||
| | * | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -1/+3 |
| | | | |||||
| * | | remove group rename stuff, there is not support in the backends yet. to do ↵ | Arthur Schiwon | 2014-06-02 | 1 | -24/+0 |
| | | | | | | | | | | | | for oc8. | ||||
| * | | Make sure group data is returned. | ringmaster | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Rename $accessiblegroups to $accessibleGroups | Lukas Reschke | 2014-06-02 | 1 | -2/+2 |
| | | | |||||
| * | | cleanup | Arthur Schiwon | 2014-06-02 | 1 | -38/+0 |
| | | | |||||
| * | | unify and consolidate group fetching method for initial template fill and ↵ | Arthur Schiwon | 2014-06-02 | 1 | -35/+46 |
| | | | | | | | | | | | | ajax request | ||||
| * | | get translations from settings, not core | Arthur Schiwon | 2014-06-02 | 2 | -3/+3 |
| | | | |||||
| * | | enable group filtering | Arthur Schiwon | 2014-06-02 | 1 | -0/+75 |
| | | | |||||
| * | | make filter work on server-side | Arthur Schiwon | 2014-06-02 | 1 | -3/+8 |
| | | | |||||
| * | | refactor delete handling and apply it to users and groups | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
| | | | |||||
| * | | fix user creation, checkSubAdminUser is only available in OC_JSON | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Let's switch to OCP\JSON | Lukas Reschke | 2014-06-02 | 1 | -3/+3 |
| | | | |||||
| * | | Use OCP\JSON instead of OC_JSON | Lukas Reschke | 2014-06-02 | 1 | -3/+3 |
| | | | |||||
| * | | Remove legacy "Check for user comment" | Lukas Reschke | 2014-06-02 | 1 | -3/+1 |
| | | | | | | | | | | | | I don't think these comments are necessary anymore and therefore they should get killed. | ||||
| * | | Adds admin check on groupname changes. | raghunayyar | 2014-06-02 | 1 | -0/+2 |
| | | | |||||
| * | | load groups when clicking on them | Arthur Schiwon | 2014-06-02 | 1 | -1/+16 |
| | | | |||||
| * | | add Last Login column | Arthur Schiwon | 2014-06-02 | 1 | -2/+6 |
| | | | |||||
| * | | Initial Commit : Changes Storage to Quota, Implements GroupName editing. | raghunayyar | 2014-06-02 | 1 | -0/+24 |
| | | | |||||
| * | | add Storage Location col | Arthur Schiwon | 2014-06-02 | 2 | -10/+18 |
| | | | |||||
| * | | Initial Commit : User Search, Fixes Typos | raghunayyar | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Reverts Bogus Changes. | raghunayyar | 2014-06-02 | 1 | -2/+2 |
| | | | |||||
| * | | Implements Group Creation from Sidebar | raghunayyar | 2014-06-02 | 1 | -2/+2 |
| | | | |||||
| * | | Reverts last commit, implements user in group count. | raghunayyar | 2014-06-02 | 1 | -75/+0 |
| | | |