Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix file summary to use the whole file list | Vincent Petry | 2014-04-28 | 12 | -138/+342 | |
| * | | | | | Added infinite scrolling (in-memory list) | Vincent Petry | 2014-04-28 | 2 | -6/+71 | |
* | | | | | | Merge pull request #8380 from owncloud/kill_office_fallback | Thomas Müller | 2014-04-28 | 2 | -149/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove preview office fallback as it makes too much trouble and generates ina... | Georg Ehrke | 2014-04-28 | 2 | -149/+0 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #8340 from tribut/htaccess-escape-dots | Thomas Müller | 2014-04-28 | 1 | -6/+6 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Remove trailing tab | Felix Eckhofer | 2014-04-28 | 1 | -1/+1 | |
| * | | | | | Escape literal dots in mod_rewrite regexes | Felix Eckhofer | 2014-04-28 | 1 | -6/+6 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8381 from owncloud/files_irods | Thomas Müller | 2014-04-28 | 82 | -8015/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | drop files_irods from apps_external | Thomas Müller | 2014-04-28 | 82 | -8015/+0 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8309 from DavidPrevot/chosen | Thomas Müller | 2014-04-28 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Adapt chosen (css) path | David Prévot | 2014-04-22 | 1 | -1/+1 | |
* | | | | | Merge pull request #8327 from owncloud/l10n-files_external-fields | Thomas Müller | 2014-04-28 | 2 | -66/+67 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix single quote sanitization | Volkan Gezer | 2014-04-26 | 1 | -1/+1 | |
| * | | | | | Add translatable mount configs | Volkan Gezer | 2014-04-23 | 1 | -65/+66 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #7473 from owncloud/append-error-document | Thomas Müller | 2014-04-28 | 3 | -48/+14 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into append-error-document | Thomas Müller | 2014-04-02 | 1730 | -59460/+97173 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | A version bump is not necessary here | Lukas Reschke | 2014-02-28 | 1 | -1/+1 | |
| * | | | | | | Typo + use regular assignment | Lukas Reschke | 2014-02-28 | 1 | -2/+2 | |
| * | | | | | | Remove .htaccess creation code | Lukas Reschke | 2014-02-28 | 4 | -49/+15 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-28 | 162 | -742/+1289 | |
* | | | | | | | Merge pull request #8372 from owncloud/give-admins-a-hint | Lukas Reschke | 2014-04-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove an added t by the github webeditor | Lukas Reschke | 2014-04-27 | 1 | -1/+1 | |
| * | | | | | | | Grammatical fixes | Lukas Reschke | 2014-04-27 | 1 | -2/+2 | |
| * | | | | | | | Clarify the trusted_domain error page | Lukas Reschke | 2014-04-26 | 1 | -1/+1 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-27 | 26 | -46/+59 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8371 from owncloud/example-config | Thomas Müller | 2014-04-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add another example to the trusted_domains config | Lukas Reschke | 2014-04-26 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8343 from owncloud/fix-status | Lukas Reschke | 2014-04-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | "echo" is a language construct. Don't treat it like a function. | Andreas Fischer | 2014-04-26 | 1 | -1/+1 | |
| * | | | | | | | Use echo since print_unescaped is not defined | Lukas Reschke | 2014-04-24 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #8353 from owncloud/publicshare-webdav | icewind1991 | 2014-04-26 | 4 | -2/+131 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Expose public shares over webdav | Robin Appelman | 2014-04-25 | 4 | -2/+131 | |
* | | | | | | | | | Merge pull request #8341 from owncloud/template-tests-output-buffering | Lukas Reschke | 2014-04-26 | 1 | -35/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use PHPUnit's expectOutputString() instead of performing output buffering. | Andreas Fischer | 2014-04-24 | 1 | -26/+11 | |
| * | | | | | | | | | Split testP() tests into multiple methods. | Andreas Fischer | 2014-04-24 | 1 | -1/+3 | |
| * | | | | | | | | | Remove redundant test case for non-HTML string. | Andreas Fischer | 2014-04-24 | 1 | -9/+2 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-26 | 163 | -679/+810 | |
* | | | | | | | | | | Merge pull request #8355 from owncloud/l10n-expire | Andreas Fischer | 2014-04-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | typo fix, by translators on transifex | Volkan Gezer | 2014-04-25 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #8356 from owncloud/fix-external-css | icewind1991 | 2014-04-26 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | fix layout of external storage config table | Morris Jobke | 2014-04-25 | 1 | -1/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #8350 from owncloud/share-search-mime | icewind1991 | 2014-04-25 | 2 | -6/+10 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into share-search-mime | Robin Appelman | 2014-04-25 | 15 | -23/+12 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Also fixed the returned internal path when getting the root shared item by id | Robin Appelman | 2014-04-25 | 1 | -4/+3 | |
| * | | | | | | | | | | Correct the path returned by getFolderContent for substorages | Robin Appelman | 2014-04-25 | 1 | -0/+1 | |
| * | | | | | | | | | | fix search by mime for shared single files | Robin Appelman | 2014-04-25 | 1 | -3/+7 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #7504 from owncloud/webdav-injection | icewind1991 | 2014-04-25 | 15 | -322/+351 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | remove outdated test | Robin Appelman | 2014-04-25 | 1 | -18/+0 | |
| * | | | | | | | | | merge master into webdav-injection | Robin Appelman | 2014-04-25 | 731 | -15337/+45723 | |
| |\| | | | | | | | | ||||||
| * | | | | | | | | | properly quote etags | Robin Appelman | 2014-04-24 | 1 | -1/+1 |