Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1453 from nextcloud/do-not-reload-if-connection-lost | Morris Jobke | 2016-10-06 | 2 | -2/+29 |
|\ | | | | | do not reload the page if the server is (temporarily) unreachable | ||||
| * | do not reload the page if the server is (temporarily) unreachable | Christoph Wurst | 2016-10-03 | 2 | -2/+29 |
| | | |||||
* | | Move options to the right | Roeland Jago Douma | 2016-10-03 | 1 | -1/+1 |
| | | |||||
* | | can share => can reshare | Roeland Jago Douma | 2016-10-03 | 1 | -1/+1 |
| | | |||||
* | | Make can edit checkbox work for file shares | Roeland Jago Douma | 2016-10-03 | 2 | -12/+22 |
| | | |||||
* | | move unshare button out of popover menu; keep menu opened on re-render | Christoph Wurst | 2016-10-03 | 1 | -8/+15 |
| | | |||||
* | | move sharing options into popover menu | Christoph Wurst | 2016-10-03 | 1 | -45/+71 |
|/ | |||||
* | Display "Share" alt text for share action icon (#26158) | Vincent Petry | 2016-09-26 | 1 | -1/+1 |
| | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fixup getURLParameter behavior | Simon Eisenmann | 2016-09-16 | 1 | -3/+4 |
| | | | | | | | | | | | | This commit further changes the behavior of getURLParmeter to handle encoded parameter values and returns the decoded string and improves behavior for parameters without value and multiple equals and other similar cases which did not work before. See the comments at http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for a list of the issues handled by the updated implementation. This change does not change the general behavior of the function. Empty or non existing parameters still return an empty string (''). | ||||
* | Return '' instead of 'null' | Simon Eisenmann | 2016-09-16 | 1 | -1/+1 |
| | | | | | | This commit changes the behavior of getURLParameter(name) to return an empty string when the parameter is not set or has empty value. Before it returned 'null' as string. | ||||
* | Pass redirect_url through setup form | Simon Eisenmann | 2016-09-13 | 1 | -0/+11 |
| | | | | | | | | | | | When accessing a 'not set up' Nextcloud with a redirect_url parameter the parameter will is added to the setup POST request, resulting in the requested redirect after setup is complete. This is required in scenarios where Nextcloud is used as authorization provider like on the Spreedbox to allow redirection to the required page when normally a login form would be shown but the setup form is shown instead. | ||||
* | Choose button remains disbaled for httpd/unix-directory | Sujith Haridasan | 2016-09-12 | 1 | -2/+10 |
| | | | | | | | | | | This is not correct. Hence in this patch we validate if the mimetype is 'httpd/unix-directory'. If so we don't disable it. This patch addresses solution for issue: 26034 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> | ||||
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 2 | -7/+30 |
|\ | | | | | Cache avatars | ||||
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 2 | -7/+30 |
| | | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | | Always use the js console when available | Joas Schilling | 2016-09-05 | 1 | -4/+1 |
| | | |||||
* | | Update live timestamps to give a more live feeling | Joas Schilling | 2016-09-01 | 1 | -0/+7 |
| | | |||||
* | | update to proper icons and run occ command to update JS file | Morris Jobke | 2016-08-30 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #1115 from nextcloud/fix_146 | Christoph Wurst | 2016-08-29 | 1 | -1/+1 |
|\ | | | | | Link 'Allow editing' => 'Allow upload and editing' | ||||
| * | Link 'Allow editing' => 'Allow upload and editing' | Roeland Jago Douma | 2016-08-28 | 1 | -1/+1 |
| | | | | | | | | Fixes #146 | ||||
* | | Merge pull request #1135 from nextcloud/choose-buttons | Joas Schilling | 2016-08-29 | 1 | -0/+14 |
|\ \ | | | | | | | Choose button remains disabled unless files are chosen | ||||
| * | | Choose button remains disabled unless files are chosen | Sujith Haridasan | 2016-08-29 | 1 | -0/+14 |
| |/ | | | | | | | | | | | | | | | | | | | from filepicker This is will help user to understand that you can only click choose button once the files are selected from the file picker. This addresses the solution for issue 16106 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> | ||||
* / | Users page lazy multiselect group dropdowns | Vincent Petry | 2016-08-29 | 1 | -23/+29 |
|/ | | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. | ||||
* | Merge pull request #968 from Faldon/fixing_spinner_animation | Lukas Reschke | 2016-08-27 | 1 | -5/+28 |
|\ | | | | | Fixing infinite spinner animation | ||||
| * | Fixing infinite spinner animation | Thomas Pulzer | 2016-08-19 | 1 | -5/+28 |
| | | | | | | | | | | | | | | | | setupMainMenu() & setupUserMenu(): Changed click delegate to add the spinner animation only the primary mouse button was clicked without ctrl- or meta-key modifier Adding mouseup delegate to hide the menu if the middle mouse button was clicked. Redone #778 | ||||
* | | adjust js tests | Arthur Schiwon | 2016-08-25 | 1 | -4/+4 |
| | | |||||
* | | fix internal links in security & setup warnings, resolves #1048 | Arthur Schiwon | 2016-08-25 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #1000 from nextcloud/mail_icon_share | Roeland Jago Douma | 2016-08-22 | 1 | -1/+1 |
|\ \ | | | | | | | Make e-mail icon visible | ||||
| * | | Make e-mail icon visible | Roeland Jago Douma | 2016-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #996 * Make mail icon visible * Opacity to .5 * Add tooltip | ||||
* | | | Fix some jshint issues in core/js/share* | Roeland Jago Douma | 2016-08-19 | 7 | -11/+19 |
|/ / | |||||
* | | Merge pull request #964 from ↵ | Lukas Reschke | 2016-08-19 | 1 | -1/+4 |
|\ \ | | | | | | | | | | | | | nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f [master] In cases where the server dictates the link share expiration… | ||||
| * | | [master] In cases where the server dictates the link share expiration the ↵ | Thomas Müller | 2016-08-19 | 1 | -1/+4 |
| |/ | | | | | | | date is not updated on consequitive changes and enable/disable actions | ||||
* / | Update mimetypes | Roeland Jago Douma | 2016-08-19 | 1 | -0/+3 |
|/ | |||||
* | Revert "Fixing infinite spinning animation on user menu ctrl+click" | Morris Jobke | 2016-08-18 | 1 | -25/+9 |
| | |||||
* | Merge pull request #778 from nextcloud/Faldon-user_menu_ui | Morris Jobke | 2016-08-18 | 1 | -9/+25 |
|\ | | | | | Fixing infinite spinning animation on user menu ctrl+click | ||||
| * | Removed debug code. | Faldon | 2016-08-11 | 1 | -1/+0 |
| | | |||||
| * | Fixed user and main menu closing on right mouse button click. | Thomas Pulzer | 2016-08-11 | 1 | -7/+8 |
| | | | | | | | | Fixed wrong variable assignment when trying to open link in new window. | ||||
| * | Changed app and user menu delegates to mousedown events. | Thomas Pulzer | 2016-08-09 | 1 | -4/+13 |
| | | | | | | | | | | Added proper handling of primary mouse button click with and without ctrl-/meta-key modifier. Added handlig of middle mouse button click. | ||||
| * | Added OS X meta key check for stopping spinning animation in app and user menu. | Thomas Pulzer | 2016-08-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed user menu to not show spinner on ctrl+click. | Thomas Pulzer | 2016-08-09 | 1 | -3/+10 |
| | | | | | | | | Fixes #616 | ||||
* | | Merge pull request #677 from nextcloud/app-menu-fix | Lukas Reschke | 2016-08-10 | 1 | -0/+4 |
|\ \ | | | | | | | Fix closing app menu on mobile | ||||
| * | | Fix closing app menu on mobile | Julius Haertl | 2016-07-31 | 1 | -0/+4 |
| | | | |||||
* | | | Open exiration date picker directly on toggle | Roeland Jago Douma | 2016-08-09 | 1 | -0/+2 |
| |/ |/| | |||||
* | | reduce info on update screens, introduce button to refresh | Jan-Christoph Borchardt | 2016-08-04 | 1 | -12/+10 |
| | | |||||
* | | Group incoming shares for resharing in JS | Vincent Petry | 2016-08-03 | 2 | -1/+70 |
| | | |||||
* | | Fix javascript tests for sidebar animation | Julius Haertl | 2016-07-30 | 1 | -0/+4 |
| | | |||||
* | | Add animation to app-content | Julius Haertl | 2016-07-30 | 1 | -2/+2 |
| | | |||||
* | | slight animation for the sidebar for better feedback what happens | Jan-Christoph Borchardt | 2016-07-29 | 1 | -3/+6 |
|/ | |||||
* | dont load filelist previews if we know we dont have one | Robin Appelman | 2016-07-27 | 2 | -3/+21 |
| | |||||
* | Merge pull request #507 from nextcloud/run-le-script | Morris Jobke | 2016-07-21 | 1 | -4/+5 |
|\ | | | | | Update emails and license headers with latest changes | ||||
| * | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |