aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-02-02102-282/+300
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add compiled filesLouis Chemineau2022-02-012-9/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add new component for the group list items.ArcticFall2022-02-013-62/+152
| | | | | Signed-off-by: Martin Jänel <spammemore@posteo.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add js methods for renaming a group.ArcticFall2022-02-011-0/+33
| | | | | Signed-off-by: Martin Jänel <spammemore@posteo.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add ActionInput for renaming a group and corresponding method.ArcticFall2022-02-011-1/+29
| | | | | Signed-off-by: Martin Jänel <spammemore@posteo.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2022-02-018-20/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* i10n: Change l10n directoryValdnet2022-01-311-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-314-2/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-304-102/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-294-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-288-2/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30855 from nextcloud/psalm/themingJohn Molakvoæ2022-01-276-63/+45
|\
| * Add better error handlingCarl Schwan2022-01-272-3/+9
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix registerEventListener issuesCarl Schwan2022-01-272-3/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix psalm issues in theming appCarl Schwan2022-01-266-62/+38
| | | | | | | | | | | | | | | | After this change, we are down to only one psalm warning for this app and related to the Application.php. This also make composer psam:update-baseline not silently ignore new errors. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #30858 from nextcloud/fix/ajax-list-dir-content-on-fileLouis2022-01-271-1/+1
|\ \ | | | | | | Return 404 when AJAX tries to list dir content but file given
| * | Return 404 when AJAX tries to list dir content but file givenMichaIng2022-01-261-1/+1
| |/ | | | | | | | | | | | | | | Due to a code mistake, the expected 404 return when AJAX tries to list a directory content with a non-directory file path given, does not happen. It instead fails with another exception. This commit restores the original intention to return 404 in the first place when passing a non-directory path with the "dir" parameter. Signed-off-by: MichaIng <micha@dietpi.com>
* / Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-268-52/+40
|/ | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Update tests Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix php:csLouis Chemineau2022-01-261-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2022-01-266-0/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30763 from ↵John Molakvoæ2022-01-251-7/+11
|\ | | | | | | nextcloud/feature/noid/allow-to-log-audit-to-syslog
| * Allow write audit log to syslog and systemdlogJoas Schilling2022-01-201-7/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-258-4/+56
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-2436-12/+122
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-2312-4/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30795 from nextcloud/fix/smb-kerberosJohn Molakvoæ2022-01-221-4/+2
|\ \
| * | Fix accessing undefined offsetsCarl Schwan2022-01-211-4/+2
| | | | | | | | | | | | | | | | | | Move this to inside the else clause of the count($matches) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #30729 from ↵John Molakvoæ2022-01-2260-253/+130
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
| * | | Auto fix warningsLouis Chemineau2022-01-2159-252/+129
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Adapt eslint ignore comment to silent errorLouis Chemineau2022-01-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | [tx-robot] updated from transifexNextcloud bot2022-01-2278-176/+222
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-211-0/+1
|\ \ \ \ | |_|/ / |/| | | Add comments reactions
| * | | Fix affected unit testVitor Mattos2022-01-211-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | Merge pull request #30789 from nextcloud/Valdnet-patch-2John Molakvoæ2022-01-211-1/+1
|\ \ \ \
| * | | | l10n: Change to a capital letterValdnet2022-01-211-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | Merge pull request #30123 from nextcloud/rakekniven-patch-1Joas Schilling2022-01-211-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | l10n: Add dot at the end of an sentence
| * | | | l10n: Add dot at the end of an sentencerakekniven2022-01-201-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-01-2188-84/+186
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #29349 from nextcloud/enh/noid/filesext_kerberos_apache_authJohn Molakvoæ2022-01-2024-126/+555
|\ \ \ \
| * | | | Add test for samba kerberos sso in ciRobin Appelman2022-01-201-0/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | update icewind/smb to 3.5.2Robin Appelman2022-01-206-53/+72
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | update to release smb libRobin Appelman2022-01-201-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | update icewind/smb to 3.5.1Robin Appelman2022-01-2020-91/+375
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | do not use deprecated query() methodArthur Schiwon2022-01-201-28/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-202-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Sebastian added the switch depending on the preg_match result and with it the fall back to login credentials - I turned default_realm to a backend option (was previously suggested as system config key) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add KerberosApacheAuth support to files_externalArthur Schiwon2022-01-203-7/+78
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #30771 from ↵Côme Chilliet2022-01-201-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/fix/proppatch-convert-complex-properties Convert properties value to string before passing them to database
| * | | | Convert properties value to string before passing them to databaseCôme Chilliet2022-01-201-0/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This avoids an error when passing a complex property to PROPPATCH under PHP >= 7.4. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / / / l10n: Spelling unification in Transifex.Valdnet2022-01-201-1/+1
|/ / / | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Change l10n directoryValdnet2022-01-201-4/+4
| | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>