aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating unit test for NewUserMailHelper, to test for autosumbittedBennet Becker2022-12-231-0/+5
* ran build/autoloaderchecker.sh after adding AutoSubmittedValue classBennet Becker2022-12-2354-523/+640
* fix getAutoSubmitted return type and adding unit testsBennet Becker2022-12-232-1/+143
* Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-232-0/+4
* Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-233-0/+109
* Merge pull request #35856 from nextcloud/enh/31284/improve-preview-max-memorySimon L2022-12-223-7/+7
|\
| * increase preview_max_memory and make it easier to debugSimon L2022-12-223-7/+7
* | Merge pull request #35761 from nextcloud/fix/remove-guests-commentsJulius H盲rtl2022-12-223-33/+4
|\ \
| * | Remove comment and guests option from Invitations UIAnna Larch2022-12-203-33/+4
* | | Merge pull request #35855 from nextcloud/debt/noid/hello-design-mdSimon L2022-12-221-11/+12
|\ \ \
| * | | Add DESIGN.md to expected filesDaniel Kesselberg2022-12-211-11/+12
* | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-2218-12/+126
* | | | Merge pull request #28311 from nextcloud/enh/http-auth-sessionJulius H盲rtl2022-12-213-6/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Do not setup a session when not required on WebDAV requestsJulius H盲rtl2022-12-213-6/+18
|/ / /
* | | Merge pull request #34623 from nextcloud/enh/update-behatSimon L2022-12-212-160/+177
|\ \ \ | |/ / |/| |
| * | Update behat and friendsDaniel Kesselberg2022-12-212-160/+177
|/ /
* | Merge pull request #35846 from nextcloud/automated/noid/master-update-psalm-b...Julius H盲rtl2022-12-211-11/+0
|\ \
| * | Update psalm baselinenextcloud-command2022-12-211-11/+0
* | | Merge pull request #35656 from fivenp/docs/add-design-contribution-guidelinesVincent Petry2022-12-212-0/+25
|\ \ \
| * | | docs(design): add design contribution badgefivenp2022-12-071-0/+1
| * | | docs(design): add basic design contribution guidelinesfivenp2022-12-071-0/+24
* | | | Merge pull request #35836 from nextcloud/fix/remove-other-share-when-deletedJulius H盲rtl2022-12-213-4/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: remove other shares from ui when deletedMax2022-12-203-4/+15
* | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-211128-5788/+1370
| |_|/ |/| |
* | | Merge pull request #35723 from nextcloud/bugfix/35708Vincent Petry2022-12-201-0/+4
|\ \ \
| * | | fix: Make sure to reopen session before cleaningJulius H盲rtl2022-12-101-0/+4
* | | | Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallbackVincent Petry2022-12-201-4/+5
|\ \ \ \
| * | | | Apply a longer TTL of 15min to falling back on backup serverC么me Chilliet2022-12-201-4/+5
* | | | | Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-202-4/+24
|\ \ \ \ \
| * | | | | clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-012-0/+12
| * | | | | fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
* | | | | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageC么me Chilliet2022-12-2012-109/+85
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into fix/clean-ldap-access-factory-usageC么me Chilliet2022-11-211463-12366/+14059
| |\ \ \ \ \ \
| * | | | | | | Adapt test to User_Proxy constructorC么me Chilliet2022-10-251-7/+13
| * | | | | | | Fix return type for countUsers methodC么me Chilliet2022-10-256-22/+20
| * | | | | | | Make sure to use AccessFactory to create Access instances and use DIC么me Chilliet2022-10-256-81/+53
* | | | | | | | Merge pull request #25768 from nextcloud/workflow-use-cache-for-mimetypeVincent Petry2022-12-202-6/+202
|\ \ \ \ \ \ \ \
| * | | | | | | | add some tests for mimetype checkRobin Appelman2022-12-201-0/+192
| * | | | | | | | remove file exists check from `cacheAndReturnMimeType`Robin Appelman2022-12-201-2/+2
| * | | | | | | | use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #35769 from nextcloud/rakekniven-patch-1John Molakvo忙2022-12-201-1/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | l10n: Align notification messages for server version and appsrakekniven2022-12-201-1/+8
* | | | | | | | Merge pull request #35229 from nextcloud/feat/user_ldap-specific-server-for-b...blizzz2022-12-203-28/+38
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fixed backup host logicC么me Chilliet2022-12-192-27/+25
| * | | | | | | Make code clearer for background hostC么me Chilliet2022-12-191-8/+8
| * | | | | | | Use a dedicated LDAP host and port for background jobs if configuredC么me Chilliet2022-12-192-6/+18
* | | | | | | | Merge pull request #35814 from nextcloud/fix/fix-parameter-type-setreadmarkerC么me Chilliet2022-12-201-5/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix parameter type for EntityCollection::setReadMarker in comments appC么me Chilliet2022-12-191-5/+2
* | | | | | | | | Merge pull request #35545 from nextcloud/enh/enh-fix-styles-for-33741-Focused...Christoph Wurst2022-12-205-8/+85
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change focused items behavior that neighbor elements (text and border) have n...julia.kirschenheuter2022-12-205-8/+85
|/ / / / / / / / /