summaryrefslogtreecommitdiffstats
path: root/files/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* file settings: let people set no more than upper boundary for file uploads, ↵Arthur Schiwon2012-04-131-0/+1
| | | | but they should can really go up to the limit
* make upload size settings work probably. do not replace whole .htaccess, ↵Arthur Schiwon2012-04-131-6/+7
| | | | only replace what is needed. Consistent, human readable input on admin settings page.
* always display config valuesArthur Schiwon2012-04-121-6/+8
| | | | don't change values unintentionally
* Config file is more appropriate hereArthur Schiwon2012-03-211-4/+4
| | | | adjust default value
* enable admin to turn off ZIP downloadsArthur Schiwon2012-03-191-0/+3
| | | | | | user interface offers multi-file/folder downloads only if available make function name more clear
* check if selected files for zip archive are not too largeArthur Schiwon2012-03-161-6/+12
| | | | offer config option
* make Files settings workArthur Schiwon2012-03-161-4/+4
|
* files: fix max filesize checkFlorian Pritz2011-09-241-1/+3
| | | | | | | php check both, upload_max_filesize and post_max_size, when uploading a file so we should do the same when figuring out the maximum size. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Move some common code to OC_UtilBart Visscher2011-09-181-6/+1
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* fix the getlink callsFrank Karlitschek2011-08-111-1/+1
|
* show settings page in the correct contextRobin Appelman2011-08-081-1/+1
|
* Renaming classes :-)Jakob Sack2011-07-291-5/+5
|
* Delete requires in applications where possibleJakob Sack2011-07-271-1/+0
|
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-1/+1
|
* Make max upload filesize configurable for apache hostsRobin Appelman2011-05-291-0/+11
|
* Everything nice and active nowJakob Sack2011-04-171-0/+1
|
* get rid of the oc_require and friendsRobin Appelman2011-04-161-1/+1
|
* Try to make owncloud working againJakob Sack2011-04-151-1/+1
|
* Beginning of some ajax features and an admin page for filesJakob Sack2011-03-031-0/+39