| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix the breadcrumb | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
* | fix oc-780 | Frank Karlitschek | 2012-05-31 | 2 | -2/+2 |
* | more fixes | Frank Karlitschek | 2012-05-31 | 1 | -9/+9 |
* | someone broke this completely. Hope it works again. Please check your apache ... | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
* | Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4 | Frank Karlitschek | 2012-05-31 | 2 | -2/+2 |
|\ |
|
| * | fix potential XSS | Georg Ehrke | 2012-05-31 | 2 | -2/+2 |
* | | use our own serverHost call so that ownCloud works with reverse proxy servers | Frank Karlitschek | 2012-05-31 | 7 | -13/+15 |
|/ |
|
* | LDAP: make queries compatible also with PostgreSQL | Arthur Schiwon | 2012-05-31 | 1 | -7/+12 |
* | fix for pgsql database migration | Robin Appelman | 2012-05-31 | 1 | -0/+3 |
* | LDAP: fix wrong value for input type | Arthur Schiwon | 2012-05-30 | 1 | -1/+1 |
* | LDAP: support for 'member' as group-member-association | Arthur Schiwon | 2012-05-30 | 2 | -2/+3 |
* | donĀ“t hardcode /tmp | Frank Karlitschek | 2012-05-30 | 7 | -8/+8 |
* | mark as 4.0.1 pre | Frank Karlitschek | 2012-05-29 | 1 | -1/+1 |
* | Restrict requested app to apps directory | Michael Gapczynski | 2012-05-29 | 1 | -1/+1 |
* | Contacts: NOTE wasn't saved properly. | Thomas Tanghus | 2012-05-29 | 1 | -6/+3 |
* | fix status | Georg Ehrke | 2012-05-29 | 1 | -9/+5 |
* | Correct typo in last_insert_id for calendar and pg fix #oc-731 | Brice Maron | 2012-05-28 | 1 | -1/+1 |
* | Set table prefix if not set in postgresql install | Brice Maron | 2012-05-28 | 1 | -1/+1 |
* | Contacts: Fix XSS. | Thomas Tanghus | 2012-05-28 | 1 | -2/+2 |
* | Contacts: Double check XSS. | Thomas Tanghus | 2012-05-28 | 1 | -1/+1 |
* | Please don't tell me I did that :-P | Thomas Tanghus | 2012-05-28 | 1 | -1/+1 |
* | add urlencode for caldav link | Georg Ehrke | 2012-05-28 | 1 | -0/+1 |
* | allow longer paths for gallery | Robin Appelman | 2012-05-26 | 2 | -4/+4 |
* | check during ownCloud upgrade if all the installed apps are compatible with t... | Frank Karlitschek | 2012-05-26 | 2 | -5/+36 |
* | fix share for users with a point within their name | Georg Ehrke | 2012-05-26 | 1 | -3/+4 |
* | Add HEAD request management for files ajax/download.php | Brice Maron | 2012-05-25 | 2 | -2/+8 |
* | Fix private link sharing via email, fix for bug oc-750 | Michael Gapczynski | 2012-05-23 | 1 | -1/+0 |
* | use UTC instead of Berlin as default | Frank Karlitschek | 2012-05-24 | 1 | -1/+1 |
* | Correct small style problem with task app fix #oc-689 | Brice Maron | 2012-05-23 | 1 | -1/+1 |
* | add a ldap encryption warning | Frank Karlitschek | 2012-05-22 | 1 | -1/+1 |
* | Contacts: Backport XSS fix. | Thomas Tanghus | 2012-05-21 | 1 | -0/+3 |
* | dont throw errors when apps dont have types configured | Robin Appelman | 2012-05-20 | 1 | -1/+5 |
* | files app is always enabled | Robin Appelman | 2012-05-20 | 1 | -1/+1 |
* | add a warning | Frank Karlitschek | 2012-05-20 | 1 | -1/+1 |
* | 4 | Frank Karlitschek | 2012-05-19 | 1 | -1/+1 |
* | Make sure sharing and versions dropdowns come down in the same location for a...v4.0.0 | Michael Gapczynski | 2012-05-19 | 1 | -1/+1 |
* | some fixes for contacts, gallery and openid | Georg Ehrke | 2012-05-19 | 3 | -6/+0 |
* | fix for calendar | Georg Ehrke | 2012-05-19 | 1 | -2/+1 |
* | getStorage belongs to files not to apps. | Frank Karlitschek | 2012-05-19 | 4 | -11/+11 |
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 9 | -1/+25 |
* | Fix check for when to store a new version of a file | Michael Gapczynski | 2012-05-18 | 1 | -2/+2 |
* | Fix revert link on history page of file versions | Michael Gapczynski | 2012-05-18 | 1 | -1/+1 |
* | Fix versioning of shared files | Michael Gapczynski | 2012-05-18 | 1 | -17/+51 |
* | dont run update scripts for apps that arent enabled | Robin Appelman | 2012-05-19 | 1 | -0/+3 |
* | log upgrades | Robin Appelman | 2012-05-19 | 2 | -1/+2 |
* | strict standards fixes for sqlite3 | Robin Appelman | 2012-05-19 | 1 | -5/+5 |
* | Fix redirect after login, prevent open redirects | Michael Gapczynski | 2012-05-18 | 2 | -3/+4 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloudv4.0.0RC2 | Frank Karlitschek | 2012-05-18 | 1 | -8/+19 |
|\ |
|
| * | Forgot to actually call remove on the history dropdown | Michael Gapczynski | 2012-05-18 | 1 | -0/+1 |
| * | Remove the history dropdown before creating a new one | Michael Gapczynski | 2012-05-18 | 1 | -3/+11 |