Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tag svg with optimized version | Bugsbane | 2016-07-05 | 1 | -79/+3 |
| | | | Replace the system tags tag icon svg with a version that has been optimized by the optimization script (running scour) | ||||
* | Update system tags icon | Bugsbane | 2016-07-05 | 2 | -3/+79 |
| | | | Change system tags icon from a magnifying glass to a newly created tag icon. Updates both the png and it's original source SVG. | ||||
* | Merge pull request #309 from Faldon/master | Björn Schießle | 2016-07-05 | 1 | -1/+1 |
|\ | | | | | Changed the creation of the update notification link | ||||
| * | Added escaping html code when building link to documentation. | Thomas Pulzer | 2016-07-05 | 1 | -1/+1 |
| | | |||||
| * | Changed the creation of the update notification link to generate the js ↵ | Thomas Pulzer | 2016-07-04 | 1 | -1/+1 |
| | | | | | | | | object from concated string. | ||||
* | | Merge pull request #306 from nextcloud/sidebar-preview-text | Marius Blüm | 2016-07-04 | 5 | -87/+193 |
|\ \ | |/ |/| | Add large sidebar previews for text files | ||||
| * | for text use max-height to trim whitespace | Morris Jobke | 2016-07-04 | 1 | -1/+1 |
| | | |||||
| * | adjust padding of text preview | Morris Jobke | 2016-07-04 | 1 | -2/+3 |
| | | |||||
| * | Add large sidebar previews for text files | Robin Appelman | 2016-07-04 | 4 | -10/+83 |
| | | |||||
| * | Factor out handling sidebar previews | Robin Appelman | 2016-07-04 | 3 | -81/+113 |
| | | |||||
* | | Merge pull request #305 from Faldon/master | Lukas Reschke | 2016-07-04 | 2 | -2/+2 |
|\ \ | | | | | | | Changing name of default logfile | ||||
| * | | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 2 | -2/+2 |
| |/ | |||||
* / | we don't need to check permissions twice | Bjoern Schiessle | 2016-07-04 | 1 | -4/+2 |
|/ | |||||
* | Merge pull request #275 from nextcloud/master-sync-upstream | Björn Schießle | 2016-07-01 | 45 | -19/+290 |
|\ | | | | | [Master] Sync upstream | ||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 45 | -19/+290 |
| |\ | |||||
| | * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-01 | 2 | -0/+2 |
| | | | |||||
| | * | Prevent infinite loop in search auto-nextpage | Vincent Petry | 2016-06-30 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When loading the next page of search results, make sure that the loop can end if there are no more elements in case the total doesn't match. Also added a check to avoid recomputing the search results whenever the setFilter() is called with the same value. This happens when navigating away to another folder, the search field gets cleared automatically and it calls FileList.setFilter(''). | ||||
| | * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-30 | 4 | -0/+18 |
| | | | |||||
| | * | Merge pull request #25288 from owncloud/fix-versionrevertperms | Vincent Petry | 2016-06-29 | 4 | -2/+78 |
| | |\ | | | | | | | | | Hide revert button when no permission to revert | ||||
| | | * | Hide revert button when no permission to revert | Vincent Petry | 2016-06-28 | 4 | -2/+78 |
| | | | | |||||
| | * | | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 2 | -1/+5 |
| | | | | |||||
| | * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-29 | 12 | -2/+34 |
| | |/ | |||||
| | * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-28 | 20 | -2/+120 |
| | | | |||||
| | * | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage | ||||
| | * | handle unavailable fed shares while testing for availability (#25277) | Robin Appelman | 2016-06-27 | 1 | -2/+17 |
| | | | | | | | | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability | ||||
| | * | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 2 | -8/+15 |
| | | | |||||
* | | | Match on 405 | Lukas Reschke | 2016-07-01 | 2 | -1/+6 |
| | | | |||||
* | | | Match for /../ | Lukas Reschke | 2016-07-01 | 2 | -1/+5 |
| | | | |||||
* | | | Do not allow directory traversal using "../" | Lukas Reschke | 2016-07-01 | 2 | -1/+5 |
|/ / | | | | | | | | | | | | | | | We should not allow directory traversals using "../" here. To test access the following URL once with and then without this patch: http://localhost/server/index.php/apps/files/?dir=../../This+Should+Not+Be+Here | ||||
* | | Merge pull request #255 from nextcloud/dav-permission-check | Björn Schießle | 2016-06-30 | 2 | -3/+49 |
|\ \ | | | | | | | add some additonal permission checks to the webdav backend | ||||
| * | | fix error message | Bjoern Schiessle | 2016-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix tests | Lukas Reschke | 2016-06-30 | 1 | -0/+20 |
| | | | |||||
| * | | Add proper throws PHP docs | Lukas Reschke | 2016-06-30 | 1 | -2/+13 |
| | | | |||||
| * | | Add required $message parameter | Lukas Reschke | 2016-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | add some additonal permission checks to the webdav backend | Bjoern Schiessle | 2016-06-30 | 1 | -1/+16 |
| | | | |||||
* | | | check permissions before rollback | Bjoern Schiessle | 2016-06-30 | 1 | -5/+11 |
|/ / | |||||
* | | Fix update notification text | Morris Jobke | 2016-06-29 | 1 | -1/+3 |
| | | | | | | | | * thanks to ungesundes_halbwissen @ transifex | ||||
* | | get only vcard which match both the address book id and the vcard uri | Bjoern Schiessle | 2016-06-28 | 2 | -1/+6 |
| | | |||||
* | | Merge pull request #236 from nextcloud/master-sync-upstream | Morris Jobke | 2016-06-28 | 13 | -23/+147 |
|\ \ | | | | | | | [Master] sync upstream | ||||
| * | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 13 | -23/+147 |
| |\| | |||||
| | * | Merge pull request #25273 from owncloud/ext-fixsessioncredentialsnolazyload | Vincent Petry | 2016-06-27 | 1 | -0/+4 |
| | |\ | | | | | | | | | Quickfix: do not lazy load auth mechanisms for ext storages | ||||
| | | * | Quickfix: do not lazy load auth mechanisms for ext storages | Vincent Petry | 2016-06-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded. | ||||
| | * | | Merge pull request #25237 from owncloud/search-filelistnextpageresults | Vincent Petry | 2016-06-27 | 2 | -4/+29 |
| | |\ \ | | | | | | | | | | | Prerender file list pages to include search results | ||||
| | | * | | Prerender file list pages to include search results | Vincent Petry | 2016-06-24 | 2 | -4/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results. | ||||
| | * | | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms | Vincent Petry | 2016-06-27 | 3 | -16/+98 |
| | |\ \ \ | | | |_|/ | | |/| | | Add explicit delete permission to link shares | ||||
| | | * | | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 3 | -16/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15. | ||||
| | * | | | Merge pull request #25247 from owncloud/fed-unshare-fail | Vincent Petry | 2016-06-27 | 1 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | | | Remove a fed share from the local table before trying to notify the remote server | ||||
| | | * | | | Remove a fed share from the local table before trying to notify the remote ↵ | Robin Appelman | 2016-06-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | server | ||||
| | * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-27 | 6 | -0/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #235 from nextcloud/fix-app-code | Marius Blüm | 2016-06-27 | 8 | -18/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add app:check-code for already compatible apps |