summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-1283-563/+1561
|
* Backgroundjobs: Fix templateJakob Sack2012-08-121-3/+3
|
* Backgroundjobs: interface improvementsJakob Sack2012-08-122-6/+7
|
* Add type text to new user, fixes display issueMichael Gapczynski2012-08-111-1/+1
|
* Use limit and offset for subadmin usersMichael Gapczynski2012-08-112-3/+3
|
* Add search, limit, offset parameters to usersInGroups()Michael Gapczynski2012-08-116-15/+20
|
* Change limit parameter in OC_User as wellMichael Gapczynski2012-08-111-1/+1
|
* Start with 30 users, this fills my screenMichael Gapczynski2012-08-111-1/+1
|
* Make getting all users and groups the defaultMichael Gapczynski2012-08-1111-13/+21
|
* Add infinite scrolling to Settings -> Users, still a little buggyMichael Gapczynski2012-08-113-68/+163
|
* Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-119-29/+26
|
* Cast subadmin groups as stringsMichael Gapczynski2012-08-111-1/+1
|
* This is unnessecary because we already run htmlentities() over the template ↵Lukas Reschke2012-08-111-1/+1
| | | | engine
* Backgroundjobs: Fix bug in admin interfaceJakob Sack2012-08-111-1/+1
|
* bump version to reate new tablesJakob Sack2012-08-111-1/+1
|
* Backgroundjobs: cron.php now checks for mode=="none"Jakob Sack2012-08-111-0/+12
|
* Revert "Combine install checks in lib/base.php"Lukas Reschke2012-08-111-19/+19
| | | | This reverts commit aa9fbf6639e2ce2fa2e8549d2d82d54a745d5327.
* Check blacklist when renaming filesMichael Gapczynski2012-08-112-3/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-11241-9000/+16765
|
* Following the code guidelines makes Michael happy :-)Lukas Reschke2012-08-102-2/+6
|
* Disable listening, instead checking the ACL to prevent DoSLukas Reschke2012-08-102-13/+9
|
* Activate ACLsLukas Reschke2012-08-102-0/+7
|
* Validate cookie properly and prevent auth bypassLukas Reschke2012-08-101-1/+1
| | | | BIG (!) thanks to Julien CAYSSOL
* Backgroundjobs: don't execute cron.php if owncloud has not been installedJakob Sack2012-08-101-0/+5
|
* Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been ↵Jakob Sack2012-08-101-4/+6
| | | | installed
* Merge branch 'backgroundjobs'Jakob Sack2012-08-1012-1/+598
|\
| * Backgroundjobs: use correct var name in templateJakob Sack2012-08-101-4/+4
| |
| * Backgroundjobs: fix bugs in templateJakob Sack2012-08-101-4/+4
| |
| * Backgroundjobs: improve admin formJakob Sack2012-08-102-4/+5
| |
| * Backgroundjobs: Add table to db_structure.xmlJakob Sack2012-08-101-0/+52
| |
| * Backgroundjobs: fix stupid bugJakob Sack2012-08-091-2/+3
| |
| * Error handling works better nowJakob Sack2012-08-091-12/+16
| |
| * Backgroundjobs: Add reset counter in workerJakob Sack2012-08-091-2/+11
| |
| * Backgroundjobs: Improve error handling in cron.phpJakob Sack2012-08-091-0/+16
| |
| * BackgroundJobs: fix bugJakob Sack2012-08-091-2/+2
| |
| * Backgroundjobs: Forgot to require lib/base.phpJakob Sack2012-08-091-0/+3
| |
| * BackgroundJob: forgot to rename fileJakob Sack2012-08-091-0/+0
| |
| * Backgroundjobs: rename ScheduledTask to QueuedTaskJakob Sack2012-08-093-45/+45
| |
| * Add first version of backgroundjobs settingsJakob Sack2012-08-093-1/+48
| |
| * rename appconfig keys for backgroundjobsJakob Sack2012-08-093-11/+11
| |
| * Fixed bug in OC_BackgroundJob_WorkerJakob Sack2012-08-091-1/+1
| |
| * Be more precise regarding backgroundjobs modeJakob Sack2012-08-092-3/+9
| |
| * JavaScript file for activating web cronJakob Sack2012-08-091-0/+25
| |
| * Add "cron.php" for background jobs. It is named cron.php because more people ↵Jakob Sack2012-08-091-0/+51
| | | | | | | | will recognize the purpose of the file then.
| * fix license textJakob Sack2012-08-093-10/+10
| |
| * Add public interface to background jobsJakob Sack2012-08-091-0/+116
| |
| * Renaming backgroundjobs on file system as wellJakob Sack2012-08-093-0/+0
| |
| * Rename Backgroundjobs to BackgroundJobJakob Sack2012-08-083-11/+10
| |
| * Add initial version of backgroundjobs libraryJakob Sack2012-08-083-0/+267
| |
* | Simplify loading app php script filesBart Visscher2012-08-101-28/+16
| |