summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added external storage list in files appVincent Petry2014-06-067-0/+326
|
* Merge pull request #8922 from owncloud/design-controls-transparencyJan-Christoph Borchardt2014-06-066-46/+25
|\ | | | | Bugfixes for mobile
| * fix left padding of controls bar for apps without navigationJan-Christoph Borchardt2014-06-061-1/+6
| |
| * slight transparency for controls bar for more open feelJan-Christoph Borchardt2014-06-061-1/+1
| |
| * fix apps without app-navigationJan-Christoph Borchardt2014-06-061-1/+1
| |
| * unify controls bar, remove duplicate from user managementJan-Christoph Borchardt2014-06-065-43/+17
| |
* | Merge pull request #8923 from owncloud/app-settings-inputJan-Christoph Borchardt2014-06-062-4/+9
|\ \ | | | | | | app settings: display input fields at full width
| * | app settings: display input fields at full widthJan-Christoph Borchardt2014-06-062-4/+9
| | |
* | | Merge pull request #4553 from owncloud/update_search_classesVincent Petry2014-06-0622-134/+687
|\ \ \ | |/ / |/| | Update search classes
| * | allow apps to add translation for search result typeidJörn Friedrich Dreyer2014-06-062-1/+8
| | |
| * | use non static access to searchJörn Friedrich Dreyer2014-06-062-2/+2
| | |
| * | fix namespace for legacy search classesJörn Friedrich Dreyer2014-06-062-2/+2
| | |
| * | make search non-static, add ISearch to server container, make legacy a ↵Jörn Friedrich Dreyer2014-06-069-31/+146
| | | | | | | | | | | | static wrapper for it, move provider and result to public api
| * | minor phpdoc cleanup and importsJörn Friedrich Dreyer2014-06-056-13/+14
| | |
| * | Simplify client-side result customizationAndrew Brown2014-06-051-28/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue was that search results from other providers (contacts, calendar, etc.) were unformatted, like 'event' or 'contact', while the built-in event types (folder, file, etc.) were being modified by custom result functions to something like 'Files' or 'Folders'. The fix is to capitalize and translate all result types by default. Custom formatting is still allowed (and example documentation has been added) but the built-in result formatters where now unnecessary and were removed.
| * | Move new search results to 'lib/private/search'Andrew Brown2014-06-055-1/+1
| | |
| * | Move legacy search to 'lib/private/legacy'Andrew Brown2014-06-055-68/+29
| | | | | | | | | | | | | | | | | | This fixes errors where apps would try to start providers using OC_Search and would fail. Also, made OC_Search simply inherit from \OC\Search.
| * | Re-add type to legacy OC_Search_Result classAndrew Brown2014-06-051-1/+14
| | |
| * | use path param to create scrollto urlJörn Friedrich Dreyer2014-06-051-11/+16
| | |
| * | decode filename for scrolltoJörn Friedrich Dreyer2014-06-051-1/+1
| | |
| * | fix minor typosJörn Friedrich Dreyer2014-06-051-0/+25
| | |
| * | Add audio and image result typesAndrew Brown2014-06-051-2/+2
| | |
| * | Add audio and image result typesAndrew Brown2014-06-053-1/+81
| | |
| * | fix formattingJörn Friedrich Dreyer2014-06-0510-191/+200
| | |
| * | Add legacy adapters for file searchAndrew Brown2014-06-054-0/+133
| | |
| * | Move to new namespace convention and add new result sub-classingAndrew Brown2014-06-056-100/+323
| | |
* | | Merge pull request #8895 from owncloud/mimetype_fixesThomas Müller2014-06-063-3/+78
|\ \ \ | | | | | | | | add more and fix office mimetypes, migrate wrong mimetypes
| * | | increase version number of files and migration triggerJörn Friedrich Dreyer2014-06-062-2/+2
| | | |
| * | | add more and fix office mimetypes, migrate wrong mimetypesJörn Friedrich Dreyer2014-06-062-2/+77
|/ / /
* | | Merge pull request #8666 from owncloud/mount-removeicewind19912014-06-0630-377/+1185
|\ \ \ | | | | | | | | Support for (re)moving mountpoints
| * | | Dont connect hooks twiceRobin Appelman2014-06-061-0/+6
| | | |
| * | | check if permissions existsBjoern Schiessle2014-06-061-1/+5
| | | |
| * | | Limit permissions to share permissionsRobin Appelman2014-06-061-0/+3
| | | |
| * | | make sure that we only delete shares for the current userBjoern Schiessle2014-06-061-3/+8
| | | |
| * | | only unshare user share if it was shared with the current userBjoern Schiessle2014-06-061-1/+2
| | | |
| * | | make sure that we remove all shares refering to the same parentBjoern Schiessle2014-06-061-21/+0
| | | |
| * | | fix unshareFromSelf()Bjoern Schiessle2014-06-063-32/+115
| | | |
| * | | update unit tests and make sure that we return the right permissions for ↵Bjoern Schiessle2014-06-061-0/+5
| | | | | | | | | | | | | | | | files within a shared folder and for the shared folder itself
| * | | the mount point always have delete permissions to allow unmountBjoern Schiessle2014-06-061-2/+2
| | | |
| * | | add some testsBjoern Schiessle2014-06-061-1/+59
| | | |
| * | | nake sure ti create new db entry when user renames a group shareBjoern Schiessle2014-06-061-1/+1
| | | |
| * | | Fix unit testRobin Appelman2014-06-061-1/+1
| | | |
| * | | Fix unit testsRobin Appelman2014-06-061-1/+1
| | | |
| * | | fix db queryBjoern Schiessle2014-06-061-1/+1
| | | |
| * | | Movable storage root can always be moved and deletedRobin Appelman2014-06-061-1/+1
| | | |
| * | | use triple equalsRobin Appelman2014-06-061-1/+1
| | | |
| * | | Fix phpdoc and commentsRobin Appelman2014-06-064-3/+5
| | | |
| * | | update share API tests, file shares never have delete permissionsBjoern Schiessle2014-06-061-4/+6
| | | |
| * | | make sure that we have a path relative to data/user/files to work withBjoern Schiessle2014-06-061-2/+3
| | | |
| * | | update mount point if file_target changedBjoern Schiessle2014-06-061-2/+5
| | | |