summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Added '../remote_shares' endpointRoeland Jago Douma2015-10-023-4/+104
| | | | | | | | | | | | | | | | | | | | | | | | * list incoming remote shares at 'remote_shares' * get per share info at 'remote_shares/<ID>' * delete remote share with a DELETE to 'remote_shares/<ID>'
| * | | Move OCS endpoint ../remote_share to ../pending_sharesRoeland Jago Douma2015-10-021-3/+3
| | | |
* | | | Merge pull request #19484 from owncloud/ie8-checkbox-rageJörn Friedrich Dreyer2015-10-021-5/+23
|\ \ \ \ | | | | | | | | | | [IE8] Fix checkboxes in login page and file list
| * | | | [IE8] Fix file list checkboxesVincent Petry2015-09-301-5/+23
| | |_|/ | |/| |
* | | | Merge pull request #19496 from owncloud/ie8-filenamewidth-sicknessJörn Friedrich Dreyer2015-10-021-11/+0
|\ \ \ \ | | | | | | | | | | [IE8] Remove non-working ellipsis support
| * | | | [IE8] Remove non-working ellipsis supportVincent Petry2015-10-011-11/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the name element to be too wide, which would cause users to mistakenly click on it instead of the empty space when wanting to focus on a file for the sidebar. Also fixed the close button on the sidebar (make it appear)
* | / / [tx-robot] updated from transifexJenkins for ownCloud2015-10-028-168/+188
| |/ / |/| |
* | | display checkboxes properly after file restoreHendrik Leppelsack2015-10-011-2/+2
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-016-0/+24
| |
* | Merge pull request #19421 from owncloud/fix_19382Thomas Müller2015-09-303-1/+19
|\ \ | | | | | | Do noy allow empty urls to be submitted in "add to your owncloud"
| * | adjust style of disabled buttonMorris Jobke2015-09-302-1/+11
| | |
| * | Do noy allow empty urls to be submitted in "add to your owncloud"Roeland Jago Douma2015-09-302-1/+9
| | | | | | | | | | | | Fixes #19382
* | | Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-305-8/+8
|\ \ \ | |_|/ |/| | Change small thumbnails to 32 px
| * | Change small thumbnails to 32 pxMorris Jobke2015-09-305-8/+8
| | | | | | | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* | | Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-303-0/+6
|\ \ \ | | | | | | | | [IE8] Fix file type sizes and popover menus in file list
| * | | [IE8] Fix popover menu borders for IE8Vincent Petry2015-09-291-0/+3
| | | | | | | | | | | | | | | | | | | | - fixes "New" menu - fixes file actions menu
| * | | [IE8] Fix filetype icon sizesVincent Petry2015-09-292-0/+3
| |/ / | | | | | | | | | | | | | | | 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 #19470 from owncloud/pass-exceptionThomas Müller2015-09-303-10/+76
|\ \ \ | | | | | | | | Only intercept exceptions of type "NotFoundException" instead of any …
| * | | Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke2015-09-303-10/+76
| | |/ | |/| | | | | | | | | | | | | The sharing backend may throw another exception for example when the activity app encounters a problem. Previously this just triggered a 404 error page and the exception got not logged at all. With this change such exceptions get not intercepted and regularly handled as exceptions so that we have meaningful log data. Also the user will be shown a window informing him that an error happened. Helps to debug cases such as https://github.com/owncloud/core/issues/19465
* | | Merge pull request #19467 from owncloud/files-newmenu-highlightcurrentThomas Müller2015-09-302-0/+8
|\ \ \ | |/ / |/| | Keep opacity in current item in newFileMenu
| * | [IE8] opacity for active newFileMenu itemsVincent Petry2015-09-301-0/+2
| | |
| * | Keep opacity in current item in newFileMenuVincent Petry2015-09-302-0/+6
| |/ | | | | | | | | Whenever the input field appears, the menu item should keep its opacity instead of reacting on hover.
* | Merge pull request #19419 from ↵Thomas Müller2015-09-302-1/+37
|\ \ | | | | | | | | | | | | owncloud/ldap-fix-dn-not-sanitized-when-fetched-by-memberof memberOf resembles a DN as well and is actively used
| * | memberOf resembles a DN as well and is actively usedArthur Schiwon2015-09-282-1/+37
| | |
* | | Merge pull request #19310 from owncloud/hide-sort-indicatorThomas Müller2015-09-303-1/+29
|\ \ \ | | | | | | | | hide sort indicator when in multiselect mode, ref #19056
| * | | Prevent sort indicator hover to bypass multiselect restrictionVincent Petry2015-09-291-1/+3
| | | |
| * | | Disable sorting when multiselect is enabled in file listVincent Petry2015-09-293-0/+25
| | | |
| * | | hide sort indicator when in multiselect mode, ref #19056Jan-Christoph Borchardt2015-09-231-1/+2
| | | |
* | | | Merge pull request #19373 from owncloud/sidebar-preview-coverThomas Müller2015-09-302-6/+27
|\ \ \ \ | |_|_|/ |/| | | Cover both width and height for the sidebar preview
| * | | adjust aspect ratio of preview size when for aspect ratios > 16/9Robin Appelman2015-09-292-2/+16
| | | |
| * | | improve handling of small imagesRobin Appelman2015-09-291-2/+7
| | | |
| * | | Scale portrait images correctlyRobin Appelman2015-09-292-2/+2
| | | |
| * | | Cover both width and height for the sidebar previewRobin Appelman2015-09-291-2/+4
| | | |
* | | | Merge pull request #19365 from owncloud/files-detailsbar-interactionThomas Müller2015-09-293-37/+79
|\ \ \ \ | | | | | | | | | | Fix sidebar interaction
| * | | | Fix sidebar interactionVincent Petry2015-09-283-37/+79
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clicking a file row or selecting it will open the sidebar. - When sidebar is open, its contents update with the last selection. - Dragging doesn't open the sidebar but does update its contents if it was open already. - Switching folders closes the sidebar. - Close sidebar when highlighted file got deleted/removed from list
* | | | Merge pull request #17601 from owncloud/publicwebdav-allowajaxwhendisabledThomas Müller2015-09-291-1/+2
|\ \ \ \ | | | | | | | | | | Allow ajax requests on public webdav interface
| * | | | Allow ajax requests on public webdav interfaceVincent Petry2015-09-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever outgoing shares are disabled, still allow ajax requests to make it possible to use the Webdav interface in the public link page. Please note that disabling outgoing shares isn't strong anyway as someone could abuse the ajax endpoints to access files anyway. To properly disable remote sharing, public link sharing must be disabled too.
* | | | | Merge pull request #19417 from owncloud/files-upload-checkconflictbeforeuploadThomas Müller2015-09-292-22/+64
|\ \ \ \ \ | | | | | | | | | | | | Show conflict dialog before upload when possible
| * | | | | Show conflict dialog before upload when possibleVincent Petry2015-09-282-22/+64
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When uploading files, first check if the files exist in the current file list. For the ones that do, show a conflict dialog. For the rest, upload directly. If the upload operation detects a conflict on the server side, it will also continue populating the conflict dialog. From now on, server side conflict can only occur if someone concurrently uploaded a file into the same folder but the current user hasn't refreshed the list yet.
* | | | | Merge pull request #19409 from owncloud/files-sidebar-hiding-tabsThomas Müller2015-09-294-18/+136
|\ \ \ \ \ | |_|_|/ / |/| | | | Hide sidebar tab headers conditionally
| * | | | Hide sidebar tab headers conditionallyVincent Petry2015-09-284-18/+136
| |/ / / | | | | | | | | | | | | | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-296-0/+14
| | | |
* | | | Merge pull request #19408 from owncloud/fix-trashbin-checkboxRobin Appelman2015-09-281-1/+1
|\ \ \ \ | | | | | | | | | | Fix checkbox in trashbin
| * | | | fix checkbox in trashbinHendrik Leppelsack2015-09-281-1/+1
| | | | |
* | | | | Still show share link when recipient but no share permissionVincent Petry2015-09-282-30/+13
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible for the recipient to still trigger the sidebar and share tab to see information about the share. In the case where the file is not shared and no permissions exists, no action icon will be displayed.
* | | | Merge pull request #19404 from owncloud/files-sidebar-sorttabsThomas Müller2015-09-286-3/+31
|\ \ \ \ | | | | | | | | | | Fix tabs order in files sidebar
| * | | | Fix tabs order in files sidebarVincent Petry2015-09-286-3/+31
| | | | |
* | | | | Merge pull request #19402 from owncloud/public-recognizeauthsessionThomas Müller2015-09-281-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Allow public webdav auth to recognize sesssion
| * | | | | Allow public auth to recognize sesssionVincent Petry2015-09-281-1/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a public link password has been input, its auth is stored in the session. This fix makes it possible to recognize the session when using public webdav from the files UI.
* | | | | Merge pull request #19401 from owncloud/files-actionsorderThomas Müller2015-09-284-0/+50
|\ \ \ \ \ | |_|/ / / |/| | | | Fix order of actions in the files actions menu