Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-16Fix SVG iconsLukas Reschke
2014-10-01Load public preview via JSLukas Reschke
2014-07-30don't preload videos on public sharing, fixes #10042Georg Ehrke
2014-07-08disable download button if zip download is disabledThomas Müller
2014-07-08fix position and look of public download buttonJan-Christoph Borchardt
2014-07-08remove file name from upper right buttonThomas Müller
2014-07-08reintroduce download button on public sharesThomas Müller
2014-06-12Fix public download link when zip download is disabledVincent Petry
2014-06-06keep long file names in one line to not overflow download button on mobileJan-Christoph Borchardt
2014-06-06add max-width to directLink input to prevent overflowJan-Christoph Borchardt
2014-05-09Added unit test for sharing ext storage mount pointsVincent Petry
2014-05-09Fix sharing of ext storage mount pointsVincent Petry
2014-04-04fix unit testsRobin Appelman
2014-04-03Improve phpdocRobin Appelman
2014-04-03Implement getPath for shared filesRobin Appelman
2014-03-13finally fix the paths for the OCS Share APIBjoern Schiessle
2014-03-11add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle
2014-03-11fix path creation for re-shares, issue #7662Bjoern Schiessle
2014-03-10we need the file_source to delete a share successfullyBjoern Schiessle
2014-02-27disable autocomplete for shared link password input, fix #7419Jan-Christoph Borchardt
2014-02-26fix path in sharing results if it is a file in the Shared folderBjoern Schiessle
2014-02-26only add "received_from" if a share was foundBjoern Schiessle
2014-02-21fix test so that it doesn't depend on the array orderBjoern Schiessle
2014-02-21fix usersPath and add unit testsBjoern Schiessle
2014-02-07Merge pull request #7083 from owncloud/backport_6777_stable6Thomas Müller
2014-02-07replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle
2014-02-07Merge branch 'stable6' into backport_6777_stable6Thomas Müller
2014-02-06Fixed searchByMime in shared cacheVincent Petry
2014-02-06remove %webroot from files_sharing appJan-Christoph Borchardt
2014-02-05make header scroll up for single shares, more view of content on small screensJörn Friedrich Dreyer
2014-02-05adding class to header div: share-folder or share-fileJörn Friedrich Dreyer
2014-02-05adjust file type icon placement for when no preview can be generatedJörn Friedrich Dreyer
2014-02-05permanently show download action on mobile, only iconJörn Friedrich Dreyer
2014-02-05fix horizontal scrollbar appearing when footer is too long, footer wraps nowJörn Friedrich Dreyer
2014-02-05Instead of 'No preview available for ...' we simple display the mime-type iconJörn Friedrich Dreyer
2014-02-05remove background and width from multiselect bar, fix Download button not sho...Jörn Friedrich Dreyer
2014-02-05focus link text only on click in the input field - closes #6817Jörn Friedrich Dreyer
2014-02-05remove unused variableJörn Friedrich Dreyer
2014-02-05on mobile, show single shared image at full width without marginJörn Friedrich Dreyer
2014-02-05fix public share download button widthJörn Friedrich Dreyer
2014-02-05tweak color and position of username in public shareJörn Friedrich Dreyer
2014-02-05improvements to public files mobile viewJörn Friedrich Dreyer
2014-02-05first mobile style rules, hide extra columns in files view and scroll headerJörn Friedrich Dreyer
2014-02-05add download button on single file share pageJörn Friedrich Dreyer
2014-02-04remove unused js code and css rulesJörn Friedrich Dreyer
2014-02-04reuse file upload as used within files app - remove public upload buttonJörn Friedrich Dreyer
2014-02-03remove needless element tagBjoern Schiessle
2014-01-29public upload is also possible with encryption enabled, since OC6Bjoern Schiessle
2014-01-28use more accurate error codesBjoern Schiessle
2014-01-23Fixed sharing results to include the correct permissionsVincent Petry