Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-16Migrate new app settings to AppFrameworkLukas Reschke
2014-10-15introduce new app page layoutThomas Müller
2014-09-23Moved WebDAV and internet checks to client side JSVincent Petry
2014-09-09Remove excludegroup.phpVincent Petry
2014-09-08Merge pull request #10740 from owncloud/fix-everyone-group-countLukas Reschke
2014-09-08Check for admin user instead of subadminLukas Reschke
2014-09-05Using countUsers method to return true count of usersClark Tomlinson
2014-08-31Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke
2014-08-31Add unit tests and fix rootcerts creation bugLukas Reschke
2014-08-31Cleanup certificate codeRobin Appelman
2014-08-31remove outdated checksRobin Appelman
2014-08-31Move certificate management interface from files_external to coreRobin Appelman
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-22Redirect user after clicking on linkLukas Reschke
2014-08-22Add a trusted domain wizardLukas Reschke
2014-08-19Merge pull request #9866 from owncloud/app-upgradeRobin Appelman
2014-08-18properly encode groups as json, not ',' separatedJörn Friedrich Dreyer
2014-08-04Set maintaince mode when updating an app from the app storeRobin Appelman
2014-07-21Merge pull request #9750 from owncloud/issue/9745Vincent Petry
2014-07-21Do not force isAdmin as true and so the list is filtered correctlyJoas Schilling
2014-07-21Fix username for subadmins and only send subadmin groupsJoas Schilling
2014-07-21Correctly use groups parameter only when its not emptyJoas Schilling
2014-07-14remove dead codeArthur Schiwon
2014-07-09magic strings - bad kungfuThomas Müller
2014-06-13skip certain tests for shipped appsGeorg Ehrke
2014-06-06Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke
2014-06-04add unit testGeorg Ehrke
2014-06-03Merge pull request #8264 from owncloud/app-enable-by-groupicewind1991
2014-06-03Add option to enable app for specific groupsRobin Appelman
2014-06-02various fixes as requested by pr reviewersGeorg Ehrke
2014-06-02remove group rename stuff, there is not support in the backends yet. to do fo...Arthur Schiwon
2014-06-02Make sure group data is returned.ringmaster
2014-06-02Rename $accessiblegroups to $accessibleGroupsLukas Reschke
2014-06-02cleanupArthur Schiwon
2014-06-02unify and consolidate group fetching method for initial template fill and aja...Arthur Schiwon
2014-06-02get translations from settings, not coreArthur Schiwon
2014-06-02enable group filteringArthur Schiwon
2014-06-02make filter work on server-sideArthur Schiwon
2014-06-02refactor delete handling and apply it to users and groupsArthur Schiwon
2014-06-02fix user creation, checkSubAdminUser is only available in OC_JSONArthur Schiwon
2014-06-02Let's switch to OCP\JSONLukas Reschke
2014-06-02Use OCP\JSON instead of OC_JSONLukas Reschke
2014-06-02Remove legacy "Check for user comment"Lukas Reschke
2014-06-02Adds admin check on groupname changes.raghunayyar
2014-06-02load groups when clicking on themArthur Schiwon
2014-06-02add Last Login columnArthur Schiwon
2014-06-02Initial Commit : Changes Storage to Quota, Implements GroupName editing.raghunayyar
2014-06-02add Storage Location colArthur Schiwon
2014-06-02Initial Commit : User Search, Fixes Typosraghunayyar
2014-06-02Reverts Bogus Changes.raghunayyar