Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dont show config option for file upload size if we cant write the new value | Robin Appelman | 2012-06-06 | 2 | -2/+4 |
| | |||||
* | prevent creating files with a / the name | Robin Appelman | 2012-06-06 | 3 | -0/+13 |
| | |||||
* | Use UID for cache key. | Thomas Tanghus | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Contacts: Use OC_Cache for contact photo handling instead of temp dir. | Thomas Tanghus | 2012-06-05 | 7 | -124/+88 |
| | |||||
* | show pictures in folder with special characters, e.g. '+' | Bjoern Schiessle | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | xss vulnerability fixed | Bjoern Schiessle | 2012-06-05 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-05 | 24 | -131/+245 |
|\ | |||||
| * | Contacts: Cache standard photo less aggressively | Thomas Tanghus | 2012-06-05 | 1 | -1/+1 |
| | | |||||
| * | comment out non working code | Frank Karlitschek | 2012-06-05 | 1 | -2/+3 |
| | | |||||
| * | Tasks: styling fixes | Bart Visscher | 2012-06-04 | 1 | -4/+5 |
| | | |||||
| * | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 14 | -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 unstable | Sam Tuke | 2012-05-22 | 3 | -0/+292 |
| | |\ | |||||
| | | * | Initial support for Amazon S3 storage backend | Michael Gapczynski | 2012-05-16 | 3 | -0/+292 |
| | | | | |||||
| | * | | made initial testing version of expireAll for version control \ngave some ↵ | Sam Tuke | 2012-05-16 | 4 | -31/+95 |
| | |/ | | | | | | | | | | old vars new camelcase names | ||||
| | * | added phpdoc comment | Sam Tuke | 2012-05-16 | 1 | -2/+5 |
| | | | |||||
| | * | added recognition of which version is 'current' - which is currently live ↵ | Sam Tuke | 2012-05-16 | 3 | -20/+59 |
| | | | | | | | | | | | | and in use on history page | ||||
| | * | fixed some include path issues | Sam Tuke | 2012-05-15 | 4 | -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 translations | Sam Tuke | 2012-05-15 | 1 | -1/+1 |
| | | | |||||
| | * | Gallery: Use App storage instead of contructing our own path | Bart Visscher | 2012-05-10 | 6 | -21/+20 |
| | | | |||||
| | * | Whitespace fixes | Bart Visscher | 2012-05-10 | 2 | -22/+20 |
| | | | |||||
| | * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists | ||||
| * | | Calendar & Contacts: Store import progress in OC_Cache | Bart Visscher | 2012-06-04 | 8 | -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 fixed | Bjoern Schiessle | 2012-06-05 | 1 | -3/+3 |
|/ / | |||||
* | | prevent xss attacks by manipulating image file names | Bjoern Schiessle | 2012-06-04 | 1 | -1/+1 |
| | | |||||
* | | prevent xss attacks by manipulating text file names | Bjoern Schiessle | 2012-06-04 | 1 | -1/+1 |
| | | |||||
* | | Contacts: Make tmp file cleaup a bit safer. | Thomas Tanghus | 2012-06-04 | 1 | -5/+1 |
| | | |||||
* | | commited a bit too much before | Arthur Schiwon | 2012-06-04 | 1 | -1/+0 |
| | | |||||
* | | Contacts: When editing photo on a newly created contact the name in the ↵ | Thomas Tanghus | 2012-06-04 | 1 | -0/+1 |
| | | | | | | | | contact list was cleared. | ||||
* | | Contacts: Temporary files weren't deleted if crop window was closed without ↵ | Thomas Tanghus | 2012-06-04 | 3 | -6/+59 |
| | | | | | | | | saving. | ||||
* | | LDAP: link to documentation on settings page | Arthur Schiwon | 2012-06-04 | 1 | -1/+2 |
| | | |||||
* | | Don't allow user to delete, rename and re-share the "Shared" directory | Bjoern Schiessle | 2012-06-04 | 2 | -3/+5 |
| | | |||||
* | | LDAP group backend: Set configured true when it is... fixe oc-887 | Arthur Schiwon | 2012-06-01 | 1 | -2/+2 |
| | | |||||
* | | LDAP group backend: If a group filter is not configured, do not do anything. ↵ | Arthur Schiwon | 2012-06-01 | 1 | -0/+19 |
| | | | | | | | | Fixes oc-867 | ||||
* | | correctly detect https | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
| | | |||||
* | | don´t start a session here. I don´t think it´s needed. Let´s see if it ↵ | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
| | | | | | | | | breaks something | ||||
* | | fix the breadcrumb | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
| | | |||||
* | | more fixes | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
| | | |||||
* | | more fixes | Frank Karlitschek | 2012-05-31 | 1 | -9/+9 |
| | | | | | | | | i don´t understand why this worked before. | ||||
* | | use our own serverHost call so that ownCloud works with reverse proxy servers | Frank Karlitschek | 2012-05-31 | 3 | -5/+5 |
| | | |||||
* | | fix potential XSS | Georg Ehrke | 2012-05-31 | 2 | -2/+2 |
| | | |||||
* | | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense. | Arthur Schiwon | 2012-05-31 | 3 | -5/+5 |
| | | |||||
* | | Applied fix from kalassico for "Chiper text must be a string" bug ↵ | Sam Tuke | 2012-05-31 | 1 | -10/+17 |
| | | | | | | | | (http://forum.owncloud.org/viewtopic.php?f=3&t=2586&p=5094) | ||||
* | | LDAP: make queries compatible also with PostgreSQL | Arthur Schiwon | 2012-05-31 | 1 | -7/+12 |
| | | |||||
* | | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 12 | -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 writing | Bart Visscher | 2012-05-31 | 1 | -24/+15 |
| | | |||||
* | | Remove unused L10N variable | Bart Visscher | 2012-05-31 | 1 | -1/+0 |
| | | |||||
* | | LDAP: fix wrong value for input type | Arthur Schiwon | 2012-05-30 | 1 | -1/+1 |
| | | |||||
* | | don´t hardcode /tmp | Frank Karlitschek | 2012-05-30 | 5 | -6/+6 |
| | | |||||
* | | Contacts: Rewrote import script. | Thomas Tanghus | 2012-05-29 | 1 | -57/+26 |
| | | |||||
* | | Initial support for Amazon S3 storage backend | Michael Gapczynski | 2012-05-29 | 3 | -0/+292 |
| | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php |