summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update vue to v7.1.0-beta.2root2022-11-244-64/+29
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35380 from nextcloud/enh/noid/fix-remaining-user-issuesVincent Petry2022-11-243-7/+17
|\ | | | | fix remaining user settings issues
| * fix remaining user settings issuesSimon L2022-11-233-7/+17
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35370 from nextcloud/fix/renaming-tokenCarl Schwan2022-11-243-4/+7
|\ \ | | | | | | Fix UX of renaming token
| * | Fix UX of renaming tokenCarl Schwan2022-11-233-4/+7
| | | | | | | | | | | | | | | | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #35383 from nextcloud/fix/php-lintJoas Schilling2022-11-241-1/+0
|\ \ \ | | | | | | | | Fix PHP lint CI failure
| * | | Fix PHP lint CI failureChristopher Ng2022-11-241-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-2426-2/+56
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35272 from nextcloud/enh/a11y-share-search-labelPytal2022-11-234-44/+58
|\ \ \ | |_|/ |/| | Add label to sharing search field
| * | Add label to sharing search fieldChristopher Ng2022-11-234-44/+58
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #35368 from nextcloud/add-repair-job-secret-configVincent Petry2022-11-234-0/+68
|\ \ \ | | | | | | | | Add repair job that will ensure that secret and passwordsalt are set
| * | | Add repair job that will ensure that secret and passwordsalt are setCarl Schwan2022-11-234-0/+68
| | |/ | |/| | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #35350 from nextcloud/fix/users-mgmtVincent Petry2022-11-238-602/+26
|\ \ \ | | | | | | | | Fix user settings layout
| * | | scroll if too much groupsJohn Molakvoæ2022-11-233-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Fix user settings layoutJohn Molakvoæ2022-11-238-602/+14
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #35317 from ↵Julius Härtl2022-11-231-4/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2022-11-231-4/+2
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #35353 from ↵Louis2022-11-231-3/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/artonge/fix/cache_update_when_file_size_equal_0 Update cache when file size === 0
| * | | Update cache when file size === 0Louis Chemineau2022-11-231-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | The conditions were false when $result === 0. $results here contains the number of written bits. The correct way of checking for operation success is to check if $result === false Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #35302 from nextcloud/bugfix/noid/unsupported-urlSimon L2022-11-235-7/+8
|\ \ \ | |/ / |/| | Generate proper URL for unsupported browsers page
| * | Generate proper URL for unsupported browsers pageJulius Härtl2022-11-225-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Compile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-23190-332/+2712
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35315 from nextcloud/enh/a11y-border-contrastPytal2022-11-224-17/+17
|\ \
| * | Fix border color contrastChristopher Ng2022-11-224-17/+17
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35299 from ↵Vincent Petry2022-11-226-3/+20
|\ \ | | | | | | | | | | | | nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
| * | CSS compiled files for deactivates the possiblility to checkmark or click on ↵kavita.sonawane@t-systems.com2022-11-224-2/+8
| | | | | | | | | | | | | | | | | | the encrypted folders Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * | Prevent selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-1/+4
| | | | | | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * | Prevents the selection of encrypted folder on next page loadkavita.sonawane@t-systems.com2022-11-221-1/+1
| | | | | | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * | Prevents the selection of encrypted folder on scroll pagekavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * | Deactivates the possiblility to checkmark or click on the encrypted folderkavita.sonawane@t-systems.com2022-11-221-0/+5
| | | | | | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * | Add comments for prevents the selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-0/+1
| | | | | | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * | Filelist:-Deselecting all files checkboxes within cells of encrypted folderkavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
* | | Merge pull request #35143 from nextcloud/add-pr-templateVincent Petry2022-11-221-0/+18
|\ \ \ | | | | | | | | Add pull request template with checklist
| * | | Add pull request template with checklistVincent Petry2022-11-161-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-2281-269/+809
|\ \ \ \ | | | | | | | | | | Add mastodon and reorganize profile info section
| * | | | Update composer autoloaderCarl Schwan2022-11-2255-100/+417
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Fix testsCarl Schwan2022-11-224-4/+83
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Rename mastodon to fediverseCarl Schwan2022-11-2216-52/+49
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Refactor profile info settingsCarl Schwan2022-11-216-145/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make it possible to add the new property whiout chaning foundamentally how the layout work each time - Use only one grid instead of multiple nested grid - Better mobile reponsiveness Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Add mastodon personal info fieldCarl Schwan2022-11-2116-22/+231
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #35234 from nextcloud/fix/bump-doctrine/dbal-to-3.3-in-masterCôme Chilliet2022-11-223-6/+9
|\ \ \ \ \ | | | | | | | | | | | | Bump doctrine/dbal to 3.3 in master
| * | | | | Align 3rdparty with masterCôme Chilliet2022-11-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix more psalm issues in OC\DBCôme Chilliet2022-11-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix psalm issues following doctrine/dbal bumpCôme Chilliet2022-11-212-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Switch to new 3rdparty branchCôme Chilliet2022-11-171-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Bump doctrine/dbal to 3.3 in masterCôme Chilliet2022-11-171-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #35325 from nextcloud/fix/navigation-orderJohn Molakvoæ2022-11-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix navigation order
| * | | | | | Fix navigation orderJohn Molakvoæ2022-11-221-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Merge pull request #35206 from ↵Joas Schilling2022-11-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-forwarding-the-object-id Fix forwarding the object id when searching comments
| * | | | | | Fix forwarding the object id when searching commentsJoas Schilling2022-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>