Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | | Fix psalm parameter type | Joas Schilling | 2022-09-15 | 1 | -1/+1 |
| |/ |/| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add api to load additional section in profile page | Carl Schwan | 2022-09-14 | 1 | -0/+54 |
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update avatars on update | Carl Schwan | 2022-09-09 | 1 | -0/+6 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Avatar new style | Carl Schwan | 2022-09-09 | 2 | -2/+12 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #29881 from nextcloud/fix/setting/accessibility-title | Carl Schwan | 2022-09-06 | 2 | -2/+8 |
|\ | | | | | Improve accessibility of the title of the settings | ||||
| * | Merge branch 'master' into fix/setting/accessibility-title | Carl Schwan | 2022-09-02 | 65 | -281/+1929 |
| |\ | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
| * | | Improve accessibility of the title of the settings | Carl Schwan | 2022-05-16 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before every setting page had the same title and this is causing issues for screenreaders since they can't differenciate the title of page. Now a new variable is available for apps to declare the page subtitle. This new variable is implemented for the settings app and while at it I added a bit more type hinting to the stuff I touched :) Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | Add description for public and immutable | Daniel | 2022-09-03 | 1 | -2/+2 |
| | | | | | | | | | | | | Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Daniel <mail@danielkesselberg.de> | ||||
* | | | Update docblock for cacheFor | Daniel Kesselberg | 2022-09-03 | 1 | -2/+4 |
| |/ |/| | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Add event to load scripts for reference rendering | Julius Härtl | 2022-09-01 | 1 | -0/+36 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #33625 from nextcloud/fix/33572/add-user | Vincent Petry | 2022-09-01 | 2 | -0/+6 |
|\ \ | | | | | | | Fix creation of new user and display the correct error message | ||||
| * | | Fix creation of new user and display the correct error message | Christopher Ng | 2022-08-22 | 2 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Refactor cache handling | Julius Härtl | 2022-08-31 | 2 | -2/+28 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |