summaryrefslogtreecommitdiffstats
path: root/settings/ajax
ModeNameSize
-rw-r--r--changepassword.php1158logstatsplain
-rw-r--r--setlanguage.php710logstatsplain
mn6'>| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | * | | | | | | | | | | | | | Correctly check the reception of a remote feedbackLouis Chemineau2021-06-094-5/+5 * | | | | | | | | | | | | | | Merge pull request #27439 from nextcloud/dependabot/composer/giggsey/libphone...Christoph Wurst2021-06-091-0/+0 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | * | | | | | | | | | | | | | Bump giggsey/libphonenumber-for-php from 8.12.20 to 8.12.24Christoph Wurst2021-06-091-0/+0 * | | | | | | | | | | | | | | Merge pull request #27436 from nextcloud/techdebt/noid/all-apps-to-get-photos...John Molakvoæ2021-06-091-0/+20 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | * | | | | | | | | | | | | | Allow apps to get photos of VObjectsJoas Schilling2021-06-091-0/+20 | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | * | | | | | | | | | | | | | Merge pull request #27410 from nextcloud/dependachristoph/composer/symfony-4....Christoph Wurst2021-06-095-8/+8 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | | Convert command option defaults to stringsChristoph Wurst2021-06-094-8/+8 | * | | | | | | | | | | | | | Bump Symfony from 4.4.19 to 4.4.25Christoph Wurst2021-06-091-0/+0 | |/ / / / / / / / / / / / / * | | | | | | | | | | | | | Merge pull request #27387 from nextcloud/dependabot/npm_and_yarn/sass-1.34.1John Molakvoæ2021-06-092-4/+4 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | * | | | | | | | | | | | | Bump sass from 1.34.0 to 1.34.1dependabot-preview[bot]2021-06-052-4/+4 | | |/ / / / / / / / / / / | |/| | | | | | | | | | | * | | | | | | | | | | | | Merge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-byChristoph Wurst2021-06-091-5/+2 |\ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | Fix #26085Daniel Kesselberg2021-06-081-5/+2 | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | * | | | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-0920-90/+158 * | | | | | | | | | | | | Merge pull request #27419 from nextcloud/dependabot/npm_and_yarn/webpack-merg...dependabot[bot]2021-06-082-4/+4 |\ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | Bump webpack-merge from 5.7.3 to 5.8.0dependabot[bot]2021-06-082-4/+4 |/ / / / / / / / / / / / / * | | | | | | | | | | | | Merge pull request #27282 from nextcloud/dependabot/npm_and_yarn/babel/preset...dependabot[bot]2021-06-082-405/+1255 |\ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | Bump @babel/preset-env from 7.13.15 to 7.14.4dependabot[bot]2021-06-082-405/+1255 |/ / / / / / / / / / / / / * | | | | | | | | | | | | Merge pull request #27414 from francoisfreitag/test-at-2kesselb2021-06-081-36/+76 |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | * | | | | | | | | | | | Rewrite LegacyHelperTest without $this->at()François Freitag2021-06-071-36/+76 | | |_|_|/ / / / / / / / | |/| | | | | | | | | | * | | | | | | | | | | | Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftm...Christoph Wurst2021-06-082-2/+49 |\ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | Set local domain for swiftmailer transportDaniel Kesselberg2021-05-312-2/+49 * | | | | | | | | | | | | Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz2021-06-0813-82/+808 |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | * | | | | | | | | | | | CI: more flexible assertionsArthur Schiwon2021-06-071-1/+6 | * | | | | | | | | | | | psalm happinessArthur Schiwon2021-06-043-5/+2 | * | | | | | | | | | | | adjust property type declarationArthur Schiwon2021-06-031-1/+1 | * | | | | | | | | | | | fix code styleArthur Schiwon2021-06-033-3/+2 | * | | | | | | | | | | | allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-039-19/+166 | * | | | | | | | | | | | add IAccountPropertyCollection with implementationArthur Schiwon2021-06-035-0/+376 | * | | | | | | | | | | | update unit testsArthur Schiwon2021-06-031-16/+166 | * | | | | | | | | | | | deal with property collections when fetching users (with update)Arthur Schiwon2021-06-031-14/+39 | * | | | | | | | | | | | refactor validators and sanitizersArthur Schiwon2021-06-031-35/+57 | * | | | | | | | | | | | extend AccountManager API with collection constArthur Schiwon2021-06-031-1/+6 * | | | | | | | | | | | | Merge pull request #27420 from nextcloud-pr-bot/automated/noid/psalm-baseline...kesselb2021-06-081-3/+0 |\ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | Update psalm baselineNextcloud-PR-Bot2021-06-081-3/+0 |/ / / / / / / / / / / / / * | | | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-0820-0/+82 * | | | | | | | | | | | | Merge pull request #27418 from nextcloud/dependabot/npm_and_yarn/build/glob-p...dependabot[bot]2021-06-071-3/+3 |\ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | Bump glob-parent from 5.1.1 to 5.1.2 in /builddependabot[bot]2021-06-071-3/+3 |/ / / / / / / / / / / / / * | | | | | | | | | | | | Merge pull request #27417 from nextcloud/dependabot/npm_and_yarn/webpack-cli-...dependabot[bot]2021-06-072-43/+43 |\ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | Bump webpack-cli from 4.7.0 to 4.7.2dependabot[bot]2021-06-072-58/+82 * | | | | | | | | | | | | | Merge pull request #27123 from nextcloud/feature/emit_sidebar_eventsMorris Jobke2021-06-0796-676/+718 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | | Emit sidebar eventsLouis Chemineau2021-06-07