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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-11-08re-activate getMember()Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-10-22setSqlPath()Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-10-22+DataProbeMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-10-06emulate user on cronMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-09-30refresh cache on demandfix/noid/refresh-cache-on-demandMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-09-23Fix static analysisupdate-master-versionCarl Schwan
- Port to OCP background jobs and use dependency injection - And more stuff Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-22Rename user to account/peopleVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-12cache getCircles when executed from an other appMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-09-02fix limit/offsetMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-08-18Fix IQueryFunction to string complianceJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-05ignore remnantsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-07-27Add $shallow arg to ShareByCircleProvider::getSharesInFolderLouis Chemineau
A new `$shallow` argument was introduced to `IShareProvider::getSharesInFolder` in NC25 by https://github.com/nextcloud/server/pull/31728. This PR adds this new argument and the necessary changes to make it work based on this example https://github.com/nextcloud/server/pull/31728/files#diff-dee1351696d7eae959761edf66c8e5a9052e28be73319733d857a9ab2d9fc967= Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26enforce event on circle creationMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-07-14Merge pull request #1103 from nextcloud/fix/fix/hardcoded-stringCarl Schwan
Fix the translations
2022-07-06migration to IQueryFunctionMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-07-05Fix the translationsfix/fix/hardcoded-stringCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-01Fix one hardcoded stringCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-23Fix getAllShare crashCarl Schwan
Internal Server Error\nReturn value of OCA\\Circles\\ShareByCircleProvider::getAllShares() must be iterable, none returned in file '/var/www/html/apps-extra/circles/lib/ShareByCircleProvider.php' line 674 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-14Merge pull request #1023 from nextcloud/fix/noid/limit-migrationMaxence Lange
confirm migration feasibility
2022-06-14Merge pull request #1063 from nextcloud/enh/noid/log-on-failed-member-creationCarl Schwan
log failed member generation
2022-06-14Merge pull request #1075 from nextcloud/fix/return-type-2Carl Schwan
Fix return type
2022-06-14Fix return typeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-14Fix return type of ExtendedQueryBuilder->exprFilterBitwise()Jonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-06-13adding options 'is:?' to searchMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-06-13Merge pull request #1037 from nextcloud/enh/noid/set-options-recursiveMaxence Lange
recursive setOptions()
2022-06-13log failed member generationenh/noid/log-on-failed-member-creationMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-06-13Merge pull request #1048 from nextcloud/fix/noid/circle-link-no-contactsMaxence Lange
do not generate link if no front-end
2022-06-13Merge pull request #1012 from nextcloud/enh/noid/display-circles-infos-on-createMaxence Lange
[occ] display information about freshly created circle
2022-06-13Merge pull request #1040 from nextcloud/fix/noid/deserialize-listMaxence Lange
using deserializeList instead
2022-06-13Merge pull request #1051 from nextcloud/fix/noid/limit-public-encrypt-to-uuidMaxence Lange
confirmKey must be uuid
2022-06-13Merge pull request #1052 from nextcloud/fix/type-from-masterCarl Schwan
Change return type to handle change from master
2022-06-13Change return type to handle change from masterCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-12confirmKey must be uuidfix/noid/limit-public-encrypt-to-uuidMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-06-07do not generate link if no front-endfix/noid/circle-link-no-contactsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-05-11switch to getOption()Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-05-09using deserializeList insteadfix/noid/deserialize-listMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-05-04recursive setOptions()enh/noid/set-options-recursiveMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-05-04+limitToFederatedUserMembershipslimit-to-membershipsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-28Improve performance of share providerGiuliano Mele
Reduces the number of database table joins in a single call to share providers getShareWith function from 10 to 6 Signed-off-by: Giuliano Mele <giuliano.mele@verdigado.com>
2022-04-26Merge pull request #1024 from nextcloud/feat/psalmCarl Schwan
Add static analysis
2022-04-25Add static analysisfeat/psalmCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-20fix array keys on import()Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-15confirm migration feasibilityfix/noid/limit-migrationMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-14split heavy and low maintenance processMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-14remove child sharesMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-13display new circle dataenh/noid/display-circles-infos-on-createMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-13check owner attendanceMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-11update memberships on path changeMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-06bypass/limit permissionsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05update populationMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>