aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksumblizzz2021-07-011-0/+1
|\ \ \ \ \
| * | | | | Reset checksum when writing files to object storeJulius Härtl2021-06-211-0/+1
* | | | | | Merge pull request #26681 from nextcloud/techdebt/hint-exception-ocpJulius Härtl2021-07-0128-82/+134
|\ \ \ \ \ \
| * | | | | | Migrate HintException to OCPGary Kim2021-06-3028-82/+134
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-07-014-14/+14
|/ / / / / /
* | | | | | ensure that factoryClass exisits before instantiationArthur Schiwon2021-06-301-1/+1
* | | | | | Merge pull request #27700 from nextcloud/deprecate-remoteblizzz2021-06-308-0/+34
|\ \ \ \ \ \
| * | | | | | Deprecate OCP\RemoteLukas Reschke2021-06-288-0/+34
* | | | | | | cleanupArthur Schiwon2021-06-301-7/+3
* | | | | | | adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-304-136/+157
* | | | | | | adjust email verification checkerArthur Schiwon2021-06-301-16/+18
* | | | | | | fix code styleArthur Schiwon2021-06-302-2/+2
* | | | | | | adjust verification state updater methodArthur Schiwon2021-06-301-70/+33
* | | | | | | make AccountManager actually write multi value propertiesArthur Schiwon2021-06-301-98/+145
* | | | | | | accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon2021-06-302-41/+32
* | | | | | | prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-302-0/+21
* | | | | | | prov api reports additional emails on getUserArthur Schiwon2021-06-301-2/+26
* | | | | | | Revert "First attempt to check against core routes before loading all app rou...Vincent Petry2021-06-291-14/+12
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-282-2/+2
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-276-8/+10
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-262-0/+2
* | | | | | Merge pull request #27668 from nextcloud/fix/harden-context-registration-app-...Julius Härtl2021-06-251-11/+51
|\ \ \ \ \ \
| * | | | | | Harden bootstrap context registrations when apps are missingChristoph Wurst2021-06-251-11/+51
* | | | | | | Merge pull request #27663 from nextcloud/fix/unshift-crash-reporters-break-loopJohn Molakvoæ2021-06-251-3/+2
|\ \ \ \ \ \ \
| * | | | | | | Unshift crash reports when they are loaded, to break the recusionChristoph Wurst2021-06-241-3/+2
| |/ / / / / /
* / / / / / / [tx-robot] updated from transifexNextcloud bot2021-06-252-0/+34
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-244-14/+14
* | | | | | Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-235-6/+6
|\ \ \ \ \ \
| * | | | | | Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-233-4/+4
| * | | | | | Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-232-2/+2
* | | | | | | Merge pull request #27628 from nextcloud/security-txtLukas Reschke2021-06-234-1/+67
|\ \ \ \ \ \ \
| * | | | | | | Rebuild autoloaderLukas Reschke2021-06-232-0/+2
| * | | | | | | Add security.txtLukas Reschke2021-06-232-1/+65
* | | | | | | | Merge pull request #26344 from J0WI/fs-early-rootLukas Reschke2021-06-231-8/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Return early if path is rootJ0WI2021-04-051-8/+8
* | | | | | | | Merge pull request #26346 from J0WI/clean-auth-regexblizzz2021-06-231-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Cleaner removePassword regexJ0WI2021-03-271-1/+1
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-232-0/+16
* | | | | | | | mail-template - don't show hyphen if slogan is emptyszaimen2021-06-221-1/+5
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-224-2/+4
* | | | | | | | Fix typing error in AppFetcher.phpLouis Chemineau2021-06-211-1/+3
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-202-0/+2
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-194-8/+10
* | | | | | | | Merge pull request #27544 from nextcloud/chore/phase-out-controller-reflectorChristoph Wurst2021-06-181-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Phase out the controller reflectorChristoph Wurst2021-06-171-0/+6
* | | | | | | | | Merge pull request #27540 from nextcloud/getstoragerootid-failed-storageJulius Härtl2021-06-181-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | handle case where storage can't be created in getStorageRootIdRobin Appelman2021-06-171-1/+7
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #27532 from nextcloud/fix/noid/properly-cleanup-webauthn-u...Morris Jobke2021-06-184-0/+65
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Properly cleanup entries of WebAuthn on user deletionMorris Jobke2021-06-184-0/+65
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-1812-0/+12
| |_|/ / / / / / |/| | | | | | |