Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 8 | -17/+18 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | refactor(federatedfilesharing): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 2 | -30/+26 |
| | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Remove deprecated `Util` function for filename validation to ↵ | Ferdinand Thiessen | 2024-07-16 | 1 | -1/+3 |
| | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -3/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(federatedfilesharing): import external federated share script | skjnldsv | 2024-06-05 | 1 | -5/+11 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 17 | -388/+51 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | refactor: remove non-shallow getSharesInFolder | Robin Appelman | 2024-05-01 | 1 | -6/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(federatedfilesharing): Use correct language file to render notification | Joas Schilling | 2024-03-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: also filter by storage when getting shares in folder | Robin Appelman | 2024-03-06 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -4/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -3/+3 |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Configure OpenAPI scopes | provokateurin | 2024-01-18 | 2 | -0/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: public dav endpoint v2 | John Molakvoæ | 2024-01-09 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 7 | -33/+33 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #39743 from nextcloud/fixNullArray | Git'Fellow | 2023-10-27 | 1 | -0/+1 |
|\ | | | | | fix: Don't try to access null array | ||||
| * | fix: don't try to access null array | Git'Fellow | 2023-08-14 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | Refactors "strpos" and "substr" calls to improve code readability | Hamid Dehnavi | 2023-09-27 | 3 | -7/+7 |
| | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 1 | -0/+6 |
|/ | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | federatedfilesharing: Add OpenAPI spec | jld3103 | 2023-07-12 | 4 | -57/+65 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Migrate federated file sharing to PSR LoggerInterface | Benjamin Gaussorgues | 2023-07-07 | 5 | -287/+61 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | displayname on federated shares | Maxence Lange | 2023-06-28 | 2 | -12/+44 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Specify the parameters of FederatedFileSharing controllers | Joas Schilling | 2023-06-14 | 1 | -41/+45 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builder | Joas Schilling | 2023-02-06 | 1 | -0/+1 |
|\ | | | | | Don't reuse query builder object with populated parameters in FederatedShareProvider | ||||
| * | Don't reuse query builder object with populated parameters | Joas Schilling | 2023-01-23 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Use the default color and matching text color for the federation invite | Joas Schilling | 2023-01-30 | 1 | -23/+13 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵ | Côme Chilliet | 2022-11-29 | 1 | -9/+0 |
| | | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
| | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated | Carl Schwan | 2022-08-23 | 1 | -25/+11 |
|\ | | | | | Deprecated ILogger from IJob | ||||
| * | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -25/+11 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -1/+2 |
|/ | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Add argument to getSharesInFolder enable deep share lookup | Louis Chemineau | 2022-07-26 | 1 | -3/+8 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Port federatedfilesharing personal settings to vue | Carl Schwan | 2022-06-15 | 1 | -10/+22 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Port admin federated files sharing to vue | Carl Schwan | 2022-05-20 | 1 | -24/+27 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Log in audit log federated shares events | Carl Schwan | 2022-03-16 | 1 | -1/+17 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Mark DAV background jobs as time sensitive/insensitive | Christoph Wurst | 2022-02-22 | 1 | -2/+2 |
| | | | | | | | * As a bonus they are now all using OCP base classes * Strict typing is now enforced Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix federated sharing | Robin Appelman | 2021-10-19 | 1 | -34/+25 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add support for Delegation Settings for more apps | Carl Schwan | 2021-10-15 | 1 | -3/+26 |
| | | | | | | | | | * This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Replace ILogger with LoggerInterface in remote share manager | Vincent Petry | 2021-07-27 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Add logging to external shares manager | Vincent Petry | 2021-07-27 | 1 | -1/+2 |
| | | | | | | | Instead of just returning false, also log the exception to make debugging database issues easier. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -1/+1 |
| | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 7 | -16/+15 |
| | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Correctly check the reception of a remote feedback | Louis Chemineau | 2021-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 17 | -27/+20 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Respect default share permissions for federated reshares | Roeland Jago Douma | 2021-05-17 | 1 | -1/+12 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Throttle MountPublicLinkController when share is not found | Roeland Jago Douma | 2021-05-12 | 1 | -1/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix usage of rename executeUpdate | Christoph Wurst | 2021-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Improve federated permission handling | Roeland Jago Douma | 2021-04-26 | 1 | -18/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |