summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* dont show config option for file upload size if we cant write the new valueRobin Appelman2012-06-062-2/+4
|
* prevent creating files with a / the nameRobin Appelman2012-06-063-0/+13
|
* Use UID for cache key.Thomas Tanghus2012-06-051-1/+1
|
* Contacts: Use OC_Cache for contact photo handling instead of temp dir.Thomas Tanghus2012-06-057-124/+88
|
* show pictures in folder with special characters, e.g. '+'Bjoern Schiessle2012-06-051-1/+1
|
* xss vulnerability fixedBjoern Schiessle2012-06-051-3/+3
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-0524-131/+245
|\
| * Contacts: Cache standard photo less aggressivelyThomas Tanghus2012-06-051-1/+1
| |
| * comment out non working codeFrank Karlitschek2012-06-051-2/+3
| |
| * Tasks: styling fixesBart Visscher2012-06-041-4/+5
| |
| * Merge branch 'unstable'Bart Visscher2012-06-0414-90/+201
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| | * Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstableSam Tuke2012-05-223-0/+292
| | |\
| | | * Initial support for Amazon S3 storage backendMichael Gapczynski2012-05-163-0/+292
| | | |
| | * | made initial testing version of expireAll for version control \ngave some ↵Sam Tuke2012-05-164-31/+95
| | |/ | | | | | | | | | old vars new camelcase names
| | * added phpdoc commentSam Tuke2012-05-161-2/+5
| | |
| | * added recognition of which version is 'current' - which is currently live ↵Sam Tuke2012-05-163-20/+59
| | | | | | | | | | | | and in use on history page
| | * fixed some include path issuesSam Tuke2012-05-154-63/+25
| | | | | | | | | | | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
| | * fixed 'delete' label so it doesn't break translationsSam Tuke2012-05-151-1/+1
| | |
| | * Gallery: Use App storage instead of contructing our own pathBart Visscher2012-05-106-21/+20
| | |
| | * Whitespace fixesBart Visscher2012-05-102-22/+20
| | |
| | * Implement default functions in OC_User backendBart Visscher2012-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists
| * | Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-048-36/+37
| | | | | | | | | | | | | | | | | | Convert calendar and contacts import to use a caching system for storing the import progress percentage. OC_Cache can later be made smarter about storing values.
* | | xss vulnerability fixedBjoern Schiessle2012-06-051-3/+3
|/ /
* | prevent xss attacks by manipulating image file namesBjoern Schiessle2012-06-041-1/+1
| |
* | prevent xss attacks by manipulating text file namesBjoern Schiessle2012-06-041-1/+1
| |
* | Contacts: Make tmp file cleaup a bit safer.Thomas Tanghus2012-06-041-5/+1
| |
* | commited a bit too much beforeArthur Schiwon2012-06-041-1/+0
| |
* | Contacts: When editing photo on a newly created contact the name in the ↵Thomas Tanghus2012-06-041-0/+1
| | | | | | | | contact list was cleared.
* | Contacts: Temporary files weren't deleted if crop window was closed without ↵Thomas Tanghus2012-06-043-6/+59
| | | | | | | | saving.
* | LDAP: link to documentation on settings pageArthur Schiwon2012-06-041-1/+2
| |
* | Don't allow user to delete, rename and re-share the "Shared" directoryBjoern Schiessle2012-06-042-3/+5
| |
* | LDAP group backend: Set configured true when it is... fixe oc-887Arthur Schiwon2012-06-011-2/+2
| |
* | LDAP group backend: If a group filter is not configured, do not do anything. ↵Arthur Schiwon2012-06-011-0/+19
| | | | | | | | Fixes oc-867
* | correctly detect httpsFrank Karlitschek2012-06-011-1/+1
| |
* | don´t start a session here. I don´t think it´s needed. Let´s see if it ↵Frank Karlitschek2012-06-011-1/+1
| | | | | | | | breaks something
* | fix the breadcrumbFrank Karlitschek2012-05-311-2/+2
| |
* | more fixesFrank Karlitschek2012-05-311-2/+2
| |
* | more fixesFrank Karlitschek2012-05-311-9/+9
| | | | | | | | i don´t understand why this worked before.
* | use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-313-5/+5
| |
* | fix potential XSSGeorg Ehrke2012-05-312-2/+2
| |
* | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.Arthur Schiwon2012-05-313-5/+5
| |
* | Applied fix from kalassico for "Chiper text must be a string" bug ↵Sam Tuke2012-05-311-10/+17
| | | | | | | | (http://forum.owncloud.org/viewtopic.php?f=3&t=2586&p=5094)
* | LDAP: make queries compatible also with PostgreSQLArthur Schiwon2012-05-311-7/+12
| |
* | Remove OC_App::register functionBart Visscher2012-05-3112-46/+1
| | | | | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* | Calendar: small cleanup of import progress writingBart Visscher2012-05-311-24/+15
| |
* | Remove unused L10N variableBart Visscher2012-05-311-1/+0
| |
* | LDAP: fix wrong value for input typeArthur Schiwon2012-05-301-1/+1
| |
* | don´t hardcode /tmpFrank Karlitschek2012-05-305-6/+6
| |
* | Contacts: Rewrote import script.Thomas Tanghus2012-05-291-57/+26
| |
* | Initial support for Amazon S3 storage backendMichael Gapczynski2012-05-293-0/+292
| | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php