Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #5607 from owncloud/public-share-style | Jan-Christoph Borchardt | 2013-10-29 | 1 | -15/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix style of public share page | Morris Jobke | 2013-10-29 | 1 | -15/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5601 from owncloud/fix-mimetype-detection | Morris Jobke | 2013-10-29 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Map empty mimetypes to octet-stream for Oracle DBMS. | Andreas Fischer | 2013-10-29 | 1 | -0/+4 | |
| * | | | | | | | Return early if fileinfo is there. | Andreas Fischer | 2013-10-29 | 1 | -0/+1 | |
| * | | | | | | | Reset mimetype to application/octet-stream on empty reply from file command. | Andreas Fischer | 2013-10-29 | 1 | -0/+4 | |
| * | | | | | | | Do not calculate $isWrapped if not needed. | Andreas Fischer | 2013-10-29 | 1 | -2/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #5396 from owncloud/fix-sharing-code | Morris Jobke | 2013-10-29 | 4 | -35/+64 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | also add new parameter to function calls | Morris Jobke | 2013-10-29 | 1 | -4/+4 | |
| * | | | | | | pass the name of the item source from the browser to the server - no need to ... | Thomas Müller | 2013-10-23 | 4 | -32/+43 | |
| * | | | | | | Merge branch 'master' into fix-sharing-code | Thomas Müller | 2013-10-23 | 472 | -4920/+11290 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Fix sharing error message - id -> file name | Morris Jobke | 2013-10-17 | 1 | -11/+29 | |
| | | | | | * | | update touch tests for updated behaviour | Robin Appelman | 2013-10-29 | 1 | -2/+0 | |
| | | | | | * | | Update the parent folders storage_mtime on write and delete to prevent rescans | Robin Appelman | 2013-10-29 | 2 | -1/+53 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-29 | 502 | -1659/+2294 | |
* | | | | | | | Merge pull request #5493 from owncloud/fix-language-detection | Thomas Müller | 2013-10-28 | 2 | -21/+66 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Merge branch 'master' into fix-language-detection | Thomas Müller | 2013-10-24 | 65 | -1071/+4021 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | fixing PHPDoc & grammar | Thomas Müller | 2013-10-23 | 1 | -5/+5 | |
| * | | | | | | | Some tests for OC_L10N::findLanguage() | Andreas Fischer | 2013-10-23 | 1 | -0/+41 | |
| * | | | | | | | Have to also strtolower() on available language name. Otherwise no match. | Andreas Fischer | 2013-10-23 | 1 | -4/+6 | |
| * | | | | | | | Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching. | Andreas Fischer | 2013-10-23 | 1 | -0/+4 | |
| * | | | | | | | Apply substring on the correct value. | Andreas Fischer | 2013-10-23 | 1 | -1/+1 | |
| * | | | | | | | Better variable names. | Andreas Fischer | 2013-10-23 | 1 | -9/+9 | |
| * | | | | | | | Fix coding style for else. | Andreas Fischer | 2013-10-23 | 1 | -4/+2 | |
| * | | | | | | | Correct indentation for default language. | Andreas Fischer | 2013-10-23 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #5587 from owncloud/trashbin-homecrumb | Julian Müller | 2013-10-28 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Fixed clicking on the "Home" breadcrumb in the trash app | Vincent Petry | 2013-10-28 | 1 | -5/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5550 from owncloud/fix-4716-master | Morris Jobke | 2013-10-28 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | update documentation for app update | Morris Jobke | 2013-10-28 | 1 | -1/+1 | |
| * | | | | | | | 'Update to' is shown when there is no update | Bart Visscher | 2013-10-25 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #3889 from owncloud/apps_preload | Morris Jobke | 2013-10-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Don't load the apps when we need to upgrade | Bart Visscher | 2013-06-28 | 1 | -1/+1 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-27 | 246 | -1273/+1092 | |
* | | | | | | | | | Merge pull request #5566 from owncloud/fix-double-not | Lukas Reschke | 2013-10-27 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix double not in newfile/newfolder language. | Andreas Fischer | 2013-10-27 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5552 from owncloud/admin-warninghomeexistsfix | Thomas Müller | 2013-10-27 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixed user dir existence check when creating new user | Vincent Petry | 2013-10-25 | 1 | -4/+4 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #5537 from owncloud/autotest-syntaxhelp | Thomas Müller | 2013-10-27 | 1 | -4/+30 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Added syntax help for autotest.sh | Vincent Petry | 2013-10-25 | 1 | -4/+30 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-27 | 774 | -25383/+43641 | |
* | | | | | | | | | | Merge pull request #5561 from owncloud/fix5401 | Thomas Müller | 2013-10-26 | 1 | -14/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | local user backend shall search for both username and displayname, fixes #5401 | Arthur Schiwon | 2013-10-25 | 1 | -14/+3 | |
* | | | | | | | | | | | Merge pull request #5562 from owncloud/fix5560 | Thomas Müller | 2013-10-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix broken users page when a username consists of digits only, fixes #5560 | Arthur Schiwon | 2013-10-25 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #5542 from owncloud/quotastream-fseektoendfix | Björn Schießle | 2013-10-25 | 4 | -3/+109 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Added comment for clarification about fseek() call in quota.php | Vincent Petry | 2013-10-25 | 1 | -0/+2 | |
| * | | | | | | | | | | Fixed quota stream to not wrap read-only fopen calls | Vincent Petry | 2013-10-25 | 2 | -1/+23 | |
| * | | | | | | | | | | Fixed quota stream's fseek method | Vincent Petry | 2013-10-25 | 2 | -2/+84 | |
| |/ / / / / / / / / | ||||||
* | / / / / / / / / | Port PR #5457 to master | Arthur Schiwon | 2013-10-25 | 1 | -4/+11 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | make sure the shared ldap connection is rebound to the configured user after ... | Donald Buczek | 2013-10-25 | 1 | -1/+3 | |
|/ / / / / / / / |