summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* by default send mail for new server-to-server shareBjoern Schiessle2015-01-232-3/+75
|
* delete all server-to-server shares if a user gets deletedBjoern Schiessle2015-01-214-0/+144
|
* Merge pull request #13432 from owncloud/animate_gifs_public_sharingThomas Müller2015-01-214-3/+20
|\ | | | | show animated gifs on public sharing page
| * show animated gifs on public sharing pageGeorg Ehrke2015-01-194-3/+20
| |
* | Merge pull request #13540 from owncloud/s2s-fixpasswordfromdialogThomas Müller2015-01-212-58/+202
|\ \ | | | | | | External share dialog must properly read entered password
| * | Add unit test for external share JS dialogVincent Petry2015-01-212-57/+200
| | | | | | | | | | | | | | | | | | Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls.
| * | External share dialog must properly read entered passwordVincent Petry2015-01-211-1/+2
| | |
* | | Fixed external cache test namespaceVincent Petry2015-01-211-1/+3
| | |
* | | Fix webdav mkdir for remote sharesVincent Petry2015-01-212-0/+115
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-214-8/+48
| |
* | avoid $this->cache being null - fixes #13491Thomas Müller2015-01-201-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-206-2/+6
| |
* | replace hook with storage wrapperBjoern Schiessle2015-01-194-7/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-192-4/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-174-2/+74
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-162-2/+88
|
* Merge pull request #13347 from owncloud/share-scanpermissionsfromsourceMorris Jobke2015-01-153-1/+47
|\ | | | | Use source storage permissions when scanning shared storage
| * Use source storage permissions when scanning shared storageVincent Petry2015-01-143-1/+47
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+32
| |
* | Merge pull request #13352 from owncloud/hhvm-array-keyRobin McCorkell2015-01-151-5/+6
|\ \ | | | | | | HHVM: Do not use key() on array as the result depends on the internal array pointer.
| * | Do not use key() on array as the result depends on the internal array pointer.Andreas Fischer2015-01-151-5/+6
| | |
* | | Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-141-1/+0
|\ \ \ | | | | | | | | Autoload app's js translations
| * | | Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
| |/ /
* / / remove deprecated code - fixes #13119Thomas Müller2015-01-143-50/+51
|/ /
* | Merge pull request #13332 from oparoz/fix-download-buttonThomas Müller2015-01-141-1/+6
|\ \ | | | | | | Download the current public folder only
| * | Download the current public folder onlyOlivier Paroz2015-01-141-1/+6
| | | | | | | | | | | | | | | | | | | | | From within a shared/public directory, when drilling down folders, some users want to be able to download what they're currently looking at, not the whole shared folder. The whole archive is always a click away anyway since a user can click on the home button.
* | | Merge pull request #13286 from owncloud/sharing_upgradeBjörn Schießle2015-01-144-1/+131
|\ \ \ | |_|/ |/| | update script for new server-to-server sharing
| * | set accept to 1 (=true) for all server-to-server shares on update, at this ↵Bjoern Schiessle2015-01-134-1/+131
| | | | | | | | | | | | point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-14148-0/+160
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-136-4/+24
|/
* Merge pull request #13254 from owncloud/fixsharel10nThomas Müller2015-01-121-1/+1
|\ | | | | make Share/Download buttons localized again
| * make Share button localized againVolkan Gezer2015-01-111-1/+1
| | | | | | | | it seems we have forgotten to use named FileAction
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-122-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-114-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-108-6/+34
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-098-10/+16
|
* Merge pull request #13170 from ↵Thomas Müller2015-01-081-1/+3
|\ | | | | | | | | owncloud/extstorage-fixsharedmountpointrootleadingslash Fix source path when share is a mount point
| * Fix source path when share is a mount pointVincent Petry2015-01-081-1/+3
| | | | | | | | | | | | | | Whenever an external storage mount point is shared directly, its path is empty which causes a leading slash to appear in the source path. This fix removes the bogus leading slash in such situation.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0816-0/+18
| |
* | Merge pull request #13016 from owncloud/sharing_fixesMorris Jobke2015-01-071-0/+32
|\ \ | |/ |/| don't delete share table entries for the unique name if re-share permission was removed
| * don't delete share table entries for the unique name if re-share permission ↵Bjoern Schiessle2015-01-071-0/+32
| | | | | | | | was removed
* | Correctly return false when translating a foreign activityJoas Schilling2015-01-071-5/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0724-0/+24
| |
* | Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-061-0/+6
|\ \ | | | | | | Full content width search results
| * | use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-1/+1
| | |
| * | filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-0/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0672-74/+2
| | |
* | | Check for version before mounting a public linkMorris Jobke2015-01-052-2/+3
| | | | | | | | | | | | | | | | | | * ownCloud 7.0.0 is needed - version of merge of server <-> server sharing - https://github.com/owncloud/core/pull/8399 * adjust error message
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-054-2/+38
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-046-14/+62
| | |