Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine and minimize core and default app js files | Bart Visscher | 2012-05-16 | 8 | -3/+688 |
| | |||||
* | Combine and minimize core and default app css files | Bart Visscher | 2012-05-16 | 11 | -10/+367 |
| | |||||
* | Template: Fix var name | Bart Visscher | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Template: Make getFormFactorExtension function public | Bart Visscher | 2012-05-16 | 1 | -3/+3 |
| | |||||
* | added phpdoc comment | Sam Tuke | 2012-05-16 | 1 | -2/+5 |
| | |||||
* | Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstable | Sam Tuke | 2012-05-16 | 0 | -0/+0 |
|\ | |||||
| * | 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 | ||||
* | | 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 |
| | |||||
* | Remove DOCUMENTROOT static var, and make SUBURI var private | Bart Visscher | 2012-05-11 | 1 | -7/+3 |
| | |||||
* | Gallery: Use App storage instead of contructing our own path | Bart Visscher | 2012-05-10 | 6 | -21/+20 |
| | |||||
* | Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT | Bart Visscher | 2012-05-10 | 1 | -4/+0 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2012-05-10 | 4 | -26/+23 |
| | |||||
* | Implement default functions in OC_Group backend | Bart Visscher | 2012-05-10 | 3 | -26/+53 |
| | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: inGroup getUserGroups getGroups usersInGroup | ||||
* | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 4 | -52/+40 |
| | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists | ||||
* | The log message is not always shown in html | Bart Visscher | 2012-05-10 | 2 | -2/+2 |
| | | | | The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html. | ||||
* | Gallery: No short tags | Bart Visscher | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Gallery: Show thumbnails after document is ready | Bart Visscher | 2012-05-10 | 2 | -8/+6 |
| | |||||
* | Merge commit 'refs/merge-requests/100' of ↵ | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/100 | ||||
| * | fixed typo in lib/public/util.php:106 (varname to ) | Philipp Roggan | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | Fix unsharing files also deleting private link, bug fix for oc-251 | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | Use a clean uri param constructor to get files | Brice Maron | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | Skip over users that have already been shared with when sharing with a group | Michael Gapczynski | 2012-05-09 | 1 | -2/+7 |
| | | |||||
* | | Fix renaming of shared files if target already exists, bug fix for oc-81 | Michael Gapczynski | 2012-05-09 | 1 | -5/+6 |
| | | |||||
* | | Go back to updating mtime of shared folder to invoke a file cache rescan | Michael Gapczynski | 2012-05-09 | 1 | -3/+5 |
| | | |||||
* | | fix creating the shared folder when the user home folder is not in the root ↵ | Robin Appelman | 2012-05-09 | 1 | -6/+3 |
| | | | | | | | | mount | ||||
* | | also scan new folders when checking for updates | Robin Appelman | 2012-05-09 | 1 | -1/+1 |
| | | | | | | | | it might cause long load times but seems the best for now | ||||
* | | Still trying to fix some sharing use cases | Michael Gapczynski | 2012-05-09 | 2 | -10/+23 |
| | | |||||
* | | revert 000d7ba97535f470f30be44e02140401b24b43e2 | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | fix bug in public api | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | fix bug in events.php | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | fix requires in apps/remoteStorage/ajax/revoke.php | Michiel de Jong | 2012-05-09 | 1 | -1/+7 |
| | | |||||
* | | bearer token should be the whole thing, not the http basic pass | Michiel de Jong | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | new requires in WebDAV.php | Michiel de Jong | 2012-05-09 | 1 | -1/+12 |
| | | |||||
* | | new requires now necessary | Michiel de Jong | 2012-05-09 | 1 | -1/+11 |
| | | |||||
* | | attempt at reusing access tokens | Michiel de Jong | 2012-05-09 | 2 | -19/+33 |
| | | |||||
* | | Sanitize group in togglegroups | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| |