summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Allow opening the password reset link in a new window when its a URLJoas Schilling2016-05-311-1/+1
|
* Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
|
* remember email when setting expiration dateChristoph Wurst2016-04-211-2/+4
| | | | fixes #22947
* Allow setting can edit permissions on federated shares in webUIRoeland Jago Douma2016-04-201-0/+11
| | | | | | | | Fixes #24032 Since we have a slightly different UI for the federated shares our normal logic fails us. This makes sure to add the correct permissions when it is a federated share.
* Fix repeating user list in webUIRoeland Jago Douma2016-04-191-1/+9
| | | | | | | | | | | | | | Steps: 1. create a folder A 2. share A with user1, user2 and user3 3. create a folder A/B 4. share A/B with user4 ("Shared in A with user1, user2, user3" appears in the sidebar below the share input field) 5. share A/B with user5 (the text is expanded with ", user1, user2, user3") After: user1, user2, user3 is only shown once
* Merge pull request #23433 from owncloud/stable82_fix_22128Thomas Müller2016-03-221-2/+15
|\ | | | | Do not show hash if parent is shared by link
| * Do not show hash if parent is shared by linkRoeland Jago Douma2016-03-211-2/+15
| | | | | | | | | | | | | | fixes #22128 Since we store the password in the shared_with field of the database we need to do some extra processing not to show it.
* | Keep share checkboxes togetherVincent Petry2016-03-182-42/+61
|/ | | | | | | | | - removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox
* Update error text for link passwordsMorris Jobke2016-03-081-0/+2
| | | | | | * this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown
* Improved JS L10N bundle merging + testsVincent Petry2016-03-012-3/+9
|
* Allow to overwrite a single language string via the theme folderJoas Schilling2016-02-291-6/+14
|
* Make sure to init the users Filesystem so we can add group sharesJoas Schilling2016-02-221-1/+10
|
* Fix on shared groups assignment.Leonardo Diez2016-02-221-1/+1
|
* Remove invalid type-castLukas Reschke2016-02-131-4/+4
| | | | | | This is an `is_array` operation and not a `in_array` one. Thus this typecast is not required. Fixes https://github.com/owncloud/core/issues/20095
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-081-0/+4
| | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote Backport of #21766
* Backport #22086 to stable8.2RealRancor2016-02-031-1/+0
|
* Make enable_avatars setting more robustMorris Jobke2016-02-011-1/+1
| | | | | * handles the setting in the same way everywhere * fixes #21949
* Check the correct config for displaying the "notify by email" optionJoas Schilling2016-01-112-2/+9
| | | | | Conflicts: core/js/tests/specs/sharedialogshareelistview.js
* Allow specifying a custom reset-password-urlJoas Schilling2015-12-172-4/+9
| | | | | Conflicts: core/js/config.php
* Remove password reset when the user can not change the passwordJoas Schilling2015-12-171-2/+6
|
* Merge pull request #21024 from owncloud/stable8.2-share-unsharelinkpapercutThomas Müller2015-12-081-3/+5
|\ | | | | [stable8.2] Fix unshare link click element
| * Fix unshare link click elementVincent Petry2015-12-081-3/+5
| | | | | | | | | | | | | | | | | | When clicking on the unshare link (trash icon), the correct link element needs to be used instead of whatever child was clicked. Then, that element might contain a visible loading icon. This fixes the spinner detection and also prevents a full page reload in case the spinner was visible.
* | Fix duplicate bogus share field when link sharing is not allowedVincent Petry2015-12-072-6/+10
|/ | | | | | | | | Whenever link share is not allowed, it was outputting a bogus sharing field which name would conflict with the regular sharing field. This fix makes sure that the bogus sharing field with "Resharing not allowed" message only appears when triggered by removed share permissions.
* Merge pull request #20457 from owncloud/backport-checkbox-accessibilityVincent Petry2015-11-251-5/+6
|\ | | | | Backport: Make new checkbox style accessible for screenreaders
| * make new checkbox style accessible for screenreadersHendrik Leppelsack2015-11-111-5/+6
| |
* | password_policy is a shipped appThomas Müller2015-11-161-1/+2
| |
* | Merge pull request #20443 from owncloud/stable8.2-set-ie-class-for-ie10plusVincent Petry2015-11-102-1/+14
|\ \ | | | | | | [stable8.2] Set "ie" CSS class for IE10, IE11
| * | Set "ie" CSS class for IE10, IE11Vincent Petry2015-11-102-1/+14
| | | | | | | | | | | | Fixed border in file action menu
* | | move font back from Light to Regular for body text on normal-res screens, ↵Jan-Christoph Borchardt2015-11-106-11/+26
| | | | | | | | | | | | fix #18954
* | | Mark files_drop as shippedLukas Reschke2015-11-061-0/+1
|/ / | | | | | | Fixes https://github.com/owncloud/enterprise/issues/895
* | Use the normal OC.menu JS for handling the Settings menuJoas Schilling2015-11-061-18/+1
| |
* | Close the user menu when clicking it againJoas Schilling2015-11-063-4/+3
| |
* | fix button text colorJan-Christoph Borchardt2015-11-051-0/+3
|/
* remove unneeded icons from input fields to not distract from submit button, ↵Jan-Christoph Borchardt2015-10-305-34/+0
| | | | fix #18940
* Fix icon update to be more consistentVincent Petry2015-10-293-3/+23
| | | | Makes the details bar show the same icon as in the list.
* Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-1/+16
|
* Merge pull request #20104 from owncloud/stable8.2-backport-20097Thomas Müller2015-10-282-16/+1
|\ | | | | [stable8.2] Revert "setting to skip migration tests by default"
| * Revert "setting to skip migration tests by default"Morris Jobke2015-10-282-16/+1
| | | | | | | | This reverts commit 7cbdd9b90bcea3566b7d0198f23da3d427e6ef45.
* | [IE9] Don't send link share password placeholderVincent Petry2015-10-281-7/+12
|/ | | | | | | | | When exiting the password field in the share dialog, IE9 would mistakenly think that the password has changed and would send the placeholder. This fix prevents changing the password whenever the placeholder is set as value.
* Merge pull request #20091 from owncloud/backport-tipsy-bodyMorris Jobke2015-10-271-1/+2
|\ | | | | Backport: append tipsys to body
| * append tipsys to bodyHendrik Leppelsack2015-10-271-1/+2
| |
* | Disable app icon preview in apps page for IEVincent Petry2015-10-261-0/+9
|/ | | | | | | | | | All IE versions are not able to properly upscale SVG icons unless the said SVG files contain a "viewBox" attribute, which is not always the case. Also we cannot guarantee that all third party apps will have this attribute in their icons. So for now, app icons will not be displayed in IE instead of broken ones.
* Merge pull request #20052 from owncloud/stable8.2-share-clicklinkfocusThomas Müller2015-10-262-2/+26
|\ | | | | [stable8.2] Fix share link focus on click
| * Fix share link focus on clickVincent Petry2015-10-262-2/+26
| | | | | | | | Clicking on the link share must focus and select it
* | Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-262-5/+27
| | | | | | | | | | Even more code mess :( All tests pass again. But I'm really not happy with this endpoint.
* | Ensure the password is only hashed in case it's changed on the client - ↵Thomas Müller2015-10-261-2/+9
|/ | | | fixes #19950
* Update: state which step we are going to start and warn if it might be slowJoas Schilling2015-10-212-0/+24
|
* Merge pull request #19844 from owncloud/stable8.2-share-fix-spinner-positionMorris Jobke2015-10-201-0/+1
|\ | | | | [stable8.2] Fix spinner positions in share tab
| * Fix spinner positions in share tabVincent Petry2015-10-161-0/+1
| | | | | | | | Also fix missing spinner when removing link share
* | Merge pull request #19782 from ↵Morris Jobke2015-10-201-1/+1
|\ \ | | | | | | | | | | | | owncloud/stable8.2-passwordchange-hidestrengthify-2 [stable8.2] [resend] Properly hide strengthify after password change