| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 3 | -77/+12 |
* | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 1 | -309/+0 |
* | fix: update "move into share" check to share manager | Robin Appelman | 2024-02-27 | 1 | -434/+0 |
* | fix: remove old test-only methods | Robin Appelman | 2024-02-26 | 1 | -35/+0 |
* | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 1 | -2/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -3/+3 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -2/+2 |
* | Fix the typo in comments | CRA Yoshihito Nakatani | 2023-03-15 | 1 | -1/+1 |
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 1 | -0/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -9/+6 |
* | Cleanup tags and Share component | Carl Schwan | 2022-09-29 | 1 | -171/+234 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 2 | -3/+3 |
* | Remove unused class SearchResultSorter | Côme Chilliet | 2022-04-26 | 1 | -77/+0 |
* | Migrate more classes of lib/private to LoggerInterface | Côme Chilliet | 2022-04-26 | 1 | -10/+12 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -1/+6 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -6/+0 |
* | Drop \OCP\User | Christoph Wurst | 2021-05-21 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -7/+2 |
* | | Address minor comments | Julius Härtl | 2020-12-09 | 1 | -1/+2 |
* | | Let sharees endpoint properly handle deck shares | Julius Härtl | 2020-12-09 | 1 | -0/+4 |
* | | Replace static call to Share::unshare with ShareManager->deleteShare in tests | Morris Jobke | 2020-11-30 | 2 | -242/+0 |
* | | Remove now unused methods in Share.php due to the reduced code complexity in ... | Morris Jobke | 2020-11-29 | 1 | -36/+0 |
* | | Remove unused method Share Helper::generateTarget | Morris Jobke | 2020-11-29 | 1 | -41/+0 |
* | | Reduce code complexity in Share::getItems by tracing all remaining callers | Morris Jobke | 2020-11-29 | 1 | -59/+20 |
* | | Remove unused Share::getItemSharedWithBySource() | Morris Jobke | 2020-11-29 | 1 | -17/+0 |
* | | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -3/+4 |
* | | Replace some usages of OC_DB in OC\Share\* with query builder | Joas Schilling | 2020-11-06 | 2 | -29/+39 |
* | | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -8/+8 |
|/ |
|
* | Cascading effect - more code that now is not used anymore | Morris Jobke | 2020-07-06 | 1 | -338/+0 |
* | Tags.php and the old sharing mechanism | Morris Jobke | 2020-07-06 | 1 | -54/+0 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 2 | -25/+27 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -3/+0 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -15/+15 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -34/+17 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -8/+8 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 4 | -0/+4 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -2/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 4 | -57/+57 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -8/+8 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Cleanup sharing leftovers | John Molakvoæ (skjnldsv) | 2019-11-05 | 1 | -3/+0 |
* | Make the sharing constants publicly available | Joas Schilling | 2019-08-23 | 1 | -0/+29 |