Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Move isUserVerified to OC_Util | Lukas Reschke | 2012-10-16 | 1 | -0/+12 |
| | |||||
* | Fix PHP notice | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Use /dev/urandom instead of /dev/random | Lukas Reschke | 2012-10-15 | 1 | -4/+4 |
| | | | | The usage of /dev/urandom is enough secure | ||||
* | Check if $_Post | Lukas Reschke | 2012-10-15 | 1 | -2/+4 |
| | |||||
* | Verify password page for users | Lukas Reschke | 2012-10-15 | 1 | -0/+19 |
| | |||||
* | Correct formatting | Lukas Reschke | 2012-10-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #30 from visit1985/logonpage | Lukas Reschke | 2012-10-15 | 1 | -2/+4 |
|\ | | | | | extend logon page to display multiple error messages | ||||
| * | extend logon page to display multiple error messages | Michael Göhler | 2012-10-14 | 1 | -2/+4 |
| | | |||||
* | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -10/+10 |
| | | |||||
* | | Show a warning in the installer if no secure RNG is available | Lukas Reschke | 2012-10-14 | 1 | -0/+24 |
| | | |||||
* | | Fallback to /dev/random if openssl_random_pseudo_bytes not available | Lukas Reschke | 2012-10-14 | 1 | -6/+14 |
| | | |||||
* | | check if directory already exist before executing mkdir | Björn Schießle | 2012-10-12 | 1 | -0/+2 |
|/ | |||||
* | whitespace fixes | Bart Visscher | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | marks as 5.0 pre alpha | Frank Karlitschek | 2012-10-10 | 1 | -2/+2 |
| |