Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #374 from lpszBuffer/master | William Bargent | 2016-07-21 | 2 | -4/+4 |
|\ \ | |/ |/| | Alters 'No Internet Connection' error message. #181 | ||||
| * | Alters 'No Internet Connection' error message. #181 | Derek | 2016-07-20 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 1 | -0/+4 |
|\ \ | | | | | | | [master] Port Same-Site Cookies to master | ||||
| * | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+4 |
| | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | | | Merge pull request #467 from nextcloud/use-clipboard-api | Roeland Douma | 2016-07-20 | 5 | -8/+44 |
|\ \ \ | | | | | | | | | Use clipboard api | ||||
| * | | | Use an icon to set the email instead of a button with string | Thomas Müller | 2016-07-20 | 2 | -6/+6 |
| | | | | |||||
| * | | | Add clipboard button to public share link | Thomas Müller | 2016-07-20 | 3 | -2/+38 |
| |/ / | |||||
* | | | Merge pull request #473 from nextcloud/ux-improvement-share-dialog | Morris Jobke | 2016-07-20 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | only show additional edit permissions for folders | ||||
| * | | only show additional edit permissions for folders | Bjoern Schiessle | 2016-07-20 | 1 | -1/+4 |
| | | | |||||
* | | | Fix the HTML encoding when uploading a folder in FF when using french l10n | Joas Schilling | 2016-07-20 | 1 | -2/+2 |
|/ / |