summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Expand)AuthorAgeFilesLines
* Fix a dirty function preventing showing errorsBrice Maron2012-12-031-14/+10
* A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-241-0/+15
* fix translation issues with previous commitAlessandro Cosentino2012-11-131-3/+3
* uncomment hours entries in relative date functionsAlessandro Cosentino2012-11-131-2/+2
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Merge pull request #238 from fmms/checkstyle04Thomas Müller2012-11-041-6/+6
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-4/+4
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-2/+2
* | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke2012-11-041-2/+0
|\ \ | |/ |/|
| * Create only one CSRF token per sessionLukas Reschke2012-10-311-2/+0
* | Checkstyle: many fixesFelix Moeller2012-11-021-5/+5
|/
* added functions for printing escaped and unescaped valuesBernhard Posselt2012-10-281-0/+16
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-2/+2
* Correct indentationLukas Reschke2012-10-101-3/+5
* always generate access token, also for forms shown to anonymous users (e.g. p...Björn Schießle2012-10-051-4/+2
* Fix to preserve backward compatibility for apps creating static links contain...Christian Reiner2012-09-281-0/+8
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-6/+0
* fix some more phpdocRobin Appelman2012-09-231-46/+45
* fix translation for core/lostpasswordscambra2012-09-211-1/+2
* adding space between) and {Thomas Mueller2012-09-071-40/+40
* Add args parameter to linkTo(Absolute) function, to append the args automaticlyBart Visscher2012-09-031-2/+3
* fix translations within subfolder /libThomas Mueller2012-08-301-1/+1
* Space before tab fixesBart Visscher2012-08-291-2/+2
* Whitespace fixes in libBart Visscher2012-08-291-5/+5
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-142/+58
|\
| * fix unused variablesRobin Appelman2012-07-201-1/+0
| * Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-168/+41
| |\
| | * removing sanitizeHTML() function from template.php since I moved it to util.phpBjoern Schiessle2012-06-191-11/+0
| | * use new sanitize HTML functionBjoern Schiessle2012-06-191-7/+1
| | * Force sanitize function to use UTF8 (for php lower than 5.4)Brice Maron2012-06-181-1/+1
| | * Move page layout handling to its own classBart Visscher2012-06-181-127/+3
| | * Move formfactor code to OC_TemplateBart Visscher2012-06-181-0/+37
| * | Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-16/+39
| |\|
| | * Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-06-131-15/+34
| | |\
| | | * Make some apps compatibleLukas Reschke2012-06-111-9/+7
| | | * Check for stringLukas Reschke2012-06-111-14/+2
| | | * Some updates...Lukas Reschke2012-06-111-14/+28
| | | * Handling arraysLukas Reschke2012-06-111-1/+16
| | | * RevertLukas Reschke2012-06-111-33/+18
| | | * First try of implementing assignHTMLLukas Reschke2012-06-111-14/+33
| | * | Added JSON methods for CSRF prevention. Make request token accessible from te...Thomas Tanghus2012-06-131-0/+4
| | |/
| * | Change parameter 'web' to 'url' and take array of array in config instead of ...Brice Maron2012-06-071-4/+4
| * | Change app path logic in templatesBrice Maron2012-06-061-0/+5
| * | Correct css file inclusionBrice Maron2012-06-061-2/+8
| * | Unit path and webpath, correct some moreBrice Maron2012-06-061-4/+4
| * | First almost working versionBrice Maron2012-06-061-41/+53
| |/
| * Merge branch 'unstable'Bart Visscher2012-06-041-4/+6
| |\
| | * Fix empty jsfiles and cssfiles in layout templateBart Visscher2012-05-161-0/+2
| | * Template: Fix var nameBart Visscher2012-05-161-1/+1
| | * Template: Make getFormFactorExtension function publicBart Visscher2012-05-161-3/+3