summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-0672-280/+72
|
* adjust strings - fixed #11930Thomas Müller2014-11-051-3/+11
|
* Store curl error message directlyVincent Petry2014-11-041-5/+2
|
* Check for cert bundle existence before using itVincent Petry2014-11-041-1/+11
|
* Merge pull request #11876 from owncloud/remove-pointless-requiresLukas Reschke2014-10-3114-34/+41
|\ | | | | remove unnecessary require calls - the ownCloud class loader is supposed...
| * remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-3014-34/+41
| | | | | | | | take care of this
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-312-2/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-308-4/+42
|
* Merge pull request #11409 from owncloud/watcher-reuseVincent Petry2014-10-292-19/+18
|\ | | | | Pass the cached data to the filesystem watcher
| * Fix shared cache getFolderContentsRobin Appelman2014-10-241-17/+14
| |
| * also update shared watcherRobin Appelman2014-10-241-2/+4
| |
* | Merge pull request #11835 from owncloud/enc-fixmovingsharekeystofolderMorris Jobke2014-10-291-1/+1
|\ \ | | | | | | Fix moving share keys as non-owner to subdir
| * | Fix warning with unset extension checkVincent Petry2014-10-291-1/+1
| | |
* | | update all translation files to js and jsonThomas Müller2014-10-29240-1876/+3728
| | |
* | | Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-291-0/+2
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2014-10-271-2/+12
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-232-0/+2
|
* Merge pull request #11630 from owncloud/kill-some-legacyLukas Reschke2014-10-212-12/+12
|\ | | | | remove legacy class OC_Updater
| * move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-202-12/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-211-0/+1
|/
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-16/+17
|
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-201-2/+2
| | | | suspend encryption proxy when copying skeleton
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-201-1/+22
|
* Merge pull request #11611 from owncloud/fix-svg-masterMorris Jobke2014-10-171-1/+1
|\ | | | | Fix SVG icons
| * Fix SVG iconsLukas Reschke2014-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider. Conflicts: lib/private/preview.php
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-171-0/+1
|/
* introduce new app page layoutThomas Müller2014-10-151-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* Fixed array detection on public downloadVincent Petry2014-10-131-1/+1
| | | | | When downloading a folder called "0001" PHP should fallback to parsing it as string and properly detect that it is not a JSON array.
* Merge pull request #11380 from owncloud/fix_performance_issue_sharingBjörn Schießle2014-10-103-0/+157
|\ | | | | [sharing] fix performance issues
| * try to get path from filesystemBjoern Schiessle2014-10-101-0/+5
| |
| * fix performance issuesBjoern Schiessle2014-10-102-0/+152
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-101-3/+3
| |
* | Updated info.xml app descriptionMTRichards2014-10-081-1/+5
| | | | | | Added updates description
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-071-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-051-6/+6
|
* Use SVG previews for public sharingLukas Reschke2014-09-302-23/+31
| | | | Fixes https://github.com/owncloud/core/pull/11367#issuecomment-57306037 and https://github.com/owncloud/core/issues/9218
* Merge pull request #10107 from owncloud/sharing_group_sharesLukas Reschke2014-09-298-48/+243
|\ | | | | [sharing] group shares
| * some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-292-4/+4
| |
| * throw a exception if we can't handle the provided pathBjoern Schiessle2014-09-294-3/+75
| |
| * call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all ↵Bjoern Schiessle2014-09-252-6/+61
| | | | | | | | checks are executed, e.g. to check if the share is really visible
| * some small fixesBjoern Schiessle2014-09-252-4/+4
| |
| * clear share table after each test runBjoern Schiessle2014-09-241-0/+3
| |
| * unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-222-35/+74
| |
| * group shares and combine permissionsBjoern Schiessle2014-09-223-3/+29
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-291-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-282-2/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-273-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-262-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-2510-3/+13
| |