| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
adjust controls bar width to not overlay scrollbar
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| | |
owncloud/make-setups-for-users-that-tend-to-use-owncloud-on-not-proper-machines-a-little-bit-more-secure
Add some generic default headers as well via PHP
|
| | |
|
|\ \
| | |
| | | |
Mount options GUI for external storage
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added option to disable autoscan of external storages
Mount option file system scan is now an int
Move priority field to avoid undefined field in storage options
All input elements inside the storage options block get parsed into
storage options.
Moving the priority field outside prevents it to appear in the storage
config, as expected. It is still parsed by special code.
|
| |/
|/| |
|
|\ \
| | |
| | | |
popover style for apps and user dropdown menus
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
|/ |
|
|
|
| |
Use local time instead. http://momentjs.com/
|
|
|
| |
Use correct time format in WebUI
|
|
|
|
| |
This reverts commit 8279dde97a8f93b74eb733d243d6a5bb41aa15e3.
|
|
|
|
|
| |
Update how the time shows in WebUI.
My first PR to core, woha. :)
|
|\
| |
| | |
unbold share email sent notification
|
| | |
|
|/ |
|
|\
| |
| | |
Cleanup ext storage CRUD code, introduce storage config id
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Added StorageConfig class to replace ugly arrays
- Implemented StorageService and StorageController for Global and User
storages
- Async status checking for storages (from Xenopathic)
- Auto-generate id for external storage configs (not the same as
storage_id)
- Refactor JS classes for external storage settings, this mostly
moves/encapsulated existing global event handlers into the
MountConfigListView class.
- Added some JS unit tests for the external storage UI
|
|/ |
|
|\
| |
| | |
Avatars in share dialog fixes
|
| |
| |
| |
| |
| |
| |
| | |
* Avatar for "xxxx share with you..." to the left
* Avatars for groups and remote shares (use default placeholder)
* Modified and added unit tests
* Use the same css for all the avatars in the dropdown
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
Doing this in the PHP code is not the right approach for multiple reasons:
1. A bug in the PHP code prevents them from being added to the response.
2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud)
3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations.
This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
|
|
|
|
|
|
| |
Otherwise problems arrive when a username contains characters such as an `@`
Fixes https://github.com/owncloud/user_shibboleth/issues/38
|
|\
| |
| | |
Revert "Updating license headers"
|
| |
| |
| |
| | |
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
|
|\ \
| |/
|/| |
Remove dependency from arbitrary data object structure for easier usage
|
| | |
|
|\ \
| | |
| | | |
Message clean-up
|
| | |
| | |
| | | |
Changed *"won't work"* to "will not work" (as proposed by @DeepDiver1975).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
*Changes:*
* "… is not yet properly setup" in line 24 is changed to " … is not yet set up properly" (better word order and space in the middle of "set up", as it is a participle of the verb "to set up").
* "internet" is corrected to "Internet" with a capitalized "I" in lines 54 and 59.
* Also in line 54: "3rd party" is changed to "third-party" to for a more coherent spelling across the different ownCloud components.
* "… apps don´t work" is corrected to "… apps won't work" (with a proper (and hopefully correctly escaped) (apostrophe)[http://en.wikipedia.org/wiki/Apostrophe#Typographic_form] instead of the (acute accent)[http://en.wikipedia.org/wiki/Acute_accent]).
* Still in line 54: The negation is corrected from "… might also not work" to "… might not work, either".
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Encode requesttoken
|
| | |/
| |/|
| | |
| | | |
One cannot make any assumptions about the requesttoken content. Thus we need to encode it.
|
|\ \ \
| | | |
| | | | |
Add loadfeedback
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour.
Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this...
Fixes https://github.com/owncloud/core/issues/14228
|
|\ \ \ \
| |_|/ /
|/| | | |
Avatars in share dialog
|
| | | | |
|
| | | | |
|
| | | | |
|