summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7674 from owncloud/fix-spelling-masterThomas Müller2014-03-112-2/+2
|\
| * Authentification -> AuthenticationThomas Müller2014-03-112-2/+2
* | Merge pull request #7665 from owncloud/fix_ocs_share_api_pathsBjörn Schießle2014-03-113-10/+208
|\ \ | |/ |/|
| * add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle2014-03-111-2/+4
| * fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-112-8/+204
* | Fix 3rdparty submodule after transifex sync broke itThomas Müller2014-03-111-0/+0
* | Merge pull request #7650 from owncloud/quota-totalspaceVincent Petry2014-03-113-1/+130
|\ \
| * | Fixed total space display when data size exceeds quotaVincent Petry2014-03-103-1/+130
* | | Merge pull request #7652 from owncloud/localStorage_removeVincent Petry2014-03-111-0/+3
|\ \ \
| * | | Fix copy/paste errorThomas Tanghus2014-03-101-1/+1
| * | | Add function remove() to OC.localeStorageThomas Tanghus2014-03-101-0/+3
* | | | Merge pull request #7659 from owncloud/fix-7596Vincent Petry2014-03-113-16/+23
|\ \ \ \
| * | | | remove magic handling of recipient lists by exploding the string - this funct...Thomas Müller2014-03-101-4/+1
| * | | | send an individual email to each recipientThomas Müller2014-03-102-12/+22
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-111385-47907/+77241
* | | | | Changing host after transifex client update on serverThomas Müller2014-03-101-1/+1
|/ / / /
* | | | Merge pull request #7602 from owncloud/flush-updater-cacheVincent Petry2014-03-101-0/+2
|\ \ \ \
| * | | | Reset time of last update feed pollingVictor Dubiniuk2014-03-061-0/+2
* | | | | Merge pull request #7656 from owncloud/xml-entityfixesLukas Reschke2014-03-102-4/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Disable XML entities when parsing XMLVincent Petry2014-03-102-4/+14
|/ / / /
* | | | Merge pull request #7600 from ideaship/fix_escaped_htmlVincent Petry2014-03-101-1/+1
|\ \ \ \
| * | | | fix: use print_escaped for radio button "checked"ideaship2014-03-061-1/+1
* | | | | Merge pull request #7646 from owncloud/fix_ocs_api_unshareThomas Müller2014-03-102-7/+40
|\ \ \ \ \
| * | | | | we need the file_source to delete a share successfullyBjoern Schiessle2014-03-102-7/+40
* | | | | | Merge pull request #7398 from owncloud/trash_dont_rely_on_dbVincent Petry2014-03-108-151/+79
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix mimetype detection, introduce fake etag to identify preview imagesBjoern Schiessle2014-03-101-1/+2
| * | | | | get trash size from file cacheBjoern Schiessle2014-03-105-78/+11
| * | | | | only enable previews if the encryption is disabledBjoern Schiessle2014-03-101-1/+5
| * | | | | if file is not in db, fall back to restore file to the users rootBjoern Schiessle2014-03-104-72/+62
* | | | | | Merge pull request #7632 from owncloud/fix-7582-masterThomas Müller2014-03-101-11/+12
|\ \ \ \ \ \
| * | | | | | fixing identThomas Müller2014-03-071-9/+9
| * | | | | | we first shall check if the current session is valid - otherwise the session-...Thomas Müller2014-03-071-12/+13
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #7629 from owncloud/files-allfileswarningtypoVincent Petry2014-03-101-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed log warning when deleting a single fileVincent Petry2014-03-071-1/+1
| |/ / / / /
* | | | | | Merge pull request #7631 from ichEben/masterVincent Petry2014-03-101-1/+1
|\ \ \ \ \ \
| * | | | | | only initialise upload dropZone if public upload is allowedIchEben2014-03-071-1/+1
| |/ / / / /
* | | | | | Merge pull request #7624 from owncloud/enc-encryptedusedspacefixVincent Petry2014-03-105-2/+55
|\ \ \ \ \ \
| * | | | | | Return unencrypted_size of folder when queriedVincent Petry2014-03-074-0/+48
| * | | | | | Propagate unencrypted_size up to the file cache rootVincent Petry2014-03-071-2/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #7628 from owncloud/fileinfo-typeThomas Tanghus2014-03-092-4/+14
|\ \ \ \ \ \
| * | | | | | Check if value exists before returningRobin Appelman2014-03-071-2/+5
| * | | | | | Fix FileInfo->getType errorsRobin Appelman2014-03-072-2/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #7567 from owncloud/apps-scroll-settingsJan-Christoph Borchardt2014-03-091-0/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | restrict height of settings and make scrollableJan-Christoph Borchardt2014-03-051-0/+3
* | | | | | Merge pull request #7529 from owncloud/getlocalfile-cacheicewind19912014-03-072-101/+116
|\ \ \ \ \ \
| * | | | | | Add caching for getLocalFile on remote storagesRobin Appelman2014-03-042-101/+116
* | | | | | | Merge pull request #7583 from owncloud/trusteddomainerrorpageVincent Petry2014-03-073-17/+214
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fixed X-Forwarded-Host parsingVincent Petry2014-03-061-1/+2
| * | | | | | Added unit tests for serverHost and other related functionsVincent Petry2014-03-061-0/+137
| * | | | | | Added localhost as trusted domainVincent Petry2014-03-061-0/+5