Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fix(sharing): resolveGroupShares setPermissions on null | skjnldsv | 2024-03-19 | 1 | -4/+6 | |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
| * | | perf: improve performance of resolving group shares | Robin Appelman | 2024-03-16 | 1 | -50/+28 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | feat(files_sharing): allow to specify allowed groups to share instead of ↵ | Corentin Damman | 2024-03-15 | 1 | -8/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com> | |||||
| * | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 1 | -2/+4 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 6 | -114/+172 | |
| | |\ \ | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| | * | | | Refactor `OC\Server::getShareManager` | Andrew Summers | 2023-08-29 | 1 | -2/+4 | |
| | | |/ | | |/| | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | |||||
| * | | | Merge branch 'master' into refactor/OC-Server-getCloudFederationFactory | John Molakvoæ | 2024-03-15 | 1 | -5/+7 | |
| |\ \ \ | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| | * \ \ | Merge pull request #40138 from summersab/refactor/OC-Server-getHasher | John Molakvoæ | 2024-03-15 | 1 | -1/+2 | |
| | |\ \ \ | ||||||
| | | * | | | Refactor `OC\Server::getHasher` | Andrew Summers | 2024-03-15 | 1 | -1/+2 | |
| | | | |/ | | | |/| | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | |||||
| | * / | | Refactor `OC\Server::getLazyRootFolder` | Andrew Summers | 2024-03-15 | 1 | -4/+5 | |
| | |/ / | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | |||||
| * / / | Refactor `OC\Server::getCloudFederationFactory` | Andrew Summers | 2024-03-15 | 1 | -1/+2 | |
| |/ / | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | |||||
| * | | Merge pull request #42638 from nextcloud/shares-in-folder-storage | Robin Appelman | 2024-03-06 | 1 | -2/+9 | |
| |\ \ | | | | | | | | | also filter by storage when getting shares in folder | |||||
| | * | | fix: also filter by storage when getting shares in folder | Robin Appelman | 2024-03-06 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -2/+1 | |
| |/ / | | | | | | | | | | 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 | 2 | -9/+11 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 1 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
| * | | Merge pull request #43461 from nextcloud/fix/get-rid-of-getlogger | F. E Noel Nfebe | 2024-02-14 | 1 | -1/+3 | |
| |\ \ | | | | | | | | | chore: Migrate away from OC::$server->getLogger | |||||
| | * | | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 | |
| |/ / | | | | | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
| * | | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -1/+24 | |
| | | | | | | | | | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com> | |||||
| * | | fix(manager): removed dead code | Eduardo Morales | 2023-12-18 | 1 | -7/+1 | |
| | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
| * | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
| * | | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -3/+3 | |
| | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | |||||
| * | | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 2 | -36/+70 | |
| |\ \ | | | | | | | | | move share permission logic to storage wrapper | |||||
| | * | | cleanup di for share permissions wrapper | Robin Appelman | 2023-08-16 | 2 | -36/+70 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | Fix sharing creation insert and get | John Molakvoæ (skjnldsv) | 2023-09-02 | 2 | -33/+24 | |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | | | sharebymail: remove ILogger and upgrade to PHP 8 syntax | Benjamin Gaussorgues | 2023-08-30 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* / | | Refactor `OC\Server::getSecureRandom` | Andrew Summers | 2023-08-29 | 1 | -3/+4 | |
|/ / | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | |||||
* | | Use nullsafe call syntax instead of additionnal check | Côme Chilliet | 2023-08-28 | 1 | -1/+1 | |
| | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | |||||
* | | Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from ↵ | Côme Chilliet | 2023-08-28 | 1 | -5/+19 | |
|/ | | | | | | disabled users Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Remove legacy dispatcher from share manager | Joas Schilling | 2023-07-28 | 1 | -6/+0 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat!: Migrate Share accepted event to typed event | Joas Schilling | 2023-07-28 | 2 | -3/+4 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat!: Migrate unShare events to typed events | Joas Schilling | 2023-07-28 | 2 | -44/+27 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat!: Migrate Sharing events to typed events | Joas Schilling | 2023-07-28 | 2 | -23/+17 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix: Move Sharing events to IEventDispatcher | Joas Schilling | 2023-07-27 | 2 | -24/+30 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Migrate federated file sharing to PSR LoggerInterface | Benjamin Gaussorgues | 2023-07-07 | 1 | -4/+4 | |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | |||||
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | also set the node when re-using existing share on share create | Robin Appelman | 2023-04-03 | 1 | -0/+4 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | hide shared files located in group folder's trash bin | Arthur Schiwon | 2023-03-28 | 1 | -0/+6 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 2 | -0/+3 | |
| | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org> | |||||
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 1 | -0/+63 | |
| | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 8 | -13/+3 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #34477 from ↵ | Joas Schilling | 2022-12-09 | 1 | -0/+4 | |
|\ | | | | | | | | | nextcloud/bugfix/noid/sharee-recommendations-show-group-id Show group name instead of group id as recommendation | |||||
| * | Show group name instead of group id as recommendation | Joas Schilling | 2022-10-08 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Fix PHP CS | Joas Schilling | 2022-10-20 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Also catch in getProvider | Joas Schilling | 2022-10-20 | 1 | -3/+10 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Don't crash with outdated share provider | Joas Schilling | 2022-10-20 | 1 | -4/+23 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |