Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #13074 from branch 'mmattel-smb_rename_text_root_to_subfolder' | Morris Jobke | 2015-01-07 | 1 | -5/+5 |
|\ | |||||
| * | smb: rename textfield from root to subfolder | Martin | 2015-01-07 | 1 | -5/+5 |
|/ | | | | | | "root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp... | ||||
* | Merge pull request #13016 from owncloud/sharing_fixes | Morris Jobke | 2015-01-07 | 3 | -6/+38 |
|\ | | | | | don't delete share table entries for the unique name if re-share permission was removed | ||||
| * | shareType and permissions are integers | Bjoern Schiessle | 2015-01-07 | 1 | -2/+2 |
| | | |||||
| * | don't delete share table entries for the unique name if re-share permission ↵ | Bjoern Schiessle | 2015-01-07 | 2 | -4/+36 |
| | | | | | | | | was removed | ||||
* | | Merge pull request #13150 from owncloud/fix-sharing-activity-extension | Morris Jobke | 2015-01-07 | 1 | -5/+3 |
|\ \ | | | | | | | Correctly return false when translating a foreign activity | ||||
| * | | Correctly return false when translating a foreign activity | Joas Schilling | 2015-01-07 | 1 | -5/+3 |
|/ / | |||||
* | | Merge pull request #12687 from owncloud/auto-escape-t-placeholders | Morris Jobke | 2015-01-07 | 5 | -17/+45 |
|\ \ | | | | | | | Auto escape t placeholders | ||||
| * | | Autoescape of placeholders in t() and p() - for JS | Morris Jobke | 2015-01-07 | 5 | -17/+45 |
| | | | | | | | | | | | | | | | | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc | ||||
* | | | Merge pull request #13140 from owncloud/issue/13139-provisioning-api-tests | Morris Jobke | 2015-01-07 | 4 | -310/+286 |
|\ \ \ | | | | | | | | | Extend Test\TestCase and do not use uniqid() | ||||
| * | | | Extend Test\TestCase and do not use uniqid() | Joas Schilling | 2015-01-07 | 4 | -310/+286 |
| | | | | |||||
* | | | | Merge pull request #13138 from ↵ | Lukas Reschke | 2015-01-07 | 2 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue/13134-incorrect-admin-warning-overwrite-cli-url Fix incorrect warning about setting the overwrite.cli.url | ||||
| * | | | | Fix incorrect warning about setting the overwrite.cli.url | Joas Schilling | 2015-01-07 | 2 | -6/+6 |
| | | | | | |||||
* | | | | | Merge pull request #13132 from aptivate/improve_debug_logging_messages | Morris Jobke | 2015-01-07 | 2 | -9/+9 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Improve debugging for ServiceUnavailable exceptions | ||||
| * | | | | Improve debugging for ServiceUnavailable exceptions | Chris Wilson | 2015-01-06 | 2 | -9/+9 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was getting a lot of these in my logs for no apparent reason, and file uploads were failing: {"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: ","level":4,"time":"2015-01-06T15:33:39+00:00"} In order to debug it, I had to add unique messages to all the places where this exception was thrown, to identify which one it was, and that made the logs much more useful: {"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: Encryption is disabled","level":4,"time":"2015-01-06T15:36:47+00:00"} | ||||
* | | | | Merge pull request #13063 from AdamWill/assets-relocate | Thomas Müller | 2015-01-07 | 4 | -7/+19 |
|\ \ \ \ | |_|/ / |/| | | | allow css/js asset directory to be relocated ('assetdirectory') | ||||
| * | | | allow css/js asset directory to be relocated (#13053) | Adam Williamson | 2015-01-05 | 4 | -7/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the directory where CSS/JS asset collections are written to be changed, in case SERVERROOT is not writeable. Note it does *not* allow the expected URL to be changed: whatever directory is used, the server must be configured to serve it at WEBROOT/assets. It may be possible to add another config parameter to allow the admin to specify a custom asset URL, but I thought I'd keep the first implementation simple. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-07 | 264 | -70/+338 |
| | | | | |||||
* | | | | Merge pull request #13131 from owncloud/db-connect-stacktrace | Morris Jobke | 2015-01-07 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | Prevent leaking db connection info in the stacktrace | ||||
| * | | | | Prevent leaking db connection info in the stacktrace | Robin Appelman | 2015-01-06 | 1 | -0/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #13126 from owncloud/update-jquery-strengthify | Thomas Müller | 2015-01-06 | 3 | -51/+53 |
|\ \ \ \ | | | | | | | | | | | Update jquery strengthify | ||||
| * | | | | bower update for jquery.strengthify 0.4.1 | Morris Jobke | 2015-01-06 | 2 | -50/+52 |
| | | | | | |||||
| * | | | | bump jquery.strengthify to 0.4.1 | Morris Jobke | 2015-01-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #13129 from owncloud/group-select-fix-autocomplete | Robin Appelman | 2015-01-06 | 1 | -16/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix group select autocomplete | ||||
| * | | | | | Fix group select autocomplete | Robin Appelman | 2015-01-06 | 1 | -16/+12 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #13130 from owncloud/getstoragestats-error-handling | Lukas Reschke | 2015-01-06 | 2 | -1/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Add error handling to getstoragestats.php | ||||
| * | | | | | Add error handling to getstoragestats.php | Robin Appelman | 2015-01-06 | 2 | -1/+8 |
| |/ / / / | |||||
* | | | | | Merge pull request #13128 from owncloud/files-scan-path | Thomas Müller | 2015-01-06 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix check if a path argument is passed to occ files:scan | ||||
| * | | | | | Fix check if a path argument is passed to occ files:scan | Robin Appelman | 2015-01-06 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #12653 from owncloud/full_content_search_results | Morris Jobke | 2015-01-06 | 26 | -289/+983 |
|\ \ \ \ \ | |/ / / / |/| | | | | Full content width search results | ||||
| * | | | | use cancelable timeout, on scroll only fetch next page if last query had any ↵ | Jörn Friedrich Dreyer | 2015-01-06 | 1 | -21/+25 |
| | | | | | | | | | | | | | | | | | | | | results | ||||
| * | | | | use class for no results div instead of id. the elements are not unique. | Jörn Friedrich Dreyer | 2015-01-06 | 7 | -12/+12 |
| | | | | | |||||
| * | | | | clear search when navigating via breadcrumbs | Jörn Friedrich Dreyer | 2015-01-06 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | correctly clear searchbox when switching filelists | Jörn Friedrich Dreyer | 2015-01-05 | 2 | -0/+11 |
| | | | | | |||||
| * | | | | fix onScroll breaking search, fix keyboard navigation, fix filter for files ↵ | Jörn Friedrich Dreyer | 2015-01-05 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | in other dirs | ||||
| * | | | | search with endless scrolling | Jörn Friedrich Dreyer | 2015-01-05 | 2 | -5/+7 |
| | | | | | |||||
| * | | | | filter trashbin and share views | Jörn Friedrich Dreyer | 2015-01-05 | 6 | -8/+43 |
| | | | | | |||||
| * | | | | pluralize translation | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | delay hiding no results message until search is triggered | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | use correct spinner | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | clear search results when clicking the x in type=search input field | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+11 |
| | | | | | |||||
| * | | | | use " to avoid escaping ' | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | text and icon fixes | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | do not hide search results when clicking, but hide on ESC | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -14/+14 |
| | | | | | |||||
| * | | | | correctly update search results when query is changed, show spinner when ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 4 | -113/+119 |
| | | | | | | | | | | | | | | | | | | | | searching | ||||
| * | | | | show no files found message | Jörn Friedrich Dreyer | 2015-01-02 | 5 | -18/+51 |
| | | | | | |||||
| * | | | | make OCA.Search.Files available in tests and for other apps | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -1/+3 |
| | | | | | |||||
| * | | | | add file summary filter spec tests | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+63 |
| | | | | | |||||
| * | | | | Fix rendering search results | Robin Appelman | 2015-01-02 | 1 | -6/+13 |
| | | | | | |||||
| * | | | | fix count | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -1/+4 |
| | | | | |