Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Remove unused spaces | eduardo | 2014-01-08 | 1 | -2/+2 | |
| * | | | | | | | | Remove name from code | eduardo | 2014-01-08 | 1 | -2/+0 | |
| * | | | | | | | | Add tabs to conformance with owncloud code standards | eduardo | 2014-01-05 | 1 | -4/+4 | |
| * | | | | | | | | Fix PostgreSQL port configuration on install | eduardo | 2014-01-04 | 1 | -3/+19 | |
* | | | | | | | | | Merge pull request #7564 from owncloud/issue/7559 | Vincent Petry | 2014-03-12 | 2 | -3/+26 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Use command -v to check for sendmail | Joas Schilling | 2014-03-12 | 1 | -1/+15 | |
| * | | | | | | | | Hide QMail when not selected and hide sendmail when not available on the server | Joas Schilling | 2014-03-05 | 2 | -3/+12 | |
* | | | | | | | | | Merge pull request #7669 from owncloud/versions_predelete | Vincent Petry | 2014-03-12 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | add preDelete hook for files_versions app | Georg Ehrke | 2014-03-11 | 1 | -1/+4 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #7668 from owncloud/trashbin_predelete | Vincent Petry | 2014-03-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | add preDelete hook for files_trashbin app | Georg Ehrke | 2014-03-11 | 1 | -0/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #7695 from owncloud/fix-3rdparty-master | Thomas Müller | 2014-03-12 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Re-add submodule 3rdparty | Thomas Müller | 2014-03-12 | 1 | -0/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #7683 from owncloud/proper-content-type-on-ocs-exceptions | Vincent Petry | 2014-03-12 | 2 | -3/+32 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fixing method names | Thomas Müller | 2014-03-12 | 2 | -2/+1 | |
| * | | | | | | | | set content-type on ocs exceptions | Thomas Müller | 2014-03-12 | 2 | -3/+33 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #7682 from owncloud/sanitize-fallbackid-master | Lukas Reschke | 2014-03-12 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sanitize fallbackId | Thomas Müller | 2014-03-12 | 1 | -1/+2 | |
| |/ / / / / / / | ||||||
* / / / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-12 | 755 | -3221/+4388 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #7674 from owncloud/fix-spelling-master | Thomas Müller | 2014-03-11 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Authentification -> Authentication | Thomas Müller | 2014-03-11 | 2 | -2/+2 | |
* | | | | | | | | Merge pull request #7665 from owncloud/fix_ocs_share_api_paths | Björn Schießle | 2014-03-11 | 3 | -10/+208 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | add 'received_from' info to the share, so that every share can have a differe... | Bjoern Schiessle | 2014-03-11 | 1 | -2/+4 | |
| * | | | | | | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 2 | -8/+204 | |
* | | | | | | | | Fix 3rdparty submodule after transifex sync broke it | Thomas Müller | 2014-03-11 | 1 | -0/+0 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #7650 from owncloud/quota-totalspace | Vincent Petry | 2014-03-11 | 3 | -1/+130 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed total space display when data size exceeds quota | Vincent Petry | 2014-03-10 | 3 | -1/+130 | |
* | | | | | | | | Merge pull request #7652 from owncloud/localStorage_remove | Vincent Petry | 2014-03-11 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix copy/paste error | Thomas Tanghus | 2014-03-10 | 1 | -1/+1 | |
| * | | | | | | | | Add function remove() to OC.localeStorage | Thomas Tanghus | 2014-03-10 | 1 | -0/+3 | |
* | | | | | | | | | Merge pull request #7659 from owncloud/fix-7596 | Vincent Petry | 2014-03-11 | 3 | -16/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove magic handling of recipient lists by exploding the string - this funct... | Thomas Müller | 2014-03-10 | 1 | -4/+1 | |
| * | | | | | | | | | send an individual email to each recipient | Thomas Müller | 2014-03-10 | 2 | -12/+22 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-11 | 1385 | -47907/+77241 | |
* | | | | | | | | | | Changing host after transifex client update on server | Thomas Müller | 2014-03-10 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #7602 from owncloud/flush-updater-cache | Vincent Petry | 2014-03-10 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Reset time of last update feed polling | Victor Dubiniuk | 2014-03-06 | 1 | -0/+2 | |
* | | | | | | | | | | Merge pull request #7656 from owncloud/xml-entityfixes | Lukas Reschke | 2014-03-10 | 2 | -4/+14 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Disable XML entities when parsing XML | Vincent Petry | 2014-03-10 | 2 | -4/+14 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #7600 from ideaship/fix_escaped_html | Vincent Petry | 2014-03-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix: use print_escaped for radio button "checked" | ideaship | 2014-03-06 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #7646 from owncloud/fix_ocs_api_unshare | Thomas Müller | 2014-03-10 | 2 | -7/+40 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | we need the file_source to delete a share successfully | Bjoern Schiessle | 2014-03-10 | 2 | -7/+40 | |
* | | | | | | | | | | | Merge pull request #7398 from owncloud/trash_dont_rely_on_db | Vincent Petry | 2014-03-10 | 8 | -151/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | fix mimetype detection, introduce fake etag to identify preview images | Bjoern Schiessle | 2014-03-10 | 1 | -1/+2 | |
| * | | | | | | | | | | get trash size from file cache | Bjoern Schiessle | 2014-03-10 | 5 | -78/+11 | |
| * | | | | | | | | | | only enable previews if the encryption is disabled | Bjoern Schiessle | 2014-03-10 | 1 | -1/+5 | |
| * | | | | | | | | | | if file is not in db, fall back to restore file to the users root | Bjoern Schiessle | 2014-03-10 | 4 | -72/+62 | |
* | | | | | | | | | | | Merge pull request #7632 from owncloud/fix-7582-master | Thomas Müller | 2014-03-10 | 1 | -11/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | fixing ident | Thomas Müller | 2014-03-07 | 1 | -9/+9 |