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
2019-08-21Add a repair step to clear the projects access cacheJoas Schilling
2019-08-21Change the logic so projects are only shown when you can access all resourcesJoas Schilling
2019-05-02Set type for access column on cacheAccessForCollectionDaniel Kesselberg
2019-03-28Escape the search terms on the serverJoas Schilling
2019-03-28Make sure the recursive result is returned :-XJoas Schilling
2019-03-22Force boolean type for access parameterJulius Härtl
2019-03-19Use rich objects instead of name, link and iconJoas Schilling
2019-03-19Replace the icon-class with an absolute link to an imageJoas Schilling
2019-03-06Cleanup some PHPDoc leftovers and unused variablesMorris Jobke
2019-03-01Listen to IUser::postDeleteJulius Härtl
2019-03-01Access for a collection can only become trueJoas Schilling
2019-03-01Register providers via class namesJoas Schilling
2019-03-01Add a listener for the eventsJoas Schilling
2019-03-01Also cache the resource type because it is part of the identifierJoas Schilling
2019-03-01Fix unused variable $accessJoas Schilling
2019-03-01Fix doc blockJoas Schilling
2019-03-01Don't throw on UniqueConstraintViolationException since a written value is ok...Joas Schilling
2019-03-01Cache the access manually tooJoas Schilling
2019-03-01Fix SQL statement and provider method callJulius Härtl
2019-03-01Make sure the results are always sorted the sameJoas Schilling
2019-03-01Improve searchCollections()Joas Schilling
2019-03-01Further work on the access cacheJoas Schilling
2019-03-01Start implementing access cacheJoas Schilling
2019-03-01Fix doc blocksJoas Schilling
2019-03-01Implement search and rename in backendJulius Härtl
2019-03-01Add link to resource providerJulius Härtl
2019-03-01Only call resource provider if type matchesJulius Härtl
2019-03-01Allow apps to register resource providersJulius Härtl
2019-03-01Add iconClass to resourcesJulius Härtl
2019-03-01Insert new collection into databaseJulius Härtl
2019-03-01Make names mandatoryJoas Schilling
2019-03-01Allow to create collectionsJoas Schilling
2019-03-01Provider functionalityJoas Schilling
2019-03-01Add a controller with the most important methodsJoas Schilling
2019-03-01Basic implementation of resource and collection handlingJoas Schilling
2019-02-26Search sharees on lookup server when explicitly requested by userChristoph Wurst
2019-02-25allow group backends to mark that a group should now be shown in search dialogsRobin Appelman
2019-02-21Always query lookup server in GS modeRoeland Jago Douma
2018-10-30Fix injection to get the user idJulius Härtl
2018-10-30Add uuid/name entry to Remote/MailPlugin testsJulius Härtl
2018-10-30Add name field to mail and remote resultsJulius Härtl
2018-10-30Add local share if remote cloud id matches a local user onesJulius Härtl
2018-10-30Make enhancing entries with type property optionalJulius Härtl
2018-10-30Add type to Remote and Mail pluginsJulius Härtl
2018-10-30Add collaborators uuid to properly render the avatar and for later groupingJulius Härtl
2018-10-30Filter out generic remote result for local usersJulius Härtl
2018-10-30Filter out local users from address book remote searchesJulius Härtl
2018-10-18Do not try to contact lookup server without internet connection or URLArthur Schiwon
2018-10-10some small fixes and improvementsBjoern Schiessle
2018-10-09adjust testsBjoern Schiessle