Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Activate ACLs | Lukas Reschke | 2012-08-10 | 2 | -0/+7 |
| | |||||
* | Validate cookie properly and prevent auth bypass | Lukas Reschke | 2012-08-10 | 1 | -1/+1 |
| | | | | BIG (!) thanks to Julien CAYSSOL | ||||
* | Backgroundjobs: don't execute cron.php if owncloud has not been installed | Jakob Sack | 2012-08-10 | 1 | -0/+5 |
| | |||||
* | Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been ↵ | Jakob Sack | 2012-08-10 | 1 | -4/+6 |
| | | | | installed | ||||
* | Merge branch 'backgroundjobs' | Jakob Sack | 2012-08-10 | 12 | -1/+598 |
|\ | |||||
| * | Backgroundjobs: use correct var name in template | Jakob Sack | 2012-08-10 | 1 | -4/+4 |
| | | |||||
| * | Backgroundjobs: fix bugs in template | Jakob Sack | 2012-08-10 | 1 | -4/+4 |
| | | |||||
| * | Backgroundjobs: improve admin form | Jakob Sack | 2012-08-10 | 2 | -4/+5 |
| | | |||||
| * | Backgroundjobs: Add table to db_structure.xml | Jakob Sack | 2012-08-10 | 1 | -0/+52 |
| | | |||||
| * | Backgroundjobs: fix stupid bug | Jakob Sack | 2012-08-09 | 1 | -2/+3 |
| | | |||||
| * | Error handling works better now | Jakob Sack | 2012-08-09 | 1 | -12/+16 |
| | | |||||
| * | Backgroundjobs: Add reset counter in worker | Jakob Sack | 2012-08-09 | 1 | -2/+11 |
| | | |||||
| * | Backgroundjobs: Improve error handling in cron.php | Jakob Sack | 2012-08-09 | 1 | -0/+16 |
| | | |||||
| * | BackgroundJobs: fix bug | Jakob Sack | 2012-08-09 | 1 | -2/+2 |
| | | |||||
| * | Backgroundjobs: Forgot to require lib/base.php | Jakob Sack | 2012-08-09 | 1 | -0/+3 |
| | | |||||
| * | BackgroundJob: forgot to rename file | Jakob Sack | 2012-08-09 | 1 | -0/+0 |
| | | |||||
| * | Backgroundjobs: rename ScheduledTask to QueuedTask | Jakob Sack | 2012-08-09 | 3 | -45/+45 |
| | | |||||
| * | Add first version of backgroundjobs settings | Jakob Sack | 2012-08-09 | 3 | -1/+48 |
| | | |||||
| * | rename appconfig keys for backgroundjobs | Jakob Sack | 2012-08-09 | 3 | -11/+11 |
| | | |||||
| * | Fixed bug in OC_BackgroundJob_Worker | Jakob Sack | 2012-08-09 | 1 | -1/+1 |
| | | |||||
| * | Be more precise regarding backgroundjobs mode | Jakob Sack | 2012-08-09 | 2 | -3/+9 |
| | | |||||
| * | JavaScript file for activating web cron | Jakob Sack | 2012-08-09 | 1 | -0/+25 |
| | | |||||
| * | Add "cron.php" for background jobs. It is named cron.php because more people ↵ | Jakob Sack | 2012-08-09 | 1 | -0/+51 |
| | | | | | | | | will recognize the purpose of the file then. | ||||
| * | fix license text | Jakob Sack | 2012-08-09 | 3 | -10/+10 |
| | | |||||
| * | Add public interface to background jobs | Jakob Sack | 2012-08-09 | 1 | -0/+116 |
| | | |||||
| * | Renaming backgroundjobs on file system as well | Jakob Sack | 2012-08-09 | 3 | -0/+0 |
| | | |||||
| * | Rename Backgroundjobs to BackgroundJob | Jakob Sack | 2012-08-08 | 3 | -11/+10 |
| | | |||||
| * | Add initial version of backgroundjobs library | Jakob Sack | 2012-08-08 | 3 | -0/+267 |
| | | |||||
* | | Simplify loading app php script files | Bart Visscher | 2012-08-10 | 1 | -28/+16 |
| | | |||||
* | | Move login handling to OC class | Bart Visscher | 2012-08-10 | 2 | -28/+29 |
| | | |||||
* | | Remove checks before displaying login page | Bart Visscher | 2012-08-10 | 1 | -3/+1 |
| | | | | | | | | At that point the checks are already done before | ||||
* | | Always load when the requested file is css | Bart Visscher | 2012-08-10 | 1 | -11/+16 |
| | | |||||
* | | Move OC::loadfile and OC::loadapp next to OC::handleRequest | Bart Visscher | 2012-08-10 | 1 | -35/+35 |
| | | |||||
* | | Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequest | Bart Visscher | 2012-08-10 | 1 | -5/+5 |
| | | |||||
* | | Cleanup OC::loadfile | Bart Visscher | 2012-08-10 | 1 | -11/+21 |
| | | |||||
* | | Use OC_Util::displayLoginPage and cleanup the function | Bart Visscher | 2012-08-10 | 3 | -10/+18 |
| | | |||||
* | | Combine install checks in lib/base.php | Bart Visscher | 2012-08-10 | 1 | -19/+19 |
| | | |||||
* | | Check if webfinger is enabled | Lukas Reschke | 2012-08-10 | 2 | -1/+8 |
| | | |||||
* | | Used wrong class. | Thomas Tanghus | 2012-08-10 | 2 | -2/+2 |
| | | |||||
* | | XSRF checks | Lukas Reschke | 2012-08-10 | 1 | -0/+2 |
| | | |||||
* | | Removed unused file | Lukas Reschke | 2012-08-10 | 1 | -47/+0 |
| | | |||||
* | | Added XSRF check | Lukas Reschke | 2012-08-10 | 1 | -0/+1 |
| | | |||||
* | | Fixed 3 - THREE - errors in one method call :-P | Thomas Tanghus | 2012-08-09 | 1 | -3/+3 |
| | | |||||
* | | Sanitzing user input | Lukas Reschke | 2012-08-09 | 1 | -1/+1 |
| | | |||||
* | | LDAP: don't give Test Connection button red background on fail, it is ↵ | Arthur Schiwon | 2012-08-09 | 1 | -1/+0 |
| | | | | | | | | becoming unreadable | ||||
* | | Fix for broken Mail App in OSX Mountain Lion. ↵ | Thomas Tanghus | 2012-08-09 | 1 | -1/+4 |
| | | | | | | | | https://mail.kde.org/pipermail/owncloud/2012-August/004649.html | ||||
* | | remove debug code from calendar - thanks michael for pointing that out :) | Georg Ehrke | 2012-08-09 | 1 | -1/+0 |
| | | |||||
* | | add SabreDav 1.6.4 | Georg Ehrke | 2012-08-09 | 180 | -0/+25160 |
| | | |||||
* | | remove SabreDav 1.6.3 | Georg Ehrke | 2012-08-09 | 180 | -25055/+0 |
| | | |||||
* | | Change parameter name and update docs. | Thomas Tanghus | 2012-08-09 | 1 | -5/+6 |
| | |