| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Revert "Merge pull request #25240 from owncloud/remove-svg"
This reverts commit 8b8d2b679a12f703141de9da71340f1f02151f3d, reversing
changes made to a35747b6fa8f7704bf7333f16a2b867b76acb187.
* Revert "Merge pull request #25253 from owncloud/users-fixotherquotadropdown"
This reverts commit a35747b6fa8f7704bf7333f16a2b867b76acb187, reversing
changes made to a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059.
* Revert "Merge pull request #25314 from owncloud/files_external-backends-config"
This reverts commit a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059, reversing
changes made to 8147eefaeba3822c9331283e973006ad3aeac1f5.
* Revert "Add all properties while creating a subscription (#25318)"
This reverts commit aaf4c3073af2511ab895e982cadae8dc6a143e55.
* Revert "Merge pull request #25276 from owncloud/delete-own-session-token"
This reverts commit e42ce62ce2855c95861eeae669508e5c20f99be4, reversing
changes made to aaf4c3073af2511ab895e982cadae8dc6a143e55.
* Revert "Merge pull request #25262 from owncloud/fed-sharing-error"
This reverts commit 027715f9acba4dc314a7e4c63ac41a58d4e33f22, reversing
changes made to e42ce62ce2855c95861eeae669508e5c20f99be4.
|
|\
| |
| | |
Remove SVG fallback
|
| | |
|
|\ \
| |/
|/| |
Fix "Other" value handling in quota dropdown in users page
|
| | |
|
| |
| |
| |
| |
| | |
Prevents "other" value to be deleted.
When appending custom value, put it above the "other" entry.
|
| | |
|
|\ \
| | |
| | | |
show which login name to use for the new app password
|
| | | |
|
| |/ |
|
|\ \
| | |
| | | |
Remove tooltip when disconnecting token
|
| |/ |
|
|/
|
|
| |
Fixes asset pipeline issue with the auth token in personal page
|
| |
|
|
|
|
|
|
| |
* redirect to new login route
* encode anchor in url and restore it client-side
|
| |
|
| |
|
|
|
|
| |
Prevents timeouts on the initial loading of users. proper fix will be in https://github.com/owncloud/core/pull/10994
Workaround for https://github.com/owncloud/core/issues/24734
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Remove image now not coming when user changes fullname. Fixes #17320
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes https://github.com/owncloud/core/issues/23499
|
|\ \
| | |
| | | |
misc: Fix some typos
|
| | |
| | |
| | |
| | |
| | |
| | | |
Some of them were found by codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
|/ /
| |
| |
| | |
fixes #14405
|
| | |
|
|\ \
| | |
| | | |
Add loading feedback for email change in user management
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* show loading indicator while the request is running
* change value after the request succeed - not before and
undo maybe wrong changes
* move markup to HTML template
* show notification temporarily
|
|\ \ \
| | | |
| | | | |
Disable pastezone for jquery.fileupload
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS.
This implementation triggers some problems:
1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads.
2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>.
3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created.
Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled.
Lesson learned: Third-party JS libraries can have some weird details.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Update avatar on username change if avatar is set
|
| |/ /
| | |
| | |
| | | |
* fixes #20455
|
|/ / |
|
|/
|
| |
Ref https://github.com/owncloud/core/issues/22803#issuecomment-191749499
|
|
|
|
|
|
| |
If an app is getting enabled in the web UI, an ajax call is now made to
make sure the server still works. If it doesn't, it sends an emergency
app disabling call to disable the breaking app.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #20199
|
| |
|
| |
|