Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update translations | Robin Appelman | 2012-05-09 | 560 | -21514/+55235 |
| | |||||
* | fix bug in calendar | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | Sharing: even if a user has more groups in common, he should appear only ↵ | Arthur Schiwon | 2012-05-09 | 1 | -0/+1 |
| | | | | once in the dropdown list | ||||
* | Correct file move by dropping on folder | Brice Maron | 2012-05-08 | 1 | -7/+7 |
| | |||||
* | LDAP group: support for memberUid, fix for oc-594 | Arthur Schiwon | 2012-05-08 | 5 | -8/+49 |
| | |||||
* | Sanitize redirect urls | Michael Gapczynski | 2012-05-08 | 2 | -2/+2 |
| | |||||
* | Better checking of ajax paramters and better logging | Tom Needham | 2012-05-08 | 1 | -5/+11 |
| | |||||
* | Protect admin from evil log messages | Tom Needham | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Change label for saving bookmark button | Brice Maron | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Add remote for media/tomahawk.php | Bart Visscher | 2012-05-08 | 2 | -4/+3 |
| | |||||
* | Calendar: Resize content after creating calendar layout | Bart Visscher | 2012-05-08 | 1 | -0/+1 |
| | | | | The calendar can be higher than the window, this corrects for the scrollbar | ||||
* | Try to correct query string url for search in bookmark | Brice Maron | 2012-05-08 | 1 | -1/+8 |
| | |||||
* | remove comments | Georg Ehrke | 2012-05-08 | 1 | -4/+4 |
| | |||||
* | Set Content-Disposition to attachment for shared private links | Michael Gapczynski | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | LDAP: settings for group filter, fixes oc-587 | Arthur Schiwon | 2012-05-08 | 2 | -1/+2 |
| | |||||
* | , not . | Arthur Schiwon | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | LDAP: make sure, configuration is read when a public method needs it | Arthur Schiwon | 2012-05-08 | 1 | -0/+3 |
| | |||||
* | LDAP: sqlite compatibility | Arthur Schiwon | 2012-05-08 | 1 | -2/+7 |
| | |||||
* | LDAP: write to log in case bind fails. | Arthur Schiwon | 2012-05-08 | 1 | -0/+1 |
| | |||||
* | fix for previous commit | Georg Ehrke | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | fix calendar vulnerability | Georg Ehrke | 2012-05-08 | 1 | -1/+7 |
| | |||||
* | Avoid touch operation when unshare public link | Brice Maron | 2012-05-07 | 1 | -2/+4 |
| | |||||
* | Add protection for non-authorized char in installation form | Brice Maron | 2012-05-07 | 1 | -2/+8 |
| | |||||
* | Enhance user creation (avoid create+delete row), clear create user form ↵ | Brice Maron | 2012-05-07 | 1 | -27/+29 |
| | | | | after action | ||||
* | increase to 4 betav4.0.0beta | Frank Karlitschek | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-07 | 48 | -198/+221 |
|\ | |||||
| * | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 11 | -11/+34 |
| | | |||||
| * | fix path for ampache in settings | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | | |||||
| * | make ampache work with remote.php | Georg Ehrke | 2012-05-07 | 5 | -7/+13 |
| | | |||||
| * | LDAP: Fall back to Base DN if user/group base settings are blanked | Arthur Schiwon | 2012-05-07 | 1 | -2/+10 |
| | | |||||
| * | Forgot to set token variable | Michael Gapczynski | 2012-05-07 | 1 | -0/+1 |
| | | |||||
| * | Prevent extra '/' from being added to url if app is not defined | Michael Gapczynski | 2012-05-07 | 1 | -2/+4 |
| | | |||||
| * | Reorder code to avoid race condition in user creation | Brice Maron | 2012-05-07 | 1 | -17/+16 |
| | | |||||
| * | applying coding guideline | Arthur Schiwon | 2012-05-07 | 1 | -3/+3 |
| | | |||||
| * | applying coding guideline | Arthur Schiwon | 2012-05-07 | 1 | -20/+20 |
| | | |||||
| * | Fix bug on browsers like rekonq which stopped execution of javascript | Simon Birnbach | 2012-05-07 | 1 | -1/+1 |
| | | |||||
| * | Fix bug oc-542, encode urls for private links | Michael Gapczynski | 2012-05-07 | 2 | -2/+2 |
| | | |||||
| * | Fix bug oc-402, check if token is set for a private link | Michael Gapczynski | 2012-05-07 | 1 | -3/+1 |
| | | |||||
| * | Only load sharing statuses if in files app | Michael Gapczynski | 2012-05-07 | 1 | -1/+1 |
| | | |||||
| * | fix gallery sharing | Georg Ehrke | 2012-05-07 | 3 | -7/+8 |
| | | |||||
| * | make calendar compatible with public.php | Georg Ehrke | 2012-05-07 | 4 | -4/+6 |
| | | |||||
| * | improve remote.php and create public.php | Georg Ehrke | 2012-05-07 | 8 | -9/+20 |
| | | |||||
| * | Merge branch 'remote.php' | Georg Ehrke | 2012-05-07 | 16 | -41/+37 |
| |\ | |||||
| | * | fix webdav, bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -1/+0 |
| | | | |||||
| | * | fix path of carddav in addressbook management | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | | | |||||
| | * | fix path of caldav in calendar management | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | | | |||||
| | * | fix path of webdav | Georg Ehrke | 2012-05-07 | 2 | -2/+2 |
| | | | |||||
| | * | fix pathes in calendar and contacts | Georg Ehrke | 2012-05-07 | 2 | -3/+3 |
| | | | |||||
| | * | update htaccess file and remove remote folder | Georg Ehrke | 2012-05-07 | 2 | -8/+6 |
| | | | |||||
| | * | fix merge conflicts | Georg Ehrke | 2012-05-07 | 125 | -667/+933 |
| | |\ |