summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27525 from nextcloud/version/22.0.0-beta5v22.0.0beta5blizzz2021-06-171-2/+2
|\
| * 22.0.0 beta 5Arthur Schiwon2021-06-161-2/+2
* | Merge pull request #27522 from nextcloud/bugfix/noid/save-a-request-after-hea...John Molakvoæ2021-06-176-20/+61
|\ \
| * | Fix jsdocJohn Molakvoæ2021-06-173-3/+3
| * | Save a request everytime we send the heartbeatJoas Schilling2021-06-166-20/+61
* | | Merge pull request #27534 from nextcloud-pr-bot/automated/noid/psalm-baseline...kesselb2021-06-171-32/+1
|\ \ \
| * | | Update psalm baselineNextcloud-PR-Bot2021-06-171-32/+1
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-06-17354-786/+800
* | | Merge pull request #22628 from Sp1l/simplify-htaccess-rewritesLukas Reschke2021-06-161-13/+6
|\ \ \
| * | | Coalesce RewriteCond lines in .htaccessBernard Spil2021-06-021-13/+6
* | | | Merge pull request #27098 from nextcloud/fix/noid/missing-key-in-addInfoJohn Molakvoæ2021-06-161-1/+1
|\ \ \ \
| * | | | force 'name' key in arrayMaxence Lange2021-05-251-1/+1
* | | | | Merge pull request #26319 from nextcloud/files_external_app.phpMorris Jobke2021-06-1613-263/+239
|\ \ \ \ \
| * | | | | fix app disdplay nameArthur Schiwon2021-06-161-1/+1
| * | | | | fix some typesRobin Appelman2021-06-163-9/+3
| * | | | | move logic from contstructor to boot methodRobin Appelman2021-06-161-15/+12
| * | | | | move user/group deleted listeners to new event listener serviceRobin Appelman2021-06-163-25/+96
| * | | | | move files_external to IBootstrapRobin Appelman2021-06-164-59/+32
| * | | | | remove depricated methods from MountConfigRobin Appelman2021-06-168-174/+115
* | | | | | Merge pull request #27190 from nextcloud/bugfix/noid/deduplicate-translationJoas Schilling2021-06-161-5/+5
|\ \ \ \ \ \
| * | | | | | Deduplicate translations and fix double .Joas Schilling2021-06-041-5/+5
* | | | | | | Merge pull request #27529 from nextcloud/fix/25950/default-product-nameMorris Jobke2021-06-162-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Fix default product name for old themesMorris Jobke2021-06-162-1/+10
* | | | | | | | Merge pull request #27515 from nextcloud/enh/noid/read-multi-value-user-attri...Christoph Wurst2021-06-163-16/+223
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-163-16/+223
* | | | | | | | Merge pull request #26571 from nextcloud/bugfix/noid/existing-link-no-reshareblizzz2021-06-165-8/+26
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Handle single action unshareJulius Härtl2021-06-091-4/+16
| * | | | | | | Only allow removing existing shares that would not be allowed due to reshare ...Julius Härtl2021-06-093-4/+4
| * | | | | | | When changing the share owner, downgrade permissions where neededJulius Härtl2021-06-091-0/+1
| * | | | | | | Drop share if moved to a parent share that does not allow resharingJulius Härtl2021-06-091-0/+5
* | | | | | | | Merge pull request #25950 from nextcloud/enh/product-nameJulius Härtl2021-06-1611-16/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Use product name in the auth token listJulius Härtl2021-06-163-9/+10
| * | | | | | | | Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-166-6/+19
| * | | | | | | | Add dedicated product name to OCP\DefaultsJulius Härtl2021-06-162-1/+18
|/ / / / / / / /
* | | | | | | | Merge pull request #26430 from nextcloud/enh/dashboard-apiJulius Härtl2021-06-166-0/+283
|\ \ \ \ \ \ \ \
| * | | | | | | | Update autoloaderJulius Härtl2021-06-152-0/+4
| * | | | | | | | implement dashboard API for clients, new WidgetItem class, new IAPIWidget int...Julien Veyssier2021-06-154-0/+279
* | | | | | | | | Merge pull request #27514 from nextcloud/fix/share_activityJulius Härtl2021-06-161-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Fix share activity dispatchLouis Chemineau2021-06-161-0/+5
* | | | | | | | | Merge pull request #27520 from nextcloud/enh/noid/change-reviewersMorris Jobke2021-06-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change reviewers of Psalm baseline updateMorris Jobke2021-06-161-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #27517 from nextcloud-pr-bot/automated/noid/psalm-baseline...Morris Jobke2021-06-161-6/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update psalm baselineNextcloud-PR-Bot2021-06-161-6/+0
* | | | | | | | | | Merge pull request #26874 from nextcloud/single-query-searchJulius Härtl2021-06-1618-564/+608
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | inject SearchBuilderRobin Appelman2021-06-143-14/+5
| * | | | | | | | | split of query building bits from searchhelperRobin Appelman2021-06-145-216/+253
| * | | | | | | | | update tests and fix some edge cases around new searchRobin Appelman2021-06-143-83/+96
| * | | | | | | | | some cleanup and documentationRobin Appelman2021-06-142-29/+22
| * | | | | | | | | perform file search in a single queryRobin Appelman2021-06-144-60/+31
| * | | | | | | | | use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-148-46/+62