summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15260 from owncloud/adjust-controls-bar-widthMorris Jobke2015-03-271-0/+55
|\ | | | | adjust controls bar width to not overlay scrollbar
| * fix scrutinizer issuesJan-Christoph Borchardt2015-03-271-6/+9
| |
| * adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-03-271-0/+52
| |
* | Merge pull request #15225 from ↵Morris Jobke2015-03-272-8/+7
|\ \ | |/ |/| | | | | 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
| * Add some generic default headers as well via PHPLukas Reschke2015-03-262-8/+7
| |
* | Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-261-0/+4
|\ \ | | | | | | Mount options GUI for external storage
| * | Added ext storage mount options GUIVincent Petry2015-03-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | fix enforced password for share in IE8Morris Jobke2015-03-261-0/+5
| |/ |/|
* | Merge pull request #14958 from owncloud/dropdown-styleJan-Christoph Borchardt2015-03-264-20/+37
|\ \ | | | | | | popover style for apps and user dropdown menus
| * | mock up missing elements in the testsJan-Christoph Borchardt2015-03-262-2/+5
| | |
| * | only move dropdown triangle when navigation is opened, fix timing bugJan-Christoph Borchardt2015-03-261-7/+14
| | |
| * | adjust animations of Share, Versions and others to OC.menuSpeedJan-Christoph Borchardt2015-03-262-18/+18
| | |
| * | reintroduce quick animation for menusJan-Christoph Borchardt2015-03-261-7/+7
| | |
| * | fix log in issue, fix arrow position, make dropdown work in FirefoxJan-Christoph Borchardt2015-03-261-3/+4
| | |
| * | move triangle of apps dropdown to align with app name triangleJan-Christoph Borchardt2015-03-261-0/+6
| | |
| * | popover style for apps and user dropdown menusJan-Christoph Borchardt2015-03-261-6/+6
| |/
* / Update license headersJenkins for ownCloud2015-03-261-4/+29
|/
* Don't use hardcoded date and timeDaniel Hansson2015-03-241-1/+1
| | | Use local time instead. http://momentjs.com/
* Use 24h format instead of 12h formatDaniel Hansson2015-03-241-1/+1
| | | Use correct time format in WebUI
* Revert "Change to 24H format instead of 12H format"Vincent Petry2015-03-241-1/+1
| | | | This reverts commit 8279dde97a8f93b74eb733d243d6a5bb41aa15e3.
* Change to 24H format instead of 12H formatDaniel Hansson2015-03-231-1/+1
| | | | | Update how the time shows in WebUI. My first PR to core, woha. :)
* Merge pull request #15121 from owncloud/email-sent-unboldMorris Jobke2015-03-231-4/+4
|\ | | | | unbold share email sent notification
| * unbold share email sent notificationJan-Christoph Borchardt2015-03-231-4/+4
| |
* | combine labels with inputs in sharing dialog, fix #14796Jan-Christoph Borchardt2015-03-231-5/+5
|/
* Merge pull request #11884 from owncloud/ext-appframeworkVincent Petry2015-03-201-0/+5
|\ | | | | Cleanup ext storage CRUD code, introduce storage config id
| * Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Color avatars of non-existing users gray and display X insteadJoas Schilling2015-03-131-1/+3
|/
* Merge pull request #14582 from rullzer/avatar_fixesMorris Jobke2015-03-043-31/+63
|\ | | | | Avatars in share dialog fixes
| * Avatars in share dialog fixesRoeland Jago Douma2015-03-033-31/+63
| | | | | | | | | | | | | | * 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
* | Added missing done() calls for async testsVincent Petry2015-03-031-20/+31
| |
* | Let users configure security headers in their WebserverLukas Reschke2015-03-024-1/+430
|/ | | | | | | | | | 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.
* Use custom attribute instead of the div identifierLukas Reschke2015-02-272-3/+3
| | | | | | Otherwise problems arrive when a username contains characters such as an `@` Fixes https://github.com/owncloud/user_shibboleth/issues/38
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-28/+5
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-261-28/+5
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | Merge pull request #14208 from owncloud/oc-msg-remove-object-dependencyMorris Jobke2015-02-261-36/+71
|\ \ | |/ |/| Remove dependency from arbitrary data object structure for easier usage
| * Remove dependency from arbitrary data object structure for easier usageJoas Schilling2015-02-201-36/+71
| |
* | Merge pull request #14245 from cmeh/masterLukas Reschke2015-02-251-3/+3
|\ \ | | | | | | Message clean-up
| * | Update setupchecks.jscmeh2015-02-161-1/+1
| | | | | | | | | Changed *"won't work"* to "will not work" (as proposed by @DeepDiver1975).
| * | Message clean-upcmeh2015-02-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | *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".
* | | 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-241-0/+3
| | |
* | | Updating license headersJenkins for ownCloud2015-02-231-5/+28
| | |
* | | Merge pull request #14267 from owncloud/encode-eventsourceThomas Müller2015-02-191-1/+1
|\ \ \ | | | | | | | | Encode requesttoken
| * | | Encode requesttokenLukas Reschke2015-02-161-1/+1
| | |/ | |/| | | | | | | One cannot make any assumptions about the requesttoken content. Thus we need to encode it.
* | | Merge pull request #12213 from sebomoto/add-loadfeedbackJan-Christoph Borchardt2015-02-181-0/+4
|\ \ \ | | | | | | | | Add loadfeedback
| * | | changed image to classed div for spinner animationSebastian Bolt2015-02-041-0/+4
| | | |
* | | | Encode parameters in `OC.generateUrl` by itselfLukas Reschke2015-02-172-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #13866 from rullzer/avatar_share_dialogVincent Petry2015-02-174-3/+111
|\ \ \ \ | |_|/ / |/| | | Avatars in share dialog
| * | | Extended avatar unit testsRoeland Jago Douma2015-02-131-14/+61
| | | |
| * | | Added config checkRoeland Jago Douma2015-02-132-8/+19
| | | |
| * | | Small unit test rewriteRoeland Jago Douma2015-02-121-1/+1
| | | |