Morris Jobke
|
57ef089aac
|
drop allowZIPdownload and maxZIPSize as options
|
2014-06-02 16:29:03 +02:00 |
Lukas Reschke
|
6c882d9806
|
Remove outdated comments
|
2013-01-26 14:03:17 +01:00 |
Thomas Mueller
|
a3206b4e97
|
only show the max possible upload of 2GB on a 32 bit system.
for a 64 bit system we have no such limitation
refs #856
Conflicts:
apps/files/templates/admin.php
|
2012-12-28 22:17:38 +01:00 |
Thomas Mueller
|
7b72424a39
|
Revert "fixed max possible upload size for files app in admin screen"
This reverts commit 7f2208b9a1 .
Conflicts:
apps/files/admin.php
|
2012-12-28 22:14:32 +01:00 |
Jörn Friedrich Dreyer
|
3b83fe1530
|
fix checkstyle for files app
|
2012-11-29 18:33:15 +01:00 |
Lukas Reschke
|
d9e9761099
|
Fix a typo
|
2012-11-02 00:16:40 +01:00 |
Lukas Reschke
|
0f02b7dea6
|
Add CSRF token
|
2012-11-02 00:09:28 +01:00 |
Bart Visscher
|
4af5b016cc
|
Whitespace cleanup
|
2012-10-14 21:04:08 +02:00 |
Michael Göhler
|
7f2208b9a1
|
fixed max possible upload size for files app in admin screen
used get_cfg_var() to get the real limit from php.ini instead of .ht_access
dont know why we used PHP_INT_MAX here...
|
2012-10-07 00:31:07 +02:00 |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
2012-09-07 15:22:01 +02:00 |
Bart Visscher
|
0e58800016
|
Whitespace fixes in apps
|
2012-08-29 20:29:43 +02:00 |
Robin Appelman
|
a3c1f70be4
|
dont show config option for file upload size if we cant write the new value
|
2012-06-06 00:24:15 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Frank Karlitschek
|
1945cd6946
|
ported the oc_template class
|
2012-05-06 23:00:36 +02:00 |
Frank Karlitschek
|
8e99475886
|
first part of the config stuff
|
2012-05-02 13:28:56 +02:00 |
Frank Karlitschek
|
2fe646dcec
|
ported the oc_app calls
|
2012-05-02 00:50:26 +02:00 |
Frank Karlitschek
|
93b63cf375
|
ported the rest of the OC_Helper calls
|
2012-05-02 00:20:45 +02:00 |
Frank Karlitschek
|
31e32e3c10
|
ported checkLoggedIn and checkAdmin
|
2012-05-01 22:59:38 +02:00 |
Georg Ehrke
|
b44bc9f4b2
|
remove require once lib base in some more files
|
2012-04-18 17:42:11 +02:00 |
Georg Ehrke
|
45de7ad221
|
move files to app folder
|
2012-04-18 17:27:34 +02:00 |