summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #787 from nextcloud/files_external-settings-polishMarius Blüm2016-08-176-30/+51
|\ | | | | Files external settings polish
| * Fix casing of external storage appMorris Jobke2016-08-173-5/+5
| |
| * layout refinementsMorris Jobke2016-08-173-9/+16
| |
| * hide files external in personal settings if it's emptyRobin Appelman2016-08-172-1/+6
| |
| * don't show dependency info if we cant create new mountsRobin Appelman2016-08-172-6/+7
| |
| * hide global credentials in personal when a user cant add mountsRobin Appelman2016-08-172-16/+24
| |
* | Allow to retrieve the quota itself via the provisioning apiJoas Schilling2016-08-171-0/+1
|/
* Merge pull request #892 from nextcloud/fix_phpdocRoeland Jago Douma2016-08-171-1/+1
|\ | | | | Some scrutinizer phpdoc fixes
| * Fix phpdoc in CommentsRoeland Jago Douma2016-08-161-1/+1
| |
* | Merge pull request #846 from nextcloud/provisioning_api_ocsJoas Schilling2016-08-1710-900/+791
|\ \ | | | | | | Move Provisioning API to the AppFramework
| * | Move Apps to OCSControllerRoeland Jago Douma2016-08-143-64/+78
| | |
| * | Move Users to OCSControllerRoeland Jago Douma2016-08-143-625/+475
| | |
| * | Move Groups over to OCSControllerRoeland Jago Douma2016-08-143-214/+138
| | | | | | | | | | | | | | | * Take advantage of the AppFramework * Fix tests
| * | Add ProvisioningAPI middlewareRoeland Jago Douma2016-08-143-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provisioning API has 3 access levels: * Admin * SubAdmin * User This middleware adds a check for the SubAdmin part.
* | | Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-172-85/+20
|\ \ \ | | | | | | | | IE8 be gone!
| * | | Remove IE8 support from ViewControllerRoeland Jago Douma2016-08-162-85/+20
| | |/ | |/| | | | | | | | | | * Update tests * Fix getMock in tests
* | | [tx-robot] updated from transifexNextcloud bot2016-08-17110-326/+404
| | |
* | | Merge branch 'master' into implement_712Arthur Schiwon2016-08-1642-50/+187
|\| |
| * | Merge pull request #870 from nextcloud/oc-missingprefixforlastinsertidBjörn Schießle2016-08-162-2/+2
| |\ \ | | | | | | | | Fix oracle support of external storage app
| | * | Fix oracle support of external storage appJoas Schilling2016-08-152-2/+2
| | | |
| * | | Merge pull request #860 from nextcloud/fix_updatenotifcations_warningsRoeland Jago Douma2016-08-164-22/+22
| |\ \ \ | | | | | | | | | | Fix deprecated getMock warning
| | * | | Fix deprecated getMock warningRoeland Jago Douma2016-08-144-22/+22
| | | |/ | | |/|
| * | | [tx-robot] updated from transifexNextcloud bot2016-08-1636-32/+168
| | | |
* | | | for new we cannot have nested settings, default module is only appended if ↵Arthur Schiwon2016-08-161-0/+1
| | | | | | | | | | | | | | | | available
* | | | Merge branch 'master' into implement_712Lukas Reschke2016-08-1578-80/+481
|\| | |
| * | | Merge pull request #855 from nextcloud/files_drop_capabilityRoeland Jago Douma2016-08-152-0/+3
| |\ \ \ | | |_|/ | |/| | Add files drop capability for clients
| | * | Add files drop capability for clientsRoeland Jago Douma2016-08-132-0/+3
| | | |
| * | | [tx-robot] updated from transifexNextcloud bot2016-08-1516-14/+104
| | |/ | |/|
| * | [tx-robot] updated from transifexNextcloud bot2016-08-1410-4/+36
| |/
| * [tx-robot] updated from transifexNextcloud bot2016-08-1328-34/+162
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-1228-28/+176
| |
* | Use MockBuilder instead of createMockLukas Reschke2016-08-1511-30/+30
| | | | | | | | CI uses an older PHPUnit
* | Add unit testsLukas Reschke2016-08-1515-21/+953
| |
* | move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-135-6/+6
| | | | | | | | gets its own section
* | change federatedfilesharing css class to followupsection to reduce whitespaceArthur Schiwon2016-08-131-1/+1
| |
* | move systemstags to sharign section, drop collaboration sectionArthur Schiwon2016-08-131-2/+2
| |
* | make updatenotification settings appear as if it is part of the version part ↵Arthur Schiwon2016-08-132-4/+2
| | | | | | | | in server settings
* | change casing in section display namesArthur Schiwon2016-08-132-2/+2
| |
* | fix theming testsArthur Schiwon2016-08-122-5/+3
| |
* | rename remaining occurences of OCA/Theming/TemplateArthur Schiwon2016-08-123-6/+6
| |
* | rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-123-18/+14
| |
* | register app autoload instead of loading appsArthur Schiwon2016-08-121-8/+0
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-1185-106/+463
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-116-10/+10
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-1152-8/+152
| |
| * Merge pull request #807 from nextcloud/ocs_dataresponseRoeland Jago Douma2016-08-103-57/+56
| |\ | | | | | | OCSController requires DataResponse
| | * Move the Share20OCS code over to use the proper DataResponseRoeland Jago Douma2016-08-103-57/+56
| | |
| * | Merge pull request #810 from nextcloud/shared-cachethepropagatorinstanceLukas Reschke2016-08-101-1/+6
| |\ \ | | | | | | | | Store the shared propagator instance
| | * | Store the shared propagator instanceVincent Petry2016-08-101-1/+6
| | |/ | | | | | | | | | This instead of recreating it for every call.
| * | Merge pull request #808 from ↵Lukas Reschke2016-08-102-2/+2
| |\ \ | | | | | | | | | | | | | | | | nextcloud/skip_expiry_for_users_that_never_logged_in Skip version and trash expiry for users that never logged in