Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added external storage list in files app | Vincent Petry | 2014-06-06 | 7 | -0/+326 |
| | |||||
* | Merge pull request #8922 from owncloud/design-controls-transparency | Jan-Christoph Borchardt | 2014-06-06 | 6 | -46/+25 |
|\ | | | | | Bugfixes for mobile | ||||
| * | fix left padding of controls bar for apps without navigation | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+6 |
| | | |||||
| * | slight transparency for controls bar for more open feel | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | fix apps without app-navigation | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | unify controls bar, remove duplicate from user management | Jan-Christoph Borchardt | 2014-06-06 | 5 | -43/+17 |
| | | |||||
* | | Merge pull request #8923 from owncloud/app-settings-input | Jan-Christoph Borchardt | 2014-06-06 | 2 | -4/+9 |
|\ \ | | | | | | | app settings: display input fields at full width | ||||
| * | | app settings: display input fields at full width | Jan-Christoph Borchardt | 2014-06-06 | 2 | -4/+9 |
| | | | |||||
* | | | Merge pull request #4553 from owncloud/update_search_classes | Vincent Petry | 2014-06-06 | 22 | -134/+687 |
|\ \ \ | |/ / |/| | | Update search classes | ||||
| * | | allow apps to add translation for search result typeid | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -1/+8 |
| | | | |||||
| * | | use non static access to search | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 |
| | | | |||||
| * | | fix namespace for legacy search classes | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 |
| | | | |||||
| * | | make search non-static, add ISearch to server container, make legacy a ↵ | Jörn Friedrich Dreyer | 2014-06-06 | 9 | -31/+146 |
| | | | | | | | | | | | | static wrapper for it, move provider and result to public api | ||||
| * | | minor phpdoc cleanup and imports | Jörn Friedrich Dreyer | 2014-06-05 | 6 | -13/+14 |
| | | | |||||
| * | | Simplify client-side result customization | Andrew Brown | 2014-06-05 | 1 | -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 Brown | 2014-06-05 | 5 | -1/+1 |
| | | | |||||
| * | | Move legacy search to 'lib/private/legacy' | Andrew Brown | 2014-06-05 | 5 | -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 class | Andrew Brown | 2014-06-05 | 1 | -1/+14 |
| | | | |||||
| * | | use path param to create scrollto url | Jörn Friedrich Dreyer | 2014-06-05 | 1 | -11/+16 |
| | | | |||||
| * | | decode filename for scrollto | Jörn Friedrich Dreyer | 2014-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | fix minor typos | Jörn Friedrich Dreyer | 2014-06-05 | 1 | -0/+25 |
| | | | |||||
| * | | Add audio and image result types | Andrew Brown | 2014-06-05 | 1 | -2/+2 |
| | | | |||||
| * | | Add audio and image result types | Andrew Brown | 2014-06-05 | 3 | -1/+81 |
| | | | |||||
| * | | fix formatting | Jörn Friedrich Dreyer | 2014-06-05 | 10 | -191/+200 |
| | | | |||||
| * | | Add legacy adapters for file search | Andrew Brown | 2014-06-05 | 4 | -0/+133 |
| | | | |||||
| * | | Move to new namespace convention and add new result sub-classing | Andrew Brown | 2014-06-05 | 6 | -100/+323 |
| | | | |||||
* | | | Merge pull request #8895 from owncloud/mimetype_fixes | Thomas Müller | 2014-06-06 | 3 | -3/+78 |
|\ \ \ | | | | | | | | | add more and fix office mimetypes, migrate wrong mimetypes | ||||
| * | | | increase version number of files and migration trigger | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 |
| | | | | |||||
| * | | | add more and fix office mimetypes, migrate wrong mimetypes | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+77 |
|/ / / | |||||
* | | | Merge pull request #8666 from owncloud/mount-remove | icewind1991 | 2014-06-06 | 30 | -377/+1185 |
|\ \ \ | | | | | | | | | Support for (re)moving mountpoints | ||||
| * | | | Dont connect hooks twice | Robin Appelman | 2014-06-06 | 1 | -0/+6 |
| | | | | |||||
| * | | | check if permissions exists | Bjoern Schiessle | 2014-06-06 | 1 | -1/+5 |
| | | | | |||||
| * | | | Limit permissions to share permissions | Robin Appelman | 2014-06-06 | 1 | -0/+3 |
| | | | | |||||
| * | | | make sure that we only delete shares for the current user | Bjoern Schiessle | 2014-06-06 | 1 | -3/+8 |
| | | | | |||||
| * | | | only unshare user share if it was shared with the current user | Bjoern Schiessle | 2014-06-06 | 1 | -1/+2 |
| | | | | |||||
| * | | | make sure that we remove all shares refering to the same parent | Bjoern Schiessle | 2014-06-06 | 1 | -21/+0 |
| | | | | |||||
| * | | | fix unshareFromSelf() | Bjoern Schiessle | 2014-06-06 | 3 | -32/+115 |
| | | | | |||||
| * | | | update unit tests and make sure that we return the right permissions for ↵ | Bjoern Schiessle | 2014-06-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | files within a shared folder and for the shared folder itself | ||||
| * | | | the mount point always have delete permissions to allow unmount | Bjoern Schiessle | 2014-06-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | add some tests | Bjoern Schiessle | 2014-06-06 | 1 | -1/+59 |
| | | | | |||||
| * | | | nake sure ti create new db entry when user renames a group share | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix unit test | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix unit tests | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix db query | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Movable storage root can always be moved and deleted | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | use triple equals | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix phpdoc and comments | Robin Appelman | 2014-06-06 | 4 | -3/+5 |
| | | | | |||||
| * | | | update share API tests, file shares never have delete permissions | Bjoern Schiessle | 2014-06-06 | 1 | -4/+6 |
| | | | | |||||
| * | | | make sure that we have a path relative to data/user/files to work with | Bjoern Schiessle | 2014-06-06 | 1 | -2/+3 |
| | | | | |||||
| * | | | update mount point if file_target changed | Bjoern Schiessle | 2014-06-06 | 1 | -2/+5 |
| | | | |