summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Choose button remains disbaled for httpd/unix-directorySujith Haridasan2016-09-121-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_avatarsLukas Reschke2016-09-052-7/+30
|\ | | | | Cache avatars
| * Cache avatars properlyRoeland Jago Douma2016-08-302-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 availableJoas Schilling2016-09-051-4/+1
| |
* | Update live timestamps to give a more live feelingJoas Schilling2016-09-011-0/+7
| |
* | update to proper icons and run occ command to update JS fileMorris Jobke2016-08-301-0/+3
|/
* Merge pull request #1115 from nextcloud/fix_146Christoph Wurst2016-08-291-1/+1
|\ | | | | Link 'Allow editing' => 'Allow upload and editing'
| * Link 'Allow editing' => 'Allow upload and editing'Roeland Jago Douma2016-08-281-1/+1
| | | | | | | | Fixes #146
* | Merge pull request #1135 from nextcloud/choose-buttonsJoas Schilling2016-08-291-0/+14
|\ \ | | | | | | Choose button remains disabled unless files are chosen
| * | Choose button remains disabled unless files are chosenSujith Haridasan2016-08-291-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 dropdownsVincent Petry2016-08-291-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_animationLukas Reschke2016-08-271-5/+28
|\ | | | | Fixing infinite spinner animation
| * Fixing infinite spinner animationThomas Pulzer2016-08-191-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 testsArthur Schiwon2016-08-251-4/+4
| |
* | fix internal links in security & setup warnings, resolves #1048Arthur Schiwon2016-08-251-2/+3
| |
* | Merge pull request #1000 from nextcloud/mail_icon_shareRoeland Jago Douma2016-08-221-1/+1
|\ \ | | | | | | Make e-mail icon visible
| * | Make e-mail icon visibleRoeland Jago Douma2016-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #996 * Make mail icon visible * Opacity to .5 * Add tooltip
* | | Fix some jshint issues in core/js/share*Roeland Jago Douma2016-08-197-11/+19
|/ /
* | Merge pull request #964 from ↵Lukas Reschke2016-08-191-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üller2016-08-191-1/+4
| |/ | | | | | | date is not updated on consequitive changes and enable/disable actions
* / Update mimetypesRoeland Jago Douma2016-08-191-0/+3
|/
* Revert "Fixing infinite spinning animation on user menu ctrl+click"Morris Jobke2016-08-181-25/+9
|
* Merge pull request #778 from nextcloud/Faldon-user_menu_uiMorris Jobke2016-08-181-9/+25
|\ | | | | Fixing infinite spinning animation on user menu ctrl+click
| * Removed debug code.Faldon2016-08-111-1/+0
| |
| * Fixed user and main menu closing on right mouse button click.Thomas Pulzer2016-08-111-7/+8
| | | | | | | | Fixed wrong variable assignment when trying to open link in new window.
| * Changed app and user menu delegates to mousedown events.Thomas Pulzer2016-08-091-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 Pulzer2016-08-091-2/+2
| |
| * Fixed user menu to not show spinner on ctrl+click.Thomas Pulzer2016-08-091-3/+10
| | | | | | | | Fixes #616
* | Merge pull request #677 from nextcloud/app-menu-fixLukas Reschke2016-08-101-0/+4
|\ \ | | | | | | Fix closing app menu on mobile
| * | Fix closing app menu on mobileJulius Haertl2016-07-311-0/+4
| | |
* | | Open exiration date picker directly on toggleRoeland Jago Douma2016-08-091-0/+2
| |/ |/|
* | reduce info on update screens, introduce button to refreshJan-Christoph Borchardt2016-08-041-12/+10
| |
* | Group incoming shares for resharing in JSVincent Petry2016-08-032-1/+70
| |
* | Fix javascript tests for sidebar animationJulius Haertl2016-07-301-0/+4
| |
* | Add animation to app-contentJulius Haertl2016-07-301-2/+2
| |
* | slight animation for the sidebar for better feedback what happensJan-Christoph Borchardt2016-07-291-3/+6
|/
* dont load filelist previews if we know we dont have oneRobin Appelman2016-07-272-3/+21
|
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-211-4/+5
|\ | | | | Update emails and license headers with latest changes
| * Update with robinJoas Schilling2016-07-211-1/+1
| |
| * Fix othersJoas Schilling2016-07-211-3/+4
| |
* | Merge pull request #374 from lpszBuffer/masterWilliam Bargent2016-07-212-4/+4
|\ \ | |/ |/| Alters 'No Internet Connection' error message. #181
| * Alters 'No Internet Connection' error message. #181Derek2016-07-202-4/+4
| |
* | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-201-0/+4
|\ \ | | | | | | [master] Port Same-Site Cookies to master
| * | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+4
| | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/50
* | | Merge pull request #467 from nextcloud/use-clipboard-apiRoeland Douma2016-07-205-8/+44
|\ \ \ | | | | | | | | Use clipboard api
| * | | Use an icon to set the email instead of a button with stringThomas Müller2016-07-202-6/+6
| | | |
| * | | Add clipboard button to public share linkThomas Müller2016-07-203-2/+38
| |/ /
* | | Merge pull request #473 from nextcloud/ux-improvement-share-dialogMorris Jobke2016-07-201-1/+4
|\ \ \ | |/ / |/| | only show additional edit permissions for folders
| * | only show additional edit permissions for foldersBjoern Schiessle2016-07-201-1/+4
| | |
* | | Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
|/ /