Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Move styles from core to app | Victor Dubiniuk | 2013-07-29 | 3 | -12/+13 | |
| * | | | | | | Allow apps to have own 404 content, closes #3225 | Victor Dubiniuk | 2013-07-29 | 4 | -6/+39 | |
* | | | | | | | Merge pull request #4238 from owncloud/fix_4235 | Morris Jobke | 2013-07-30 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | added missing isEmpty ajax file | Bjoern Schiessle | 2013-07-30 | 1 | -0/+14 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #4227 from owncloud/fixing-testGetById-master | Thomas Müller | 2013-07-30 | 3 | -9/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | adding test case with no / | Thomas Müller | 2013-07-30 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'master' into fixing-testGetById-master | Thomas Müller | 2013-07-30 | 1909 | -28481/+105517 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | adding unit tests for OC_Util::basename | Thomas Müller | 2013-07-29 | 2 | -8/+25 | |
| * | | | | | | | | implement a platform independent version of basename | Thomas Mueller | 2013-07-29 | 2 | -1/+7 | |
* | | | | | | | | | Merge pull request #4237 from owncloud/fixing-4026-master | Jörn Friedrich Dreyer | 2013-07-30 | 2 | -9/+24 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | fixes #4026 | Thomas Müller | 2013-07-30 | 2 | -9/+24 | |
* | | | | | | | | | Updating to the latest 3rdparty master commit | Thomas Müller | 2013-07-30 | 1 | -0/+0 | |
|/ / / / / / / / | ||||||
* | / / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-30 | 119 | -1178/+1584 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #4213 from owncloud/scanning-performance | icewind1991 | 2013-07-29 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | better variable naming | Robin Appelman | 2013-07-29 | 1 | -3/+3 | |
| * | | | | | | | Cache: don't check if the parent exists in the cache if we are already sure i... | Robin Appelman | 2013-07-27 | 1 | -3/+4 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #4203 from owncloud/trashbin_improvements | Björn Schießle | 2013-07-29 | 9 | -50/+135 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | remove whitespaces | Bjoern Schiessle | 2013-07-29 | 1 | -1/+1 | |
| * | | | | | | reduce time for auto expire to 30 days by default | Björn Schießle | 2013-07-26 | 2 | -3/+3 | |
| * | | | | | | found some more places where we can disable buttons while performing a action | Björn Schießle | 2013-07-26 | 1 | -6/+18 | |
| * | | | | | | Hide Delete Permanently button when Restore happens | Björn Schießle | 2013-07-26 | 1 | -0/+4 | |
| * | | | | | | make 'restored' extension translatable | Björn Schießle | 2013-07-26 | 1 | -2/+3 | |
| * | | | | | | fix typo | Björn Schießle | 2013-07-26 | 1 | -1/+1 | |
| * | | | | | | expire trash bin if trash bin exceeds max size after a new file was added to ... | Björn Schießle | 2013-07-26 | 2 | -7/+34 | |
| * | | | | | | disable "deleted files" button if trash bin is empty | Björn Schießle | 2013-07-26 | 6 | -7/+36 | |
| * | | | | | | don't move empty folders to the trash bin | Björn Schießle | 2013-07-25 | 1 | -0/+5 | |
| * | | | | | | nicer format of unique names, use 'file (restored).txt' instead of 'files.txt... | Björn Schießle | 2013-07-25 | 1 | -32/+39 | |
* | | | | | | | Merge pull request #4216 from owncloud/clean_php55_opcache | Thomas Müller | 2013-07-29 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Also clean PHP 5.5 opcache | kondou | 2013-07-28 | 1 | -0/+4 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-29 | 32 | -88/+135 | |
* | | | | | | | | Merge pull request #4218 from owncloud/newdata | icewind1991 | 2013-07-28 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Move check so the variable will never be undefined | Michael Gapczynski | 2013-07-28 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
* / / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-28 | 169 | -427/+572 | |
|/ / / / / / | ||||||
* | / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-27 | 647 | -17134/+15201 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #4199 from owncloud/login-cleanup | Jörn Friedrich Dreyer | 2013-07-26 | 1 | -0/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | IE8 login/install screen cleartype fixes and input box borders | Jörn Friedrich Dreyer | 2013-07-26 | 1 | -0/+21 | |
| * | | | | | force dbs to stay in one line | Jörn Friedrich Dreyer | 2013-07-24 | 1 | -1/+1 | |
* | | | | | | Merge pull request #4093 from owncloud/storage-test-cleanup | Bart Visscher | 2013-07-26 | 1 | -50/+3 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into storage-test-cleanup | Thomas Müller | 2013-07-24 | 1447 | -13959/+89742 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Storage: remove some unneeded strict tests of mtime behaviour | Robin Appelman | 2013-07-16 | 1 | -21/+2 | |
| * | | | | | | | Storage: remove tests for search | Robin Appelman | 2013-07-16 | 1 | -29/+1 | |
* | | | | | | | | functions in OCP should be static | Robin Appelman | 2013-07-25 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #4184 from owncloud/login_cleanup_oracle | blizzz | 2013-07-25 | 3 | -32/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | show tablespace only for oracle, hide dbhost for sqlite, remove unnecessary j... | Jörn Friedrich Dreyer | 2013-07-24 | 2 | -31/+25 | |
| * | | | | | | | | force dbs to stay in one line | Jörn Friedrich Dreyer | 2013-07-24 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #4191 from owncloud/autotest-show-skipped-tests | Jörn Friedrich Dreyer | 2013-07-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add verbose to autotest phpunit, so we see skipped and incomplete tests. | Andreas Fischer | 2013-07-25 | 1 | -0/+1 | |
* | | | | | | | | | new version drop down | Björn Schießle | 2013-07-25 | 9 | -211/+221 | |
* | | | | | | | | | Merge pull request #3887 from owncloud/apc_user_cache | Andreas Fischer | 2013-07-25 | 4 | -1/+55 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add ACPu memory cache | Bart Visscher | 2013-07-24 | 4 | -1/+55 |