Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow opening the password reset link in a new window when its a URL | Joas Schilling | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -10/+0 |
| | |||||
* | remember email when setting expiration date | Christoph Wurst | 2016-04-21 | 1 | -2/+4 |
| | | | | fixes #22947 | ||||
* | Allow setting can edit permissions on federated shares in webUI | Roeland Jago Douma | 2016-04-20 | 1 | -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 webUI | Roeland Jago Douma | 2016-04-19 | 1 | -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_22128 | Thomas Müller | 2016-03-22 | 1 | -2/+15 |
|\ | | | | | Do not show hash if parent is shared by link | ||||
| * | Do not show hash if parent is shared by link | Roeland Jago Douma | 2016-03-21 | 1 | -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 together | Vincent Petry | 2016-03-18 | 2 | -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 passwords | Morris Jobke | 2016-03-08 | 1 | -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 + tests | Vincent Petry | 2016-03-01 | 2 | -3/+9 |
| | |||||
* | Allow to overwrite a single language string via the theme folder | Joas Schilling | 2016-02-29 | 1 | -6/+14 |
| | |||||
* | Make sure to init the users Filesystem so we can add group shares | Joas Schilling | 2016-02-22 | 1 | -1/+10 |
| | |||||
* | Fix on shared groups assignment. | Leonardo Diez | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Remove invalid type-cast | Lukas Reschke | 2016-02-13 | 1 | -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 richdocuments | Faruk Uzun | 2016-02-08 | 1 | -0/+4 |
| | | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote Backport of #21766 | ||||
* | Backport #22086 to stable8.2 | RealRancor | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Make enable_avatars setting more robust | Morris Jobke | 2016-02-01 | 1 | -1/+1 |
| | | | | | * handles the setting in the same way everywhere * fixes #21949 | ||||
* | Check the correct config for displaying the "notify by email" option | Joas Schilling | 2016-01-11 | 2 | -2/+9 |
| | | | | | Conflicts: core/js/tests/specs/sharedialogshareelistview.js | ||||
* | Allow specifying a custom reset-password-url | Joas Schilling | 2015-12-17 | 2 | -4/+9 |
| | | | | | Conflicts: core/js/config.php | ||||
* | Remove password reset when the user can not change the password | Joas Schilling | 2015-12-17 | 1 | -2/+6 |
| | |||||
* | Merge pull request #21024 from owncloud/stable8.2-share-unsharelinkpapercut | Thomas Müller | 2015-12-08 | 1 | -3/+5 |
|\ | | | | | [stable8.2] Fix unshare link click element | ||||
| * | Fix unshare link click element | Vincent Petry | 2015-12-08 | 1 | -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 allowed | Vincent Petry | 2015-12-07 | 2 | -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-accessibility | Vincent Petry | 2015-11-25 | 1 | -5/+6 |
|\ | | | | | Backport: Make new checkbox style accessible for screenreaders | ||||
| * | make new checkbox style accessible for screenreaders | Hendrik Leppelsack | 2015-11-11 | 1 | -5/+6 |
| | | |||||
* | | password_policy is a shipped app | Thomas Müller | 2015-11-16 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #20443 from owncloud/stable8.2-set-ie-class-for-ie10plus | Vincent Petry | 2015-11-10 | 2 | -1/+14 |
|\ \ | | | | | | | [stable8.2] Set "ie" CSS class for IE10, IE11 | ||||
| * | | Set "ie" CSS class for IE10, IE11 | Vincent Petry | 2015-11-10 | 2 | -1/+14 |
| | | | | | | | | | | | | Fixed border in file action menu | ||||
* | | | move font back from Light to Regular for body text on normal-res screens, ↵ | Jan-Christoph Borchardt | 2015-11-10 | 6 | -11/+26 |
| | | | | | | | | | | | | fix #18954 | ||||
* | | | Mark files_drop as shipped | Lukas Reschke | 2015-11-06 | 1 | -0/+1 |
|/ / | | | | | | | Fixes https://github.com/owncloud/enterprise/issues/895 | ||||
* | | Use the normal OC.menu JS for handling the Settings menu | Joas Schilling | 2015-11-06 | 1 | -18/+1 |
| | | |||||
* | | Close the user menu when clicking it again | Joas Schilling | 2015-11-06 | 3 | -4/+3 |
| | | |||||
* | | fix button text color | Jan-Christoph Borchardt | 2015-11-05 | 1 | -0/+3 |
|/ | |||||
* | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 5 | -34/+0 |
| | | | | fix #18940 | ||||
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 3 | -3/+23 |
| | | | | Makes the details bar show the same icon as in the list. | ||||
* | Add a repair step that checks for group membership on shares | Joas Schilling | 2015-10-29 | 1 | -1/+16 |
| | |||||
* | Merge pull request #20104 from owncloud/stable8.2-backport-20097 | Thomas Müller | 2015-10-28 | 2 | -16/+1 |
|\ | | | | | [stable8.2] Revert "setting to skip migration tests by default" | ||||
| * | Revert "setting to skip migration tests by default" | Morris Jobke | 2015-10-28 | 2 | -16/+1 |
| | | | | | | | | This reverts commit 7cbdd9b90bcea3566b7d0198f23da3d427e6ef45. | ||||
* | | [IE9] Don't send link share password placeholder | Vincent Petry | 2015-10-28 | 1 | -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-body | Morris Jobke | 2015-10-27 | 1 | -1/+2 |
|\ | | | | | Backport: append tipsys to body | ||||
| * | append tipsys to body | Hendrik Leppelsack | 2015-10-27 | 1 | -1/+2 |
| | | |||||
* | | Disable app icon preview in apps page for IE | Vincent Petry | 2015-10-26 | 1 | -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-clicklinkfocus | Thomas Müller | 2015-10-26 | 2 | -2/+26 |
|\ | | | | | [stable8.2] Fix share link focus on click | ||||
| * | Fix share link focus on click | Vincent Petry | 2015-10-26 | 2 | -2/+26 |
| | | | | | | | | Clicking on the link share must focus and select it | ||||
* | | Fix for broken ajax/share.php endpoint | Roeland Jago Douma | 2015-10-26 | 2 | -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üller | 2015-10-26 | 1 | -2/+9 |
|/ | | | | fixes #19950 | ||||
* | Update: state which step we are going to start and warn if it might be slow | Joas Schilling | 2015-10-21 | 2 | -0/+24 |
| | |||||
* | Merge pull request #19844 from owncloud/stable8.2-share-fix-spinner-position | Morris Jobke | 2015-10-20 | 1 | -0/+1 |
|\ | | | | | [stable8.2] Fix spinner positions in share tab | ||||
| * | Fix spinner positions in share tab | Vincent Petry | 2015-10-16 | 1 | -0/+1 |
| | | | | | | | | Also fix missing spinner when removing link share | ||||
* | | Merge pull request #19782 from ↵ | Morris Jobke | 2015-10-20 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | owncloud/stable8.2-passwordchange-hidestrengthify-2 [stable8.2] [resend] Properly hide strengthify after password change |