aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* add class='preview-icon' to rows in file app that make use of previewsGeorg Ehrke2013-07-292-28/+28
|
* Revert "OC\Preview - outsource static methods"Georg Ehrke2013-07-2910-43/+34
| | | | This reverts commit 14a35267c15115a1e7d2901ddd9b8c5c7e1b9a31.
* make previews in files app smallerGeorg Ehrke2013-07-292-3/+3
|
* OC\Preview - set scale factor down to 2 and upscale cached preview - this ↵Georg Ehrke2013-07-141-1/+2
| | | | got lost in a git stash ...
* OC\Preview - proper handling of a cached previews's filenameGeorg Ehrke2013-07-121-5/+10
|
* OC\Preview - use !== and === instead of != and ==Georg Ehrke2013-07-121-3/+3
|
* OC\Preview - outsource static methodsGeorg Ehrke2013-07-1110-30/+39
|
* OC\Preview - fix logic of two return valuesGeorg Ehrke2013-07-111-2/+2
|
* OC\Preview - remove unneeded commentGeorg Ehrke2013-07-111-3/+0
|
* OC\Preview - improve documentationGeorg Ehrke2013-07-111-6/+12
|
* OC\Preview - use camelCaseGeorg Ehrke2013-07-111-9/+9
|
* make jenkins happyGeorg Ehrke2013-07-111-1/+5
|
* implement use of previews in sharing appGeorg Ehrke2013-07-113-0/+18
|
* use $root instead of $pathGeorg Ehrke2013-07-111-1/+1
|
* fix typoGeorg Ehrke2013-07-111-1/+1
|
* improve validation of oc\preview and implement preview of error icon if ↵Georg Ehrke2013-07-111-96/+159
| | | | something went wrong
* fix typoGeorg Ehrke2013-07-101-4/+4
|
* update some comments in preview libGeorg Ehrke2013-07-101-9/+2
|
* clean up oc\previewGeorg Ehrke2013-07-101-120/+181
|
* fix orientation before caching previewGeorg Ehrke2013-07-101-3/+3
|
* merge conflicts ...Georg Ehrke2013-07-10105-1332/+2591
|\
| * Merge pull request #3994 from owncloud/fix_oracle_setupJörn Friedrich Dreyer2013-07-101-4/+4
| |\ | | | | | | General setup fixes for Oracle
| | * General fixesVictor Dubiniuk2013-07-101-4/+4
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2013-07-101-0/+2
| |/
| * Merge pull request #3787 from mvn23/patch-1mvn232013-07-091-0/+16
| |\ | | | | | | Thanks @bartv2 and @bantu, merged and closed.
| | * Reviewed code for X-Sendfile2mvn232013-06-201-12/+12
| | | | | | | | | Made some small changes which might have caused a segfault on ci.tmit.eu earlier.
| | * Revert most changes for testingmvn232013-06-201-11/+13
| | |
| | * Update files.phpmvn232013-06-191-2/+4
| | |
| | * Implement X-Sendfile2 for resume support in LigHTTPdmvn232013-06-191-1/+13
| | | | | | | | | | | | LigHTTPd does not support HTTP Range headers with the X-Sendfile header in the way Apache does. Instead, it needs to be handled in the backend. This commit does exactly that, using the X-Sendfile2 header to send ranges of files. To accomplish this without breaking web servers that don't support X-Sendfile2, a new variable MOD_X_SENDFILE2_ENABLED was introduced to separate this method from X-Sendfile and X-Accel-Redirect.
| * | Implement encodePathVictor Dubiniuk2013-07-092-1/+30
| | |
| * | Only emit permissions hook for files and and include pathMichael Gapczynski2013-07-081-9/+11
| | |
| * | Merge pull request #3963 from owncloud/update-logic-spliticewind19912013-07-082-40/+133
| |\ \ | | | | | | | | Move the upgrade logic to \OC\Updater
| | * | fix typoRobin Appelman2013-07-081-2/+2
| | | |
| | * | Updater: pass update url as argument to update checkRobin Appelman2013-07-062-6/+6
| | | |
| | * | split upgrade logic from ajax fileRobin Appelman2013-07-062-39/+132
| | | |
| * | | Add update permissions hook to sharingMichael Gapczynski2013-07-081-0/+9
| | | |
| * | | Merge pull request #3954 from owncloud/update_insertifnotexist_and_testThomas Müller2013-07-081-6/+3
| |\ \ \ | | | | | | | | | | fix insertIfNotExist return value, update doc and corresponding test
| | * | | update commentJörn Friedrich Dreyer2013-07-051-1/+1
| | | | |
| | * | | fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer2013-07-051-5/+2
| | | | |
| * | | | Merge pull request #3946 from owncloud/fixing-3942-masterThomas Müller2013-07-081-11/+23
| |\ \ \ \ | | | | | | | | | | | | handle anonymous upload to reshared folder
| | * | | | removing unused getSharedItem()Thomas Müller2013-07-061-11/+0
| | | | | |
| | * | | | Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-062-1/+15
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php
| | * | | | | on reshares we now recursively move to the root of all reshares - therefore ↵Thomas Müller2013-07-051-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | some code has been refactured and added as a new public function
| * | | | | | Merge https://github.com/owncloud/core/pull/3827Björn Schießle2013-07-083-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit eed4b49cebcbcc252a75ed85097730b73213b0da Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:03:23 2013 +0200 initialize OC_Defaults only once commit bf6f07ccc8fb87535a069ca341789a590cb187ee Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:02:48 2013 +0200 link to doc in error messages commit ea61ee60e06ee98f2671aec1fdaff666c50f47c2 Merge: e41af3d 3c1308f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:56 2013 +0200 Merge branch 'master' into better-messages commit e41af3d7bad26aa5ca9ab21ec7dcbadd3cfe5d4f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:41 2013 +0200 move to non-static defaults.php commit 9e4258b1905244bdf34943a825421f041cbed43d Author: Björn Schießle <schiessle@owncloud.com> Date: Tue Jul 2 10:32:13 2013 +0200 no sprintf here, lets t() handle it commit fe1df349e248667a137f70d78b04225e5b42a111 Merge: d8f6859 cb5811b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:13:38 2013 +0200 Merge branch 'master' into better-messages commit d8f68595df2dc0e0917d916cbde511ec5333010b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:10:57 2013 +0200 use document base url from defaults.php commit 6c5403748a45717125a2aa375550f05646317d72 Merge: bea6b1c 7b0e3e6 Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:00:15 2013 +0200 Merge branch 'master' into better-messages commit bea6b1c8a0968846065b9153e0a3f46a4e3245ee Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:21:12 2013 +0200 link to docs in WebDAV message, ref #3791 commit 3119b364a1094769e711283d1ce9014505f64ab9 Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:10:21 2013 +0200 link to docs in error messages, fix #3819
| * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-081-0/+18
| | |_|_|/ / | |/| | | |
| * | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-0662-3/+69
| | |/ / / | |/| | |
| * | | | Merge pull request #3951 from owncloud/fixing-3936-masterThomas Müller2013-07-051-1/+12
| |\ \ \ \ | | | | | | | | | | | | get the real physical folder name for anonymous upload
| | * | | | proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-1/+12
| | |/ / /
| * | | | Merge pull request #3957 from owncloud/config-glob-failThomas Müller2013-07-051-0/+3
| |\ \ \ \ | | |/ / / | |/| | | OC_Config: handle failure of glob('*.config.php')
| | * | | OC_Config: handle failure of glob('*.config.php')Robin Appelman2013-07-051-0/+3
| | | | |