Frank Karlitschek
a945fa10a6
update copyright
13 years ago
Thomas Mueller
bda2dbec1f
Prevent Clickjacking by adding additional headers:
...
header('X-Frame-Options: Sameorigin');
header('X-XSS-Protection: 1; mode=block');
header('X-Content-Type-Options: nosniff');
Thanks to Lukas Reschke for reporting this issue (and many more).
13 years ago
Georg Ehrke
ebcaa46482
fix loading of css files that are core related
13 years ago
Georg Ehrke
3f64eb25ab
some fixes fore movable apps
13 years ago
Jan-Christoph Borchardt
7ddd043427
renamed extention to extension, also now only showing lowercase
13 years ago
Robin Appelman
b1bcc60d83
reuse OC_L10N objects
13 years ago
Bart Visscher
632b3cbbbb
Cleanup the template code for redundant code
13 years ago
Frank Karlitschek
5e9d268c21
never try to load an non existing template,css,img.
...
do propper checking, error reporting and motivate the developerto fix it ;-)
13 years ago
Frank Karlitschek
5943af17e7
spaces -> tabs
...
Thanks to Jakob for reminding me
13 years ago
Frank Karlitschek
ab96fa67c8
first part of the abstraction work of the apps folder. more to come
13 years ago
Frank Karlitschek
a62e109e8c
make the location of the 3rdparty folder flexible.
...
It´s automatically search in the owncloud folder and in the parent folder.
override with an option in config.php is also possible
13 years ago
Bart Visscher
a25bda8e41
Add application name to title
13 years ago
Frank Karlitschek
340b6bf3ad
add themeing support and support for autoselection of mobile/tablet and standalone css/jss files and templates
13 years ago
Tom Needham
dd7a411f9a
Disable save button while saving. Streamlined code.
14 years ago
Bart Visscher
43911d9a6f
Template: output better html for select options
14 years ago
Bart Visscher
ef124c3e21
Use a function to generate select options
14 years ago
Robin Appelman
595b13f1e0
prevent the remaining ob_clean related errors
14 years ago
Bart Visscher
82c7598861
Remove global vars and use the OC static version.
...
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
14 years ago
Côme BERNIGAUD
b92603b3fd
Translation for date column
14 years ago
Jan-Christoph Borchardt
d9aae20003
more valid HTML, alt attributes, refactored pagenavi etc.
14 years ago
Jan-Christoph Borchardt
05f3910718
moved search box directly to template
14 years ago
Jakob Sack
4b967a9414
Minor improvements
14 years ago
Robin Appelman
d1d47eb5eb
do proper styling for settings pages
14 years ago
Robin Appelman
e6f6d3dabc
dont use a different navigation page for settings stuff
14 years ago
Jakob Sack
d9ccbe96dd
fix template.php ;-)
14 years ago
Jakob Sack
5f7c040ec0
Add principals, minor changes in base.php
14 years ago
Robin Appelman
faf6c0e8e1
fix some forgotten quotes around strings
14 years ago
Jan-Christoph Borchardt
6d5cb13018
fixed relative time calculation
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Jakob Sack
2ff8d7a8bc
One class per file!
14 years ago
Jan-Christoph Borchardt
f1616b0e62
implemented relative file size and coloring
14 years ago
Jan-Christoph Borchardt
e3fd72dc16
introducing simple file size, only MB as unit, details on hover
14 years ago
Robin Appelman
155f62bcf6
allow plugins/apps to add custom headers to all pages
14 years ago
Robin Appelman
4d11e920be
provide an option to add custom elements to the header of templates
14 years ago
Jakob Sack
91c37bbb76
moved core stuff to /core
14 years ago
Jakob Sack
baa00a589f
l10n added
14 years ago
Robin Appelman
7d3ae7ae9b
fix settings page for non-admin users
14 years ago
Robin Appelman
b7aba15f17
add search functionality, for now only searches files but plugins/apps can extend that
14 years ago
Robin Appelman
08cfe4b6ff
stylesheets have .css as extention, not .js
14 years ago
Robin Appelman
3e47ce3cef
properly load css and js files for apps
14 years ago
Jakob Sack
47223ae2d9
Working subnavigation
14 years ago
Jakob Sack
f2e37e0018
Completely removing personalMenu
14 years ago
Jakob Sack
af1e48df80
Changes in the user experience
14 years ago
Jakob Sack
16e4a1dd17
Fix template.php
14 years ago
Jakob Sack
f36f453dd2
apps are now stored in /apps
14 years ago
Robin Appelman
0f494970d1
Fix a couple of minor coding errors
14 years ago
Jakob Sack
a3070405d9
OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring
14 years ago
Jakob Sack
94b405b64f
Make it possible to use several datadirs.
...
This could be useful if the user does not want his gallery images on the webdav storage.
14 years ago
Jakob Sack
61ffa182ee
Application "files" is able to list the files again, start of splitting css files
14 years ago
Jakob Sack
e5ea0a3daa
Added helper for filesize, fixed wrong name for mimetypeIcon()
14 years ago