aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26615 from nextcloud/enh/ffs/require_readMorris Jobke2021-04-191-0/+8
|\
| * Require read permissions for federated sharesRoeland Jago Douma2021-04-191-0/+8
* | Merge pull request #26618 from nextcloud/bugfix/noid/fix-english-languageRoeland Jago Douma2021-04-196-9/+9
|\ \
| * | Fix English source stringJoas Schilling2021-04-196-9/+9
* | | Merge pull request #26601 from nextcloud/dependabot/npm_and_yarn/nextcloud/di...Roeland Jago Douma2021-04-1920-129/+57
|\ \ \
| * | | Bump @nextcloud/dialogs from 3.1.1 to 3.1.2dependabot[bot]2021-04-1920-129/+57
| |/ /
* | | Merge pull request #26613 from nextcloud/enh/no_add_to_your_nc_file_dropRoeland Jago Douma2021-04-192-10/+23
|\ \ \ | |/ / |/| |
| * | Do not allow adding file drop shares to your own cloudRoeland Jago Douma2021-04-192-10/+23
| |/
* | Merge pull request #26614 from nextcloud/crl/noid/update-crl-revoked-newsMorris Jobke2021-04-191-33/+33
|\ \
| * | Update root.crl due to revoked news.crtMorris Jobke2021-04-191-33/+33
|/ /
* | Merge pull request #26605 from nextcloud/dependabot/npm_and_yarn/ssri-6.0.2Julius Härtl2021-04-191-3/+3
|\ \
| * | [Security] Bump ssri from 6.0.1 to 6.0.2dependabot-preview[bot]2021-04-161-3/+3
* | | Merge pull request #26555 from nextcloud/techdebt/noid/run-migrator-tests-on-OCIJoas Schilling2021-04-191-3/+49
|\ \ \ | |_|/ |/| |
| * | Integer 0 is not stored as Null and therefor worksJoas Schilling2021-04-161-1/+3
| * | Test that oracle throws on EmptyValues in a NotNull columnsJoas Schilling2021-04-161-14/+28
| * | Run migrator tests on OCIJoas Schilling2021-04-161-3/+33
* | | [tx-robot] updated from transifexNextcloud bot2021-04-1936-60/+106
* | | [tx-robot] updated from transifexNextcloud bot2021-04-182-2/+2
* | | [tx-robot] updated from transifexNextcloud bot2021-04-1752-32/+106
| |/ |/|
* | Merge pull request #26592 from nextcloud/enh/2fa_backup/fancy_new_eventsRoeland Jago Douma2021-04-164-17/+56
|\ \
| * | Listen to proper UserDeletedEventRoeland Jago Douma2021-04-164-17/+56
|/ /
* | Merge pull request #26553 from nextcloud/enh/bootstrap/notifiersRoeland Jago Douma2021-04-1612-41/+110
|\ \
| * | Move over notification to new registrationRoeland Jago Douma2021-04-167-39/+12
| * | Deprecate the old wayRoeland Jago Douma2021-04-161-0/+1
| * | Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-164-2/+97
|/ /
* | Merge pull request #26581 from nextcloud/bugfix/noid/fix-device-loginRoeland Jago Douma2021-04-161-3/+6
|\ \
| * | Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
* | | Merge pull request #26559 from J0WI/updno-strictRoeland Jago Douma2021-04-162-1/+7
|\ \ \
| * | | Updatenotification: add missing strict_typesJ0WI2021-04-142-1/+7
* | | | Merge pull request #26567 from nextcloud/techdebt/noid/adjust-jquery-deprecat...Roeland Jago Douma2021-04-163-3/+3
|\ \ \ \
| * | | | Compile assetsnpmbuildbot-nextcloud[bot]2021-04-152-2/+2
| * | | | Don't mentioned we will do something with an already released versionJoas Schilling2021-04-151-1/+1
* | | | | Merge pull request #26560 from J0WI/backupcodes-strictRoeland Jago Douma2021-04-1628-51/+63
|\ \ \ \ \
| * | | | | Format headerJ0WI2021-04-1521-42/+0
| * | | | | 2FA backupcodes: add strict typingJ0WI2021-04-1518-9/+63
* | | | | | Merge pull request #26558 from J0WI/dashboard-strictRoeland Jago Douma2021-04-161-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Dashboard: add missing strict_typesJ0WI2021-04-141-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #26583 from nextcloud/fix/unit-testRoeland Jago Douma2021-04-1614-19/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix unit testRoeland Jago Douma2021-04-1614-19/+18
|/ / / /
* | / / [tx-robot] updated from transifexNextcloud bot2021-04-1644-76/+296
| |/ / |/| |
* | | Merge pull request #25320 from nextcloud/bugfix/noid/save-fed-share-expirationJulius Härtl2021-04-1517-107/+639
|\ \ \
| * | | Separate settings for remote share expirationVincent Petry2021-04-1512-86/+370
| * | | Unit tests for federated share expiration dateVincent Petry2021-04-153-8/+220
| * | | Fix expire date capability for federated sharesVincent Petry2021-04-151-1/+4
| * | | Implement expiration date for federated sharesVincent Petry2021-04-154-18/+51
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2021-04-1548-14/+180
|/ /
* | Merge pull request #26551 from nextcloud/fix/noid/redis-exists-boolRoeland Jago Douma2021-04-142-2/+2
|\ \
| * | ensure redis returns bool for hasKeyArthur Schiwon2021-04-132-2/+2
* | | Merge pull request #26529 from J0WI/getSystemValue-typeRoeland Jago Douma2021-04-145-6/+6
|\ \ \
| * | | Use correct getSystemValue typeJ0WI2021-04-125-6/+6
| | |/ | |/|