Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing indent | Thomas Mueller | 2013-01-03 | 1 | -94/+94 |
| | |||||
* | Update lib/util.php | irgsmirx | 2012-12-20 | 1 | -8/+21 |
| | | | getUrlContent should take proxy setting into consideration when not using curl, as well | ||||
* | call it "proxy" instead of "curlproxy" | root | 2012-12-19 | 1 | -4/+4 |
| | | | | | Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-) | ||||
* | make it more readable as deepdiver suggested | Frank Karlitschek | 2012-12-19 | 1 | -2/+6 |
| | |||||
* | add curl proxy support. Fixes #504 | Frank Karlitschek | 2012-12-19 | 1 | -27/+28 |
| | | | | https://github.com/owncloud/core/issues/504 | ||||
* | Merge pull request #961 from owncloud/check_locale | Frank Karlitschek | 2012-12-19 | 1 | -0/+12 |
|\ | | | | | add a check and a warning if setlocale is working | ||||
| * | add a check and a warning if setlocale is working | Frank Karlitschek | 2012-12-19 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #868 from owncloud/new_doc_system | Frank Karlitschek | 2012-12-19 | 1 | -30/+1 |
|\ \ | |/ |/| | New doc system | ||||
| * | remove PgeNavi. It's no longer used | Frank Karlitschek | 2012-12-13 | 1 | -30/+1 |
| | | |||||
* | | More style fixes | Bart Visscher | 2012-12-15 | 1 | -2/+1 |
| | | |||||
* | | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 1 | -29/+29 |
|/ | |||||
* | Merge pull request #182 from owncloud/fix-redirect | Bart Visscher | 2012-12-07 | 1 | -6/+4 |
|\ | | | | | Make the redirect_url working again | ||||
| * | Fix warning about redirect_url not set | Bart Visscher | 2012-12-07 | 1 | -1/+1 |
| | | |||||
| * | Make the redirect_url working again | Lukas Reschke | 2012-10-31 | 1 | -6/+4 |
| | | | | | | | | Fixes #160 | ||||
* | | add function to safely end output buffering | Robin Appelman | 2012-11-29 | 1 | -3/+12 |
| | | |||||
* | | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in getUrlContent fix #514 | Brice Maron | 2012-11-19 | 1 | -1/+1 |
| | | |||||
* | | Little case fix | Brice Maron | 2012-11-17 | 1 | -1/+1 |
| | | |||||
* | | Add User agent when OC does a request | Brice Maron | 2012-11-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #375 from tdevos/master | Thomas Müller | 2012-11-17 | 1 | -0/+39 |
|\ \ | | | | | | | Use curl to get remote file content | ||||
| * | | Remove parentheses in return, modify description, and fix a mistake | thomas | 2012-11-15 | 1 | -3/+3 |
| | | | |||||
| * | | change and transfert getUrlContent | thomas | 2012-11-14 | 1 | -0/+39 |
| | | | |||||
* | | | Bump version to trigger update. | Thomas Tanghus | 2012-11-13 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed new checkstyle issues in util.php from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -2/+2 |
| | | | |||||
* | | | add a check and a warning if the ownClodu server is not able to establish ↵ | Frank Karlitschek | 2012-11-08 | 1 | -0/+27 |
|/ / | | | | | | | http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why. | ||||
* | | Checkstyle: Fix the last two SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #238 from fmms/checkstyle04 | Thomas Müller | 2012-11-04 | 1 | -19/+19 |
|\ \ | | | | | | | Checkstyle fixes | ||||
| * | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -19/+19 |
| | | | |||||
* | | | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSession | Lukas Reschke | 2012-11-04 | 1 | -23/+6 |
|\ \ \ | |/ / |/| | | Just one CSRF token per session | ||||
| * | | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -23/+6 |
| |/ | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear. | ||||
* / | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -3/+3 |
|/ | |||||
* | Generate only one CSRF token | Lukas Reschke | 2012-10-29 | 1 | -31/+19 |
| | |||||
* | Fix a typo | Lukas Reschke | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -26/+26 |
| | | | | first in new branch | ||||
* | check if RUNTIME_NOAPPS is set before using it | Arthur Schiwon | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | make sure all filesystem apps are loaded when setupFS is proceeded, to make ↵ | Arthur Schiwon | 2012-10-28 | 1 | -0/+5 |
| | | | | sure the emmited setup-hook is received. Fixes #89 | ||||
* | remove whitespaces, no code change | Arthur Schiwon | 2012-10-28 | 1 | -4/+4 |
| | |||||
* | possible fix for bombarding the server with the htaccess test during setup | Robin Appelman | 2012-10-26 | 1 | -16/+21 |
| | |||||
* | Check for iconv | Lukas Reschke | 2012-10-25 | 1 | -1/+4 |
| | |||||
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -4/+4 |
| | | | | This is for all LowerCaseConstant warnings | ||||
* | Correct a first issue Checkstyle is complaining about ... | Felix Moeller | 2012-10-22 | 1 | -1/+1 |
| | | | | This is BracketsNotRequired | ||||
* | Disable enhancedauth by default | Lukas Reschke | 2012-10-22 | 1 | -3/+3 |
| | | | | Admins can still enable it via config.php | ||||
* | add parameter to specify user for which OC_Filesystem should be initialized. | Björn Schießle | 2012-10-22 | 1 | -1/+1 |
| | | | | (needed to share files via public links where no user is logged in) | ||||
* | load system wide configured mount points before accessing shared files | Björn Schießle | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | check for mount points if file was shared from a different user | Björn Schießle | 2012-10-18 | 1 | -15/+22 |
| | |||||
* | Use strftime to format date with translated month names | scambra | 2012-10-16 | 1 | -2/+2 |
| | |||||
* | Make enhanced auth configurable | Lukas Reschke | 2012-10-16 | 1 | -11/+15 |
| | |||||
* | Set a standard value for enhanced auth time | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Make enhanced auth time configurable | Lukas Reschke | 2012-10-16 | 1 | -4/+3 |
| |