summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Force compatible dependency versions in acceptance testsDaniel Calviño Sánchez2020-03-201-2/+2
* Merge pull request #20039 from nextcloud/fix/19549/fix-uuid-attr-detectionblizzz2020-03-201-4/+0
|\
| * fixes auto-detecting UUID attributesArthur Schiwon2020-03-191-4/+0
* | Merge pull request #20043 from nextcloud/fix/welcome-no-ircRoeland Jago Douma2020-03-201-2/+0
|\ \
| * | We don't use IRC anymoreChristoph Wurst2020-03-201-2/+0
|/ /
* | Merge pull request #19971 from joeried/visual-feedback-for-2fa-code-creationRoeland Jago Douma2020-03-203-4/+5
|\ \
| * | Move spinner behind text to match design guidelinesJohannes Riedel2020-03-193-4/+4
| * | Add visual feedback while creating 2fa backup codesJohannes Riedel2020-03-191-1/+2
| |/
* | Merge pull request #20032 from nextcloud/bugfix/19878/allow-video-player-on-h...Roeland Jago Douma2020-03-201-8/+18
|\ \
| * | Allow the video player on the hide downloadJoas Schilling2020-03-191-8/+18
* | | Merge pull request #19993 from nextcloud/bug/19991/check-if-value-is-arrayRoeland Jago Douma2020-03-201-0/+4
|\ \ \
| * | | Make sure app_install_overwrite is an arrayDaniel Kesselberg2020-03-161-0/+4
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-2034-54/+76
* | | | Merge pull request #20031 from nextcloud/fix/files-external-user-mount-cache-diRoeland Jago Douma2020-03-191-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Do not use the deprecated service nameChristoph Wurst2020-03-191-4/+0
| | |/ | |/|
* | | Merge pull request #20026 from nextcloud/techdebt/composer-files-v1.10.1Christoph Wurst2020-03-1924-0/+72
|\ \ \ | |/ / |/| |
| * | Update autoloaders for composer v1.10.1Christoph Wurst2020-03-1924-0/+72
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-03-1910-6/+24
* | Merge pull request #20013 from nextcloud/bugfix/noid/fix-recursive-calls-in-l...Roeland Jago Douma2020-03-185-172/+208
|\ \
| * | Fix recursive calls in logging via server methodsJoas Schilling2020-03-185-172/+208
* | | Merge pull request #19242 from nextcloud/dav-long-propertiesRoeland Jago Douma2020-03-187-504/+182
|\ \ \ | |/ / |/| |
| * | rebuild autoloaderRobin Appelman2020-03-182-2/+0
| * | fix testsRobin Appelman2020-03-181-57/+2
| * | remove the detour trough node and work with path directlyRobin Appelman2020-03-182-73/+8
| * | use INode instead of Node for custom propertiesRobin Appelman2020-03-182-6/+20
| * | handle long property paths to hasing paths >250 charsRobin Appelman2020-03-182-32/+77
| * | remove unused codeRobin Appelman2020-03-181-53/+0
| * | test custom properties backend against real databaseRobin Appelman2020-03-181-52/+87
| * | merge the two almost identical custom property backendsRobin Appelman2020-03-185-376/+135
* | | Merge pull request #20003 from nextcloud/enh/19989/type-additional-scoesJoas Schilling2020-03-182-1/+5
|\ \ \ | |/ / |/| |
| * | Annotate $additionalScopes so the IDE knows what type $scopeCandidate is.Daniel Kesselberg2020-03-172-1/+5
* | | Merge pull request #19978 from nextcloud/harden/check_for_ownerRoeland Jago Douma2020-03-181-0/+5
|\ \ \
| * | | Actually check if the owner is not nullRoeland Jago Douma2020-03-161-0/+5
| | |/ | |/|
* | | Merge pull request #19981 from nextcloud/enh/reset_target_if_null_after_shareRoeland Jago Douma2020-03-181-0/+5
|\ \ \
| * | | Update the target when it isempty after sharingRoeland Jago Douma2020-03-161-0/+5
| |/ /
* | | Merge pull request #19813 from nextcloud/bugfix/noid/fix-color-box-shadow-var...Joas Schilling2020-03-182-2/+2
|\ \ \
| * | | Fix dark mode color-box-shadow variableMarco Ambrosini2020-03-131-1/+1
| * | | Fix color-box-shadow variableMarco Ambrosini2020-03-131-1/+1
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-184-4/+6
* | | | Merge pull request #19932 from nextcloud/remove-placeholder-checkRoeland Jago Douma2020-03-172-77/+0
|\ \ \ \
| * | | | remove the requirement that everything that looks like a placeholder is subst...Robin Appelman2020-03-132-77/+0
* | | | | Merge pull request #19964 from nextcloud/bug/19963/invalid-constructor-templa...Roeland Jago Douma2020-03-172-5/+24
|\ \ \ \ \
| * | | | | Fix invalid instantiation of TemplateResponse if client not foundDaniel Kesselberg2020-03-152-5/+24
* | | | | | Merge pull request #19347 from nextcloud/fix/19345/log_deprecated_alias_useRoeland Jago Douma2020-03-174-71/+89
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-154-71/+72
| * | | | | Add a deprecated alias registration to find deprecated usagesRoeland Jago Douma2020-03-151-0/+17
* | | | | | Merge pull request #19967 from roscomputing/enh/19958/usejsnoncedocsRoeland Jago Douma2020-03-171-0/+1
|\ \ \ \ \ \
| * | | | | | add docs for useJsNoncePavel Krasikov2020-03-151-0/+1
* | | | | | | Merge pull request #19989 from nextcloud/fix-single-ScopeContext-passed-to-se...Roeland Jago Douma2020-03-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix single "ScopeContext" passed to "setScopes"Daniel Calviño Sánchez2020-03-161-1/+1
| | |_|_|_|_|/ | |/| | | | |