Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-01 | 171 | -340/+441 |
* | Merge pull request #1979 from maelzx/patch-2 | Lukas Reschke | 2013-02-28 | 1 | -1/+1 |
|\ | |||||
| * | Fix window.location mistakes in previous code | maelzx | 2013-02-28 | 1 | -1/+1 |
* | | Merge pull request #1992 from owncloud/fix-heartbeat | Lukas Reschke | 2013-02-28 | 1 | -2/+2 |
|\ \ | |||||
| * | | The router base url is without / on the end | Bart Visscher | 2013-02-28 | 1 | -2/+2 |
* | | | Merge pull request #1937 from owncloud/check-resharing | Bart Visscher | 2013-02-28 | 2 | -3/+28 |
|\ \ \ | |||||
| * | | | Check resharing setting | Michael Gapczynski | 2013-02-26 | 2 | -3/+28 |
* | | | | Merge pull request #1988 from owncloud/permissionscache_clean | icewind1991 | 2013-02-28 | 2 | -10/+18 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Cache: cleanup permissions cache when removing a file from the cache | Robin Appelman | 2013-02-28 | 1 | -0/+3 |
| * | | | Cache: add option to delete file from permissions cache for all users | Robin Appelman | 2013-02-28 | 1 | -10/+15 |
* | | | | Merge pull request #1989 from owncloud/selectSanitize | Björn Schießle | 2013-02-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Sanitize HTML in html_select_options | Lukas Reschke | 2013-02-28 | 1 | -1/+1 |
* | | | | Merge pull request #1987 from owncloud/fixinstalldeps | Bernhard Posselt | 2013-02-28 | 1 | -1/+10 |
|\ \ \ \ | |||||
| * | | | | add checks for xml and dom when installing | Bernhard Posselt | 2013-02-28 | 1 | -1/+10 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1397 from owncloud/trash_fileactions | Jan-Christoph Borchardt | 2013-02-28 | 4 | -31/+72 |
|\ \ \ \ | |||||
| * | | | | Trash: fix opening folders | Robin Appelman | 2013-02-28 | 1 | -2/+4 |
| * | | | | Trash: disable text editor from trash for now | Robin Appelman | 2013-02-27 | 1 | -0/+4 |
| * | | | | Trash: fix download.php | Robin Appelman | 2013-02-27 | 1 | -1/+1 |
| * | | | | Trash: fix trash when default quota is used | Robin Appelman | 2013-02-27 | 1 | -1/+1 |
| * | | | | Merge master into trash_fileactions | Robin Appelman | 2013-02-27 | 1359 | -26581/+90396 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge master into trash_fileactions | Robin Appelman | 2013-02-08 | 823 | -16352/+28509 |
| |\ \ \ \ \ | |||||
| * | | | | | | Trash: use the same sorting algoritm as files | Robin Appelman | 2013-01-31 | 1 | -0/+12 |
| * | | | | | | Trash: fix opening folders | Robin Appelman | 2013-01-31 | 1 | -0/+2 |
| * | | | | | | Trash: enable fileactions while viewing trash | Robin Appelman | 2013-01-31 | 1 | -9/+27 |
| * | | | | | | Trash: don't use depricated filesystem api classes | Robin Appelman | 2013-01-31 | 2 | -107/+107 |
| * | | | | | | Trash: highlight Files navigation entry while in trash | Robin Appelman | 2013-01-31 | 1 | -14/+16 |
* | | | | | | | Merge pull request #1985 from owncloud/sharing-more | Bernhard Posselt | 2013-02-28 | 2 | -3/+9 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135 | Jan-Christoph Borchardt | 2013-02-28 | 2 | -3/+9 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1973 from owncloud/share-improvements | Jan-Christoph Borchardt | 2013-02-27 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | reduce minimum length for username suggestions in share dialog, fix #1666 | Jan-Christoph Borchardt | 2013-02-27 | 1 | -1/+1 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-28 | 237 | -3712/+2627 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge pull request #1972 from owncloud/raw-pathinfo | Bernhard Posselt | 2013-02-27 | 2 | -2/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Use the plain urlencoded path info for the routing matching | Bart Visscher | 2013-02-27 | 2 | -2/+15 |
* | | | | | | | Merge pull request #1945 from owncloud/sqlite-query-cache | Bernhard Posselt | 2013-02-27 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Disable query cache for Sqlite | Bart Visscher | 2013-02-27 | 1 | -1/+4 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1944 from owncloud/query-caching-upgrade | Bernhard Posselt | 2013-02-27 | 2 | -3/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Disable prepared query caching while doing an upgrade | Robin Appelman | 2013-02-26 | 2 | -3/+15 |
* | | | | | | | | Merge pull request #1969 from j-ed/master | icewind1991 | 2013-02-27 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Update apps/files/templates/part.list.php | j-ed | 2013-02-27 | 1 | -2/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1031 from owncloud/external_storage_ui_feedback | Michael Gapczynski | 2013-02-27 | 17 | -182/+397 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix Dropbox and Google ui | Michael Gapczynski | 2013-02-25 | 2 | -11/+11 |
| * | | | | | | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-25 | 536 | -4787/+9431 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | attach on() events to external storage table, dom events in the table will al... | Jörn Friedrich Dreyer | 2013-02-20 | 1 | -3/+3 |
| * | | | | | | | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 593 | -9922/+11746 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fixing issues with UTF8 characters in translatable strings | Thomas Mueller | 2013-02-13 | 2 | -7/+2 |
| * | | | | | | | | | adding spinner while talking to the backend | Thomas Mueller | 2013-02-12 | 2 | -2/+7 |
| * | | | | | | | | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 313 | -3631/+15858 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fixing namespace | Thomas Mueller | 2013-02-12 | 2 | -3/+3 |
| * | | | | | | | | | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 131 | -627/+957 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fixing namespace | Thomas Mueller | 2013-02-12 | 2 | -3/+3 |