Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
33b55a6
Add 10.13 Release Notes
Jul 20, 2023
fc7641a
Update modules/ROOT/pages/server_release_notes.adoc
Jul 20, 2023
8e2ed4b
Update modules/ROOT/pages/server_release_notes.adoc
Jul 20, 2023
dd3edfd
Update modules/ROOT/pages/server_release_notes.adoc
Jul 20, 2023
1ddb09d
Update modules/ROOT/pages/server_release_notes.adoc
Jul 20, 2023
c40b334
Update modules/ROOT/pages/server_release_notes.adoc
Jul 20, 2023
194d3f5
Update modules/ROOT/pages/server_release_notes.adoc
Jul 20, 2023
c9f7d07
Update modules/ROOT/pages/server_release_notes.adoc
Jul 20, 2023
c888556
less technical details
Jul 20, 2023
8263cb9
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
d4a85b8
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
00787a7
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
30be7b3
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
f2e4573
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
b26c472
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
067ba76
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
ef5da81
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
4b4adc4
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
35218ab
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
56f4fb3
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
1148cdc
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
d62170f
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
31ce907
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
e498bd7
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
492aaa1
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
590f22e
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
c437b09
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
e3e016d
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
50bddb9
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
891855c
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
3741068
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
6ffa2f7
Update modules/ROOT/pages/server_release_notes.adoc
Jul 21, 2023
bb6048b
updated apps list
Jul 28, 2023
13d2087
document newly merged PRs
Aug 1, 2023
4b68ba2
Merge branch 'master' into 10.13_release_notes
Aug 1, 2023
b0544b6
document last merged PRs
Aug 14, 2023
6319337
Merge branch 'master' into 10.13_release_notes
Aug 14, 2023
5b18480
document 40876 plus format cleanup
Aug 15, 2023
f653e1a
Update modules/ROOT/pages/server_release_notes.adoc
Aug 17, 2023
e82d0e9
Update modules/ROOT/pages/server_release_notes.adoc
Aug 17, 2023
16979cf
Update modules/ROOT/pages/server_release_notes.adoc
Aug 17, 2023
ca4a71f
Update modules/ROOT/pages/server_release_notes.adoc
Aug 17, 2023
1e3e6f5
Apply suggestions from code review
mmattel Aug 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update modules/ROOT/pages/server_release_notes.adoc
Co-authored-by: Edith Parzefall <[email protected]>
  • Loading branch information
Pasquale Tripodi and EParzefall authored Jul 21, 2023
commit 30be7b380aed6966dc25d3d9ea4b102b6c62d696
2 changes: 1 addition & 1 deletion modules/ROOT/pages/server_release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Executing the "encryption:encrypt-all" occ command will no longer auto-enable Us

Metadata coming from storages are stored in the database. Previously, when a storage has been removed from ownCloud, metadata remained in the DB. The new occ command allows removing that stored metadata, reducing the amount of space used by the DB as well as slightly improving the performance since there will be less entries. https://github.com/owncloud/core/pull/40779[#40779]

=== Enforce 2-factor authentication
=== Enforce 2-Factor Authentication

2-factor authentication can be enforced now. The feature requires at least one app implementing the 2-factor, otherwise no enforcement will be done. If the 2-factor authentication is enforced, all users will be required to use a 2-factor authentication app. Some specific groups selected by the admin can be excluded to let those users bypass the 2-factor authentication. https://github.com/owncloud/core/pull/40830[#40830]

Expand Down