Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file settings: let people set no more than upper boundary for file uploads, ↵ | Arthur Schiwon | 2012-04-13 | 1 | -0/+1 |
| | | | | but they should can really go up to the limit | ||||
* | make upload size settings work probably. do not replace whole .htaccess, ↵ | Arthur Schiwon | 2012-04-13 | 1 | -6/+7 |
| | | | | only replace what is needed. Consistent, human readable input on admin settings page. | ||||
* | always display config values | Arthur Schiwon | 2012-04-12 | 1 | -6/+8 |
| | | | | don't change values unintentionally | ||||
* | Config file is more appropriate here | Arthur Schiwon | 2012-03-21 | 1 | -4/+4 |
| | | | | adjust default value | ||||
* | enable admin to turn off ZIP downloads | Arthur Schiwon | 2012-03-19 | 1 | -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 large | Arthur Schiwon | 2012-03-16 | 1 | -6/+12 |
| | | | | offer config option | ||||
* | make Files settings work | Arthur Schiwon | 2012-03-16 | 1 | -4/+4 |
| | |||||
* | files: fix max filesize check | Florian Pritz | 2011-09-24 | 1 | -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_Util | Bart Visscher | 2011-09-18 | 1 | -6/+1 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | fix the getlink calls | Frank Karlitschek | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | show settings page in the correct context | Robin Appelman | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -5/+5 |
| | |||||
* | Delete requires in applications where possible | Jakob Sack | 2011-07-27 | 1 | -1/+0 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Make max upload filesize configurable for apache hosts | Robin Appelman | 2011-05-29 | 1 | -0/+11 |
| | |||||
* | Everything nice and active now | Jakob Sack | 2011-04-17 | 1 | -0/+1 |
| | |||||
* | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Try to make owncloud working again | Jakob Sack | 2011-04-15 | 1 | -1/+1 |
| | |||||
* | Beginning of some ajax features and an admin page for files | Jakob Sack | 2011-03-03 | 1 | -0/+39 |