| Commit message (Expand) | Author | Age | Files | Lines |
* | fix:remote account activity translationfix/noid/remote-account-activity-translation | SebastianKrupinski | 2025-03-07 | 1 | -5/+2 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 5 | -92/+30 |
* | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providers | Joas Schilling | 2024-09-23 | 2 | -19/+19 |
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 2 | -4/+6 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 4 | -7/+7 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 9 | -180/+20 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -6/+6 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 2 | -7/+4 |
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -2/+2 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 |
* | fix(files): Make sure to add the `fileid` on favorite folders navigation entries | Ferdinand Thiessen | 2024-01-25 | 1 | -22/+42 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -7/+7 |
* | Get rid of all useless calls to setParsedSubject now that setRichSubject is a... | Côme Chilliet | 2022-11-29 | 2 | -17/+3 |
* | Use user name cache in activity providers | Joas Schilling | 2022-08-19 | 1 | -4/+4 |
* | Don't provide favorite activity settings | Joas Schilling | 2022-02-09 | 1 | -2/+10 |
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -1/+6 |
* | Don't allow to change activity settings that don't work | Joas Schilling | 2021-09-15 | 1 | -2/+6 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -18/+10 |
* | Activity: show if files are hidden or not | Roeland Jago Douma | 2021-03-04 | 1 | -2/+38 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Allow to get activities for files by email again | Joas Schilling | 2020-09-10 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+6 |
* | merge file activity settings into a single 'favorite changed' item | Robin Appelman | 2020-08-13 | 5 | -280/+16 |
* | allow grouping of activity settings | Robin Appelman | 2020-08-05 | 7 | -90/+54 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -3/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 3 | -21/+21 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 8 | -8/+0 |
* | Unify the code a bit | Joas Schilling | 2020-03-10 | 1 | -16/+36 |
* | Use contacts name on federated activities | Joas Schilling | 2020-03-10 | 1 | -11/+35 |
* | Combine move activities as well | Joas Schilling | 2020-03-10 | 1 | -1/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 11 | -11/+12 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 6 | -6/+0 |
* | Make the yellow favorite icon non-monochrome | Joas Schilling | 2019-01-22 | 1 | -0/+2 |
* | Add icon to restore activity | Joas Schilling | 2019-01-22 | 1 | -3/+6 |
* | Mixin scss icon api | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+1 |
* | Catch exception when the parent is deleted as well | Joas Schilling | 2018-02-28 | 1 | -2/+27 |
* | Do a recursion instead of an endless loop | Joas Schilling | 2018-02-28 | 1 | -1/+1 |
* | Fix problem with deleted files | Joas Schilling | 2018-02-28 | 1 | -5/+14 |
* | Fix path handling for activities | Joas Schilling | 2018-02-28 | 1 | -7/+20 |
* | Add special handling for e2e encryption | Joas Schilling | 2018-02-28 | 1 | -1/+108 |
* | Extract duplicated logic into a method | Joas Schilling | 2018-02-28 | 1 | -80/+24 |
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -0/+21 |
* | Fix copy and paste error on activity descriptions | Joas Schilling | 2017-07-20 | 2 | -2/+2 |
* | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 2 | -22/+102 |
* | Fix username and avatar for external users | Joas Schilling | 2017-05-19 | 1 | -0/+26 |
* | Merge pull request #3181 from nextcloud/fix-favorite-activity-mail | Björn Schießle | 2017-02-10 | 1 | -4/+13 |
|\ |
|
| * | Make sure the file information is available when sending the email | Joas Schilling | 2017-01-20 | 1 | -4/+13 |
* | | Fix files sharing legacy as well | Joas Schilling | 2017-02-08 | 1 | -1/+5 |