Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #8061 from owncloud/remove-uneeded-file | Tom Needham | 2014-04-05 | 3 | -62/+0 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Delete auth.css | Lukas Reschke | 2014-04-04 | 1 | -39/+0 | |
| * | | | | | Delete oauth.css | Lukas Reschke | 2014-04-04 | 1 | -4/+0 | |
| * | | | | | Remove uneeded file | Lukas Reschke | 2014-04-04 | 1 | -19/+0 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8062 from owncloud/remove-echo | Jörn Friedrich Dreyer | 2014-04-04 | 1 | -5/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Replace echo with `p` or `print_unescaped` | Lukas Reschke | 2014-04-04 | 1 | -5/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #8058 from owncloud/preview-highdpi | Vincent Petry | 2014-04-04 | 2 | -2/+8 | |
|\ \ \ \ | ||||||
| * | | | | Show higher resolution previews for high dpi screens | Robin Appelman | 2014-04-04 | 2 | -2/+8 | |
* | | | | | Merge pull request #8055 from owncloud/getfileinfo-exists | icewind1991 | 2014-04-04 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | dont scan not existing files in View->getFileInfo | Robin Appelman | 2014-04-04 | 1 | -0/+3 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8039 from owncloud/chunking-removeexpireinhaskey | Vincent Petry | 2014-04-04 | 1 | -5/+0 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Do not expire chunks while checking for their existence | Vincent Petry | 2014-04-03 | 1 | -5/+0 | |
* | | | | | Merge pull request #8047 from owncloud/jshint-line-length-120 | Vincent Petry | 2014-04-04 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | extending javascript line length to 120 | Thomas Müller | 2014-04-04 | 1 | -2/+2 | |
* | | | | | | Merge pull request #8015 from owncloud/storageinfo-reuse | Vincent Petry | 2014-04-04 | 2 | -5/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Allow reusing FileInfo for getStorageInfo | Robin Appelman | 2014-04-02 | 2 | -5/+8 | |
| | |/ / / | |/| | | | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-04 | 245 | -8779/+7887 | |
* | | | | | Merge pull request #6968 from owncloud/files-ajaxload | Morris Jobke | 2014-04-03 | 42 | -1378/+2449 | |
|\ \ \ \ \ | ||||||
| * | | | | | Correctly set svg for crumb divider | Vincent Petry | 2014-04-03 | 1 | -1/+1 | |
| * | | | | | Fixed dirInfo check for non existing dir in files ajax call | Vincent Petry | 2014-04-03 | 1 | -1/+1 | |
| * | | | | | Fixed mime type attribute access in file overwrite dialog | Vincent Petry | 2014-04-03 | 1 | -1/+1 | |
| * | | | | | Removed redundant free space and upload limit in public page | Vincent Petry | 2014-04-03 | 1 | -4/+0 | |
| * | | | | | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 41 | -1369/+2359 | |
| * | | | | | Fixed parseQueryString to handle empty values and plus signs | Vincent Petry | 2014-04-01 | 2 | -7/+92 | |
* | | | | | | Exclude javascript specs from code analysis | Thomas Müller | 2014-04-03 | 1 | -0/+1 | |
* | | | | | | Merge pull request #7476 from owncloud/type-hinting | Thomas Müller | 2014-04-03 | 18 | -37/+34 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1700 | -54653/+94701 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | More PHPDoc updates | Bart Visscher | 2014-02-28 | 5 | -9/+10 | |
| * | | | | | | Type is with a small letter | Bart Visscher | 2014-02-28 | 1 | -1/+1 | |
| * | | | | | | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 12 | -22/+20 | |
| * | | | | | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 4 | -27/+26 | |
* | | | | | | | Merge pull request #7969 from Xenopathic/files_external_fix | Vincent Petry | 2014-04-03 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix error log spam | Robin McCorkell | 2014-04-03 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #7970 from owncloud/webdav-upload-hash | Thomas Müller | 2014-04-03 | 2 | -2/+21 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix uploading files containing a # in the path for webdav | Robin Appelman | 2014-03-31 | 2 | -2/+21 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-03 | 40 | -119/+145 | |
* | | | | | | | | Merge pull request #8014 from owncloud/uploadsize-reuse | icewind1991 | 2014-04-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Reuse known free space in the files app | Robin Appelman | 2014-04-02 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #7978 from owncloud/enc_cleanup | Vincent Petry | 2014-04-02 | 1 | -45/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | there is no need to re-calculate the shares after a touch | Bjoern Schiessle | 2014-03-31 | 1 | -45/+0 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #7995 from owncloud/fix-h3-styles | Morris Jobke | 2014-04-02 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix h3 style, move out from settings to apps CSS | Jan-Christoph Borchardt | 2014-04-02 | 2 | -2/+3 | |
* | | | | | | | | Merge pull request #8003 from owncloud/extstorage-sftp-upgradephpseclib | Vincent Petry | 2014-04-02 | 27 | -723/+1287 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Upgraded phpseclib to version 0.3.6 | Vincent Petry | 2014-04-02 | 27 | -723/+1287 | |
* | | | | | | | | | Merge pull request #8006 from wakeup/master | Morris Jobke | 2014-04-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix admin-dir_permissions redirection when cannot write warning | Volkan Gezer | 2014-04-02 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #7977 from owncloud/fix_enc_if_sharing_is_disabled | Morris Jobke | 2014-04-02 | 3 | -13/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | always encrypt files to owner | Bjoern Schiessle | 2014-03-31 | 3 | -13/+11 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #7968 from owncloud/core-overwritewebrootwithroot | Vincent Petry | 2014-04-02 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Allow using "/" in "overwritewebroot" | Vincent Petry | 2014-03-31 | 2 | -3/+4 | |
| |/ / / / / / / / |