| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Talk converstation delete API | Christoph Wurst | 2022-10-31 | 3 | -0/+29 |
* | Merge pull request #34832 from nextcloud/bugfix/noid/allow-to-conditionally-e... | Joas Schilling | 2022-10-28 | 1 | -0/+44 |
|\ |
|
| * | Allow to conditionally enable dashboard widgets | Joas Schilling | 2022-10-27 | 1 | -0/+44 |
* | | Emit typed event when preview is requested | Julius Härtl | 2022-10-27 | 1 | -0/+51 |
|/ |
|
* | Update lib/public/User/Backend/ICountMappedUsersBackend.php | Côme Chilliet | 2022-10-25 | 1 | -2/+2 |
* | Add missing file | Côme Chilliet | 2022-10-24 | 1 | -0/+39 |
* | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldap | Simon L | 2022-10-21 | 1 | -0/+44 |
|\ |
|
| * | LDAP to no register new users when outside of fair use or over limits | Arthur Schiwon | 2022-10-18 | 1 | -0/+44 |
* | | Merge pull request #34624 from nextcloud/fix/files_external_psalm | Carl Schwan | 2022-10-20 | 2 | -12/+12 |
|\ \ |
|
| * | | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 2 | -12/+12 |
| |/ |
|
* | | Merge pull request #34628 from nextcloud/fix/files_sharing_psalm | Carl Schwan | 2022-10-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix checkpassword undocummented null parameter | Carl Schwan | 2022-10-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registry | Carl Schwan | 2022-10-18 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix wrong types in phpdoc for twofactor registry | Carl Schwan | 2022-10-12 | 1 | -1/+1 |
* | | Merge pull request #34599 from nextcloud/fix/background-appdata-scrope | Vincent Petry | 2022-10-14 | 1 | -0/+17 |
|\ \ |
|
| * | | Fix tests | John Molakvoæ | 2022-10-14 | 1 | -0/+17 |
* | | | Merge pull request #34188 from nextcloud/feat/profiler-clear | Carl Schwan | 2022-10-14 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Expose clearing the profiles and fix it | Carl Schwan | 2022-10-10 | 1 | -0/+6 |
* | | | Improve container return type annotations | Julius Härtl | 2022-10-14 | 1 | -3/+5 |
* | | | Remove long depreated AppFramework/Db/Mapper | Roeland Jago Douma | 2022-10-10 | 1 | -370/+0 |
| |/
|/| |
|
* | | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendar | blizzz | 2022-10-04 | 1 | -0/+6 |
|\ \ |
|
| * | | Add isDeleted property to OCP\Calendar\ICalendar | Thomas Citharel | 2022-10-03 | 1 | -0/+6 |
* | | | Fix typo in deprecated | Joas Schilling | 2022-10-04 | 3 | -4/+4 |
|/ / |
|
* | | Merge pull request #34350 from nextcloud/bugfix/34278/add-capability-for-the-... | Joas Schilling | 2022-10-03 | 1 | -1/+10 |
|\ \ |
|
| * | | Add a capability for the reference API and expose the regex to clients | Joas Schilling | 2022-10-01 | 1 | -1/+10 |
* | | | Add typings to OCP\Calendar\ICalendar and implementation | Thomas Citharel | 2022-10-03 | 1 | -8/+8 |
* | | | Merge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuff | Côme Chilliet | 2022-10-01 | 2 | -30/+0 |
|\ \ \ |
|
| * | | | Remove some constants and functions which have been long deprecated | Côme Chilliet | 2022-09-30 | 2 | -30/+0 |
| |/ / |
|
* / / | reference url can always fallback to the link itself | Julien Veyssier | 2022-09-30 | 2 | -3/+3 |
|/ / |
|
* | | Merge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-https | Julius Härtl | 2022-09-30 | 1 | -1/+1 |
|\ \ |
|
| * | | Only match http(s) URLs for references | Joas Schilling | 2022-09-29 | 1 | -1/+1 |
* | | | Cleanup tags and Share component | Carl Schwan | 2022-09-29 | 1 | -17/+17 |
|/ / |
|
* | | Add since | Joas Schilling | 2022-09-26 | 1 | -9/+97 |
* | | Move Reference class to public namespace | Julius Härtl | 2022-09-26 | 1 | -0/+161 |
* | | Allow CSRF on CORS routes | Jonas Rittershofer | 2022-09-21 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #33658 from nextcloud/dashboard-api-widgets | Vincent Petry | 2022-09-16 | 5 | -0/+259 |
|\ |
|
| * | Add since tags | Joas Schilling | 2022-09-16 | 3 | -0/+8 |
| * | move widget options into a Option class | Robin Appelman | 2022-09-15 | 3 | -8/+69 |
| * | add IItemOptionWidget to define some item-related parameters, only getItemIco... | Julien Veyssier | 2022-09-15 | 1 | -0/+37 |
| * | change widget button api to support multiple button types | Robin Appelman | 2022-09-15 | 2 | -17/+82 |
| * | allow adding button to dashboard api output | Robin Appelman | 2022-09-15 | 1 | -0/+51 |
| * | add dashboard api to list widgets | Robin Appelman | 2022-09-15 | 1 | -0/+37 |
* | | Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2 | Vincent Petry | 2022-09-15 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | fix phpdoc | Maxence Lange | 2022-09-15 | 1 | -2/+2 |
| * | set defaultEnabled in shipped.json | Maxence Lange | 2022-09-15 | 1 | -0/+17 |
* | | Merge pull request #34048 from nextcloud/feat/add-nodeFilter-to-user_migration | Vincent Petry | 2022-09-15 | 1 | -1/+2 |
|\ \ |
|
| * | | Add a nodeFilter parameter for IExportDestination::copyFolder | Côme Chilliet | 2022-09-13 | 1 | -1/+2 |
* | | | Fix psalm parameter type | Joas Schilling | 2022-09-15 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add api to load additional section in profile page | Carl Schwan | 2022-09-14 | 1 | -0/+54 |
|/ |
|
* | Update avatars on update | Carl Schwan | 2022-09-09 | 1 | -0/+6 |