summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Bump css-vars-ponyfill from 2.3.1 to 2.3.2dependabot-preview[bot]2020-06-304-9/+9
| |/ / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-3014-96/+110
* | | | | | Merge pull request #21594 from nextcloud/bugfix/21586/precalculate-primary-el...Joas Schilling2020-06-294-6/+32
|\ \ \ \ \ \
| * | | | | | Fix PHP CSJoas Schilling2020-06-261-1/+1
| * | | | | | Precalculate the primary element color for dark mode tooJoas Schilling2020-06-264-6/+32
| |/ / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-292-2/+2
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-284-0/+6
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-2716-0/+32
|/ / / / /
* | | | | Merge pull request #21582 from nextcloud/bugfix/noid/extend-description-on-tr...Roeland Jago Douma2020-06-251-1/+1
|\ \ \ \ \
| * | | | | Extend descriptioon on trusted serversJoas Schilling2020-06-251-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #21576 from nextcloud/fix/21464/typesRoeland Jago Douma2020-06-255-25/+45
|\ \ \ \ \
| * | | | | fix strings being passed where arrays where expectedArthur Schiwon2020-06-245-25/+45
* | | | | | Merge pull request #21412 from nextcloud/bugfix/21363/fix-robots-noindexRoeland Jago Douma2020-06-255-3/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-255-3/+8
|/ / / / /
* / / / / [tx-robot] updated from transifexNextcloud bot2020-06-254-0/+8
|/ / / /
* | | | Merge pull request #21379 from nextcloud/fix-share-permission-checkboxes-enab...Roeland Jago Douma2020-06-245-28/+283
|\ \ \ \
| * | | | Fix share permission checkboxes enabled when permissions can not be setDaniel Calviño Sánchez2020-06-123-19/+67
| * | | | Add acceptance test for disabling create permission after sharingDaniel Calviño Sánchez2020-06-111-0/+43
| * | | | Add acceptance test for sharing a folder without create permissionDaniel Calviño Sánchez2020-06-112-0/+75
| * | | | Add acceptance test for sharing a file without edit permissionDaniel Calviño Sánchez2020-06-112-0/+75
| * | | | Generalize functions to get locators for share permission checkboxesDaniel Calviño Sánchez2020-06-111-9/+23
* | | | | Merge pull request #21508 from nextcloud/dependabot/npm_and_yarn/exports-load...Roeland Jago Douma2020-06-2411-32/+77
|\ \ \ \ \
| * | | | | Bump bundlesJulius Härtl2020-06-246-19/+19
| * | | | | Fix export for davclient.js legacy dependencyJulius Härtl2020-06-243-3/+7
| * | | | | Bump exports-loader from 0.7.0 to 1.0.1dependabot-preview[bot]2020-06-242-10/+51
| | |_|/ / | |/| | |
* | | | | Merge pull request #21558 from nextcloud/part-file-rename-maskRoeland Jago Douma2020-06-241-7/+3
|\ \ \ \ \
| * | | | | relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* | | | | | Merge pull request #21565 from nextcloud/fix/noid/fix-commentRoeland Jago Douma2020-06-241-2/+1
|\ \ \ \ \ \
| * | | | | | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
* | | | | | | Merge pull request #21562 from nextcloud/techdebt/noid/update-share-type-cons...Joas Schilling2020-06-2476-1001/+1031
|\ \ \ \ \ \ \
| * | | | | | | Fix testsJoas Schilling2020-06-245-6/+4
| * | | | | | | Update share type constant usageJoas Schilling2020-06-2474-996/+1028
* | | | | | | | Merge pull request #21564 from nextcloud/fix/noid/no-ocdialogsblizzz2020-06-241-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #21563 from nextcloud/update/create_dev_envJoas Schilling2020-06-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update link to set up new dev envGretaD2020-06-241-1/+1
|/ / / / / /
* | | | | | Merge pull request #20916 from nextcloud/feature/unified-search-apiChristoph Wurst2020-06-2436-79/+1178
|\ \ \ \ \ \
| * | | | | | Migrate comments to unified search APIChristoph Wurst2020-06-247-77/+222
| * | | | | | Deprecate \OCP\ISearchChristoph Wurst2020-06-2410-2/+44
| * | | | | | Implement unified search for FilesChristoph Wurst2020-06-247-23/+115
| * | | | | | Add unified search APIChristoph Wurst2020-06-2415-0/+820
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #21525 from nextcloud/techdebt/noid/contacts-managerJoas Schilling2020-06-241-151/+154
|\ \ \ \ \ \
| * | | | | | More importsJoas Schilling2020-06-221-4/+6
| * | | | | | Fix code styleJoas Schilling2020-06-221-153/+152
| * | | | | | Fix undefined class "IAddressbook" on docsJoas Schilling2020-06-221-6/+8
* | | | | | | Merge pull request #21530 from nextcloud/bugfix/noid/s3-dir-mtimeRoeland Jago Douma2020-06-241-6/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove rescanDelay from directory mtimeJulius Härtl2020-06-221-6/+1
* | | | | | | Merge pull request #21548 from nextcloud/bug/21519/add-appstoreurl-to-configRoeland Jago Douma2020-06-241-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Add appstoreurl to config.sample.php.Daniel Kesselberg2020-06-231-0/+8
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-24142-420/+430