Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interface | Christoph Wurst | 2022-11-03 | 2 | -7/+48 |
|\ | | | | | Move iMIP to its own interface | ||||
| * | Move iMIP to it's own interface | Anna Larch | 2022-11-03 | 2 | -7/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and clean up the code a bit. Added: - author Removed: - unused imports Changed: - moved iMIP handling to new interface - pointed code to new implementation Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Add remote host validation API | Christoph Wurst | 2022-10-31 | 1 | -0/+51 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add Talk converstation delete API | Christoph Wurst | 2022-10-31 | 3 | -0/+29 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #34832 from ↵ | Joas Schilling | 2022-10-28 | 1 | -0/+44 |
|\ | | | | | | | | | nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets Allow to conditionally enable dashboard widgets | ||||
| * | Allow to conditionally enable dashboard widgets | Joas Schilling | 2022-10-27 | 1 | -0/+44 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Emit typed event when preview is requested | Julius Härtl | 2022-10-27 | 1 | -0/+51 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update lib/public/User/Backend/ICountMappedUsersBackend.php | Côme Chilliet | 2022-10-25 | 1 | -2/+2 |
| | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | Add missing file | Côme Chilliet | 2022-10-24 | 1 | -0/+39 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldap | Simon L | 2022-10-21 | 1 | -0/+44 |
|\ | | | | | LDAP to not register new users when outside of fair use or over limits | ||||
| * | LDAP to no register new users when outside of fair use or over limits | Arthur Schiwon | 2022-10-18 | 1 | -0/+44 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #34624 from nextcloud/fix/files_external_psalm | Carl Schwan | 2022-10-20 | 2 | -12/+12 |
|\ \ | | | | | | | Multiple fix for files external | ||||
| * | | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 2 | -12/+12 |
| |/ | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Merge pull request #34628 from nextcloud/fix/files_sharing_psalm | Carl Schwan | 2022-10-18 | 1 | -1/+1 |
|\ \ | | | | | | | Various psalm fixes in files_sharing | ||||
| * | | Fix checkpassword undocummented null parameter | Carl Schwan | 2022-10-17 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | 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 | ||||
| * | Fix wrong types in phpdoc for twofactor registry | Carl Schwan | 2022-10-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Merge pull request #34599 from nextcloud/fix/background-appdata-scrope | Vincent Petry | 2022-10-14 | 1 | -0/+17 |
|\ \ | | | | | | | Scope the appdata theming storage for global and users | ||||
| * | | Fix tests | John Molakvoæ | 2022-10-14 | 1 | -0/+17 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #34188 from nextcloud/feat/profiler-clear | Carl Schwan | 2022-10-14 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | Expose clearing the profiles and fix it | ||||
| * | | Expose clearing the profiles and fix it | Carl Schwan | 2022-10-10 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | Improve container return type annotations | Julius Härtl | 2022-10-14 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Remove long depreated AppFramework/Db/Mapper | Roeland Jago Douma | 2022-10-10 | 1 | -370/+0 |
| |/ |/| | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendar | blizzz | 2022-10-04 | 1 | -0/+6 |
|\ \ | | | | | | | Add isDeleted to OCP\Calendar\ICalendar | ||||
| * | | Add isDeleted property to OCP\Calendar\ICalendar | Thomas Citharel | 2022-10-03 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Fix typo in deprecated | Joas Schilling | 2022-10-04 | 3 | -4/+4 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #34350 from ↵ | Joas Schilling | 2022-10-03 | 1 | -1/+10 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/34278/add-capability-for-the-reference-api Add a capability for the reference API and expose the regex to clients | ||||
| * | | Add a capability for the reference API and expose the regex to clients | Joas Schilling | 2022-10-01 | 1 | -1/+10 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Add typings to OCP\Calendar\ICalendar and implementation | Thomas Citharel | 2022-10-03 | 1 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | 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 | ||||
| * | | | Remove some constants and functions which have been long deprecated | Côme Chilliet | 2022-09-30 | 2 | -30/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / / | reference url can always fallback to the link itself | Julien Veyssier | 2022-09-30 | 2 | -3/+3 |
|/ / | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | | 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 | ||||
| * | | Only match http(s) URLs for references | Joas Schilling | 2022-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Cleanup tags and Share component | Carl Schwan | 2022-09-29 | 1 | -17/+17 |
|/ / | | | | | | | | | | | | | | | | | - Port to LoggerInterface - Use IDBConnection and IQueryBuilder instead of raw SQL and OC_DB - Use IEventListener instead of hooks - Remove the now unused OC_DB and OC_DB_StatementWrapper legacy utils Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Add since | Joas Schilling | 2022-09-26 | 1 | -9/+97 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move Reference class to public namespace | Julius Härtl | 2022-09-26 | 1 | -0/+161 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Allow CSRF on CORS routes | Jonas Rittershofer | 2022-09-21 | 1 | -1/+1 |
|/ | | | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Co-authored-by: Andreas Brinner <andreas@everlanes.net> Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com> | ||||
* | Merge pull request #33658 from nextcloud/dashboard-api-widgets | Vincent Petry | 2022-09-16 | 5 | -0/+259 |
|\ | | | | | Extend dashboard api to allow listing of widgets | ||||
| * | Add since tags | Joas Schilling | 2022-09-16 | 3 | -0/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | move widget options into a Option class | Robin Appelman | 2022-09-15 | 3 | -8/+69 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | add IItemOptionWidget to define some item-related parameters, only ↵ | Julien Veyssier | 2022-09-15 | 1 | -0/+37 |
| | | | | | | | | | | | | getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
| * | change widget button api to support multiple button types | Robin Appelman | 2022-09-15 | 2 | -17/+82 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | allow adding button to dashboard api output | Robin Appelman | 2022-09-15 | 1 | -0/+51 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | add dashboard api to list widgets | Robin Appelman | 2022-09-15 | 1 | -0/+37 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2 | Vincent Petry | 2022-09-15 | 1 | -0/+17 |
|\ \ | |/ |/| | set defaultEnabled in shipped.json | ||||
| * | fix phpdoc | Maxence Lange | 2022-09-15 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | set defaultEnabled in shipped.json | Maxence Lange | 2022-09-15 | 1 | -0/+17 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | 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 | ||||
| * | | Add a nodeFilter parameter for IExportDestination::copyFolder | Côme Chilliet | 2022-09-13 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |