Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add logging when stripping apps from autoload include path | Bart Visscher | 2012-10-10 | 1 | -2/+5 |
| | |||||
* | Remove unused search code | Bart Visscher | 2012-10-10 | 1 | -1/+0 |
| | |||||
* | No need to use array_search | Bart Visscher | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Use __DIR__ instead of __FILE__ to get SERVERROOT | Bart Visscher | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Correct indentation | Lukas Reschke | 2012-10-10 | 1 | -3/+5 |
| | |||||
* | Send a HSTS HTTP header to enforce SSL | Lukas Reschke | 2012-10-10 | 1 | -0/+1 |
| | |||||
* | marks as 5.0 pre alpha | Frank Karlitschek | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | extract the right parent directory from the pathv4.5.0 | Björn Schießle | 2012-10-09 | 1 | -1/+1 |
| | | | | add parent directory to the file cache if it does not exist yet. | ||||
* | 4.5 final | Frank Karlitschek | 2012-10-09 | 1 | -3/+3 |
| | |||||
* | $CONFIG_DBTYPE was never assigned but used in this function | Björn Schießle | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | fix for bug #1942: Allow user to share with every group if "allow users to ↵ | Björn Schießle | 2012-10-09 | 1 | -2/+3 |
| | | | | share with anyone" is set | ||||
* | RC 3v4.5.0RC3 | Frank Karlitschek | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | don't use the workaround for shared files on the /Shared folder | Robin Appelman | 2012-10-08 | 1 | -6/+10 |
| | |||||
* | Actually fix shared webdav access | Michael Gapczynski | 2012-10-08 | 1 | -16/+7 |
| | |||||
* | Fix getting file info for subfolders in shared folders | Michael Gapczynski | 2012-10-08 | 1 | -2/+8 |
| | |||||
* | reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the ↵ | Jörn Friedrich Dreyer | 2012-10-08 | 1 | -6/+7 |
| | | | | | | | | | | | | database, fixes oc-1852 TODO for OC5: use CURRENT_TIMESTAMP for all databases. mysql supports it as a default for DATETIME since 5.6.5 [1] as a fallback we could use <default>0000-01-01 00:00:00</default> everywhere [1] http://bugs.mysql.com/bug.php?id=27645 http://dev.mysql.com/doc/refman/5.0/en/timestamp-initialization.html http://www.postgresql.org/docs/8.1/static/functions-datetime.html http://www.sqlite.org/lang_createtable.html http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions037.htm | ||||
* | put all the calls into one function and use tabs instead of spaces. Thanks ↵ | Frank Karlitschek | 2012-10-08 | 1 | -49/+23 |
| | | | | to danimo for bugging me :-) | ||||
* | fix a lot of small layout bugs and make the apps page overall prettier plus ↵ | Frank Karlitschek | 2012-10-08 | 2 | -21/+18 |
| | | | | add ratings finally | ||||
* | destroy invalid sessions | Arthur Schiwon | 2012-10-08 | 1 | -0/+4 |
| | |||||
* | added "uid_owner" to select statement | Björn Schießle | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | add a sane socket timeout so that the interface stays responsive with a slow ↵ | Frank Karlitschek | 2012-10-08 | 1 | -5/+50 |
| | | | | or not working internet connection | ||||
* | use socket timeout of 10 sec to stay responsive even with a slow internet ↵ | Frank Karlitschek | 2012-10-08 | 1 | -1/+10 |
| | | | | connection or a not working server | ||||
* | Fix - "Correct checking item source for share from same owner when ↵ | Michael Gapczynski | 2012-10-06 | 1 | -2/+8 |
| | | | | generating item target" | ||||
* | check for SimpleXML which seems to bw non default on Free BSD | Frank Karlitschek | 2012-10-06 | 1 | -0/+5 |
| | |||||
* | set folder size to 0 when scanning the filesystem | Robin Appelman | 2012-10-05 | 1 | -0/+1 |
| | |||||
* | really fix checkstyle on archive tar | Jörn Friedrich Dreyer | 2012-10-05 | 1 | -1/+2 |
| | |||||
* | fix checkstyle on archive zip/tar | Jörn Friedrich Dreyer | 2012-10-05 | 3 | -7/+13 |
| | |||||
* | cache tar archive headers | Jörn Friedrich Dreyer | 2012-10-05 | 1 | -4/+13 |
| | |||||
* | always generate access token, also for forms shown to anonymous users (e.g. ↵ | Björn Schießle | 2012-10-05 | 1 | -4/+2 |
| | | | | public shares) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-04 | 1 | -0/+28 |
| | |||||
* | RC2v4.5.0RC2 | Frank Karlitschek | 2012-10-03 | 1 | -2/+2 |
| | |||||
* | Correct checking item source for share from same owner when generating item ↵ | Michael Gapczynski | 2012-10-02 | 1 | -1241/+1242 |
| | | | | target | ||||
* | we are sharing the same file again if item_source of the already shared file ↵ | Björn Schießle | 2012-10-02 | 1 | -0/+3 |
| | | | | and the newly shared file is the same. Therefore we can use the same target name | ||||
* | remove unnecessary code and add missing items to select statement | Björn Schießle | 2012-10-02 | 1 | -14/+2 |
| | |||||
* | merge all possible conflicts into on array | Björn Schießle | 2012-10-02 | 1 | -10/+9 |
| | |||||
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 2 | -4/+4 |
| | | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5 | ||||
* | fix create folder and upload file issue on win, fixes oc-1747, solution ↵ | Arthur Schiwon | 2012-10-02 | 1 | -2/+2 |
| | | | | follows suggestion from bug tracker | ||||
* | We can't rely on the assumption that if the matching target is from the same ↵ | Björn Schießle | 2012-10-02 | 1 | -10/+30 |
| | | | | | | | | | owner that the share type will be different. Files in different folders can have the same name. Therefore also a unique name has to be generated if the matching target it from the same user. Also for folders and files with the same name a unique target name has to be generated If matching target is from the same owner, use the same target. The share type will be different so this isn't the sa | ||||
* | Search: fix Notice and thus broken search with activiated error reporting | Arthur Schiwon | 2012-10-01 | 1 | -1/+5 |
| | |||||
* | update the filecache by setting mtimes to 0 when the mount configuration has ↵ | Robin Appelman | 2012-09-30 | 3 | -4/+18 |
| | | | | changed instead of clearing the cache | ||||
* | fix updating the filecache for when contents of a folder has changed | Robin Appelman | 2012-09-30 | 1 | -5/+8 |
| | |||||
* | fix mimetype detection using the 'file' command in some edge cases | Robin Appelman | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | reload the current url when login in instead of always redirecting to the ↵ | Robin Appelman | 2012-09-30 | 1 | -1/+2 |
| | | | | default app (oc-1873) | ||||
* | Fix a typo | Lukas Reschke | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Fallback for systems without openssl | Lukas Reschke | 2012-09-29 | 2 | -6/+29 |
| | |||||
* | mt_rand() is not secure from a cryptographic point of view, let's use ↵ | Lukas Reschke | 2012-09-29 | 1 | -1/+2 |
| | | | | openssl_random_pseudo_bytes() here | ||||
* | Removed sectoken | Lukas Reschke | 2012-09-29 | 2 | -8/+1 |
| | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
* | mt_rand() is not secure from a security point of view and predictable. Let's ↵ | Lukas Reschke | 2012-09-29 | 1 | -1/+3 |
| | | | | | | | use openssl_random_pseudo_bytes() instead. Before: 26 bits entropy After: 72 bits entropy | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-29 | 1 | -0/+24 |
| | |||||
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 4 | -3/+6 |
| |