summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Merge pull request #19539 from owncloud/fix-multiselect-overlap-shorterThomas Müller2015-10-051-25/+43
|\ | | | | Fix filelist size issues, breadcrumb, multiselect
| * Fix filelist size issues, breadcrumb, multiselectVincent Petry2015-10-021-25/+43
| | | | | | | | | | | | | | - calculate multiselect header width to exclude scrollbar - call FileList._onResize() when sidebar is toggled ("appresized"), this also updates the breadcrumb width - moved global getScrollBarWidth() to OC.Util namespace
* | Merge pull request #19272 from owncloud/mimetypes-enhancedThomas Müller2015-10-022-24/+35
|\ \ | | | | | | Introduce a few new mimetypes for code, fix recursive mimetype aliases
| * | Updated some mimetypesRoeland Jago Douma2015-10-021-0/+1
| | | | | | | | | | | | * c++ and cpp now both map to code
| * | Allow recursive mimetype aliasesRobin McCorkell2015-10-021-1/+1
| | | | | | | | | | | | application/xml -> text/html -> text/code
| * | Introduce a few new mimetypes for codeRobin McCorkell2015-10-021-23/+33
| | |
* | | Focus on share field after first displayVincent Petry2015-10-021-1/+8
|/ /
* | Merge pull request #19523 from owncloud/fix-seconds-agoThomas Müller2015-10-021-0/+4
|\ \ | | | | | | Fix moment.js "a few seconds ago" with "seconds ago"
| * | Fix moment.js "a few seconds ago" with "seconds ago"Morris Jobke2015-10-021-0/+4
| |/ | | | | | | * fixes #18627
* / Make sure the conflict dialog is loaded before adding conflictsVincent Petry2015-10-021-4/+11
|/
* Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-301-0/+40
|\ | | | | [IE8] Fix file type sizes and popover menus in file list
| * [IE8] Fix filetype icon sizesVincent Petry2015-09-291-0/+40
| | | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up.
* | Merge pull request #19443 from owncloud/sharedialog-passworderrorThomas Müller2015-09-301-3/+19
|\ \ | | | | | | Fix share link password error
| * | Fix share link password errorVincent Petry2015-09-291-3/+19
| |/ | | | | | | | | - only allow submitting the password once, single request - display error in tooltip
* / Use Hermite resampling for comparator canvas previewsOlivier Paroz2015-09-291-8/+85
|/
* Merge pull request #19418 from owncloud/fix-parsehashqueryThomas Müller2015-09-291-3/+1
|\ | | | | Consider both hash params and query when parsing URL
| * Consider both hash params and query when parsing URLVincent Petry2015-09-281-3/+1
| |
* | Show loading spinner for first fetch of sharesVincent Petry2015-09-282-5/+28
|/ | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content
* Merge pull request #19363 from owncloud/checkboxes-sidebarThomas Müller2015-09-283-10/+10
|\ | | | | Restyle checkboxes in sidebar
| * restyle checkboxes in sidebarHendrik Leppelsack2015-09-253-10/+10
| |
* | fix sidebar spinnerHendrik Leppelsack2015-09-251-3/+5
|/
* fix multiselectHendrik Leppelsack2015-09-251-0/+3
|
* Merge pull request #18517 from owncloud/17753_to_masterThomas Müller2015-09-241-2/+2
|\ | | | | Fix preview of old file on public upload conflicts
| * Fix preview of old file on public upload conflictsOlivier Paroz2015-09-201-2/+2
| |
* | Merge pull request #19305 from owncloud/share-hasusersharesThomas Müller2015-09-242-2/+72
|\ \ | | | | | | Fix ShareItemModel.hasUserShares to only check shares of current item
| * | Fix ShareItemModel.hasUserShares to only check shares of current itemVincent Petry2015-09-232-2/+72
| | | | | | | | | | | | | | | | | | | | | | | | The shares array is based on what the server returns and can contain share info for parent folders. hasUserShares is now fixed to ignore parent folders and only checks for shares on the current item.
* | | Expiration date was always a stringVincent Petry2015-09-242-5/+5
|/ /
* | Fix parsing int attributes from share.php responseVincent Petry2015-09-232-7/+70
| | | | | | | | | | | | | | Sometimes the attributes returned by share.php are integers but packaged as strings. This fix makes sure that such attributes are parsed as integers
* | Merge pull request #19220 from individual-it/fix_19164Thomas Müller2015-09-231-0/+2
|\ \ | | | | | | re initialize OC.Share.currentShares OC.Share.itemShares
| * | re initialize OC.Share.currentShares OC.Share.itemShares Individual IT Services2015-09-211-0/+2
| |/ | | | | | | otherwise old values are kept. fix for #19164
* | Merge pull request #19279 from owncloud/share-fixbogusentryThomas Müller2015-09-231-0/+3
|\ \ | | | | | | Fix bogus entry that appears when switching with arrow keys
| * | Fix bogus entry that appears when switching with arrow keysVincent Petry2015-09-221-0/+3
| | |
* | | implement builder pattern in tipsy shimHendrik Leppelsack2015-09-231-0/+1
| | |
* | | Update mimetypesLukas Reschke2015-09-221-34/+23
|/ /
* | fix missing checkboxes in file comparatorHendrik Leppelsack2015-09-211-0/+5
| |
* | TypoOlivier Paroz2015-09-191-1/+1
|/
* Merge pull request #19008 from owncloud/jquery_avatar_testsThomas Müller2015-09-182-1/+241
|\ | | | | JS tests for jquery.avatar
| * Added js tests for jquery.avatarRoeland Jago Douma2015-09-142-1/+241
| | | | | | | | * Ceil avatar request size
* | fix missing checkboxes in share dialogHendrik Leppelsack2015-09-171-6/+12
| |
* | Port share.css styles to the sidebar panelVincent Petry2015-09-162-3/+2
| |
* | Fix cruds button in share dialogVincent Petry2015-09-161-2/+3
| | | | | | | | Only toggle the current row
* | Removed obsolete testsVincent Petry2015-09-161-76/+2
| |
* | Fix allow reshare for owner when sharing with self through groupVincent Petry2015-09-162-2/+22
| |
* | More unit tests for share dialogVincent Petry2015-09-166-400/+202
| |
* | Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-167-1103/+1157
| |
* | Remove unused/obsoleted OC.Share codeVincent Petry2015-09-161-424/+0
| | | | | | | | The sharing dialog has been moved to ShareDialogView
* | Implement email autocomplete for link shareVincent Petry2015-09-161-0/+27
| |
* | Implement email share linkVincent Petry2015-09-162-2/+59
| |
* | Implement "notify by email" checkbox in share dialogVincent Petry2015-09-162-3/+40
| |