aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-12-014-4/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-3083-587/+738
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-306-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29470 from nextcloud/fix/translit-php8blizzz2021-11-292-13/+11
|\ | | | | Avoid use of iconv to get rid of unicode
| * Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet2021-11-232-2/+3
| | | | | | | | | | | | | | I did not find any test data that would fail with the previous regex, but still added data with uppercase to at least test that. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Avoid use of iconv to get rid of unicodeCôme Chilliet2021-10-282-13/+10
| | | | | | | | | | | | | | | | Using iconv for translit depends upon server configuration, locale, and PHP version. Using htmlentities instead to have a consistent behavior independent of configuration. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #29931 from nextcloud/dependabot/npm_and_yarn/marked-4.0.5Louis2021-11-294-6/+6
|\ \ | | | | | | Bump marked from 4.0.4 to 4.0.5
| * | Bump marked from 4.0.4 to 4.0.5dependabot[bot]2021-11-274-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-2916-4/+66
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-286-0/+272
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump @nextcloud/axios from 1.7.0 to 1.8.0dependabot[bot]2021-11-2774-427/+427
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29934 from nextcloud/dependabot/npm_and_yarn/jquery-3.6.0MichaIng2021-11-272-8/+8
|\ \ | | | | | | Bump jquery from 3.5.1 to 3.6.0
| * | Bump jquery from 3.5.1 to 3.6.0dependabot[bot]2021-11-272-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-2722-20/+398
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-2614-32/+222
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Set number of visibility dropdown rows dynamicallyChristopher Ng2021-11-263-7/+13
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Improve accessibilityChristopher Ng2021-11-268-14/+35
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29837 from nextcloud/fix/user_ldap-check-cacheJulius Härtl2021-11-253-16/+30
|\ \
| * | Check LDAP upon user deletion instead of refusing based on cached informationCôme Chilliet2021-11-231-7/+21
| | | | | | | | | | | | | | | | | | | | | This should avoid having to wait for background job to run after deleting a user in LDAP before being able to delete it in Nextcloud. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Ignore cache in occ ldap:check-ldap commandCôme Chilliet2021-11-223-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids having to wait or reset the cache after deleting a user in the LDAP. This also fixes a PHP error when running ldap:check-ldap --update on a deleted but cached user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #29826 from nextcloud/fix/noid/fix-personal-settingsJulius Härtl2021-11-243-6/+8
|\ \ \
| * | | Personalsettings - remove marginLeft as it breaks the layoutszaimen2021-11-243-6/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctimeVincent Petry2021-11-241-6/+3
|\ \ \ \ | | | | | | | | | | Allow to fetch the creation time of folders
| * | | | Allow to fetch the creation time of foldersJulius Härtl2021-11-231-6/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-11-2410-2/+164
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-2312-19/+16
|\ \ \ \ | | | | | | | | | | Support PHP 8.1 - First batch
| * | | | Fix errors from files applications tests on PHP 8.1Côme Chilliet2021-11-231-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix dav application tests and code for PHP 8.1Côme Chilliet2021-11-235-4/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-236-14/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #29610 from nextcloud/fix/user_ldap-loggerCôme Chilliet2021-11-2313-90/+39
|\ \ \ \ | | | | | | | | | | Get rid of user_ldap LogWrapper and use LoggerInterface
| * | | | Move back logger to protected in OCA\User_LDAP\User\UserCôme Chilliet2021-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was changed to private because of a bad copy/paste. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Update autoloader accordinglyCôme Chilliet2021-11-093-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ↵Côme Chilliet2021-11-0910-86/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PSR instead Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #29791 from nextcloud/bugfix/noid/status-editingJoas Schilling2021-11-238-22/+29
|\ \ \ \ \ | | | | | | | | | | | | Fix multiple bugs with user status
| * | | | | Fix multiple bugs with user statusCarl Schwan2021-11-238-22/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix editing the status while on a call, don't send a bogus request * Clean backup user status when setting up a new status manually * A bit more type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #29836 from nextcloud/fix/user_ldap-deletionVincent Petry2021-11-232-0/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Make sure mapping cache is cleared when deleting a user
| * | | | | Test cache invalidation for AbstractMapping in test suiteCôme Chilliet2021-11-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-221-0/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This avoids phantom remnants staying after user deletion Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-11-2322-2/+246
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Improve sortingChristopher Ng2021-11-233-6/+16
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Extract sort logic into a separate function - Sort non-core parameters with localeCompare Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-224-2/+530
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-214-0/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-2012-2/+96
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #29788 from ↵Vincent Petry2021-11-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/settings-sharing-heading-doc-link Fix doc link in sharing settings
| * | | | Fix doc link in sharing settingsVincent Petry2021-11-191-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | The doc link "i" icon was on the wrong line. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #29605 from nextcloud/bugfix/29603/fix-scanner-nfd-existenzVincent Petry2021-11-192-30/+4
|\ \ \ \ | | | | | | | | | | Normalize file name before existence check in scanner
| * | | | Move storage encoding compatibility warning logicVincent Petry2021-11-172-30/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encoding check for file names is now happening the Scanner, and an event will be emitted only if the storage doesn't contain the encoding compatibility wrapper. The event is listened to by the occ scan command to be able to display a warning in case of file name mismatches when they have NFD encoding. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #27266 from nextcloud/dependabot/npm_and_yarn/jquery-3.6.0dependabot[bot]2021-11-195-13/+13
|\ \ \ \ \
| * | | | | Fix mainfileinfodetailsview appendingVincent Petry2021-11-194-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the jquery update to 3.5.0, it seems Handlebars doesn't correctly render self-closed elements. This fixes mainfileinfodetailsview template to not use self-closed elements and fixes the JS unit tests. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | Fix action share icon markupVincent Petry2021-11-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expanded the empty span tag to resolve issue with wrong appending done by either handlebars or jquery. Signed-off-by: Vincent Petry <vincent@nextcloud.com>