summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Combine and minimize core and default app js filesBart Visscher2012-05-168-3/+688
|
* Combine and minimize core and default app css filesBart Visscher2012-05-1611-10/+367
|
* Template: Fix var nameBart Visscher2012-05-161-1/+1
|
* Template: Make getFormFactorExtension function publicBart Visscher2012-05-161-3/+3
|
* added phpdoc commentSam Tuke2012-05-161-2/+5
|
* Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstableSam Tuke2012-05-160-0/+0
|\
| * added recognition of which version is 'current' - which is currently live ↵Sam Tuke2012-05-163-20/+59
| | | | | | | | and in use on history page
* | 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
|
* Remove DOCUMENTROOT static var, and make SUBURI var privateBart Visscher2012-05-111-7/+3
|
* Gallery: Use App storage instead of contructing our own pathBart Visscher2012-05-106-21/+20
|
* Remove unused OC static variable CONFIG_DATADIRECTORY_ROOTBart Visscher2012-05-101-4/+0
|
* Whitespace fixesBart Visscher2012-05-104-26/+23
|
* Implement default functions in OC_Group backendBart Visscher2012-05-103-26/+53
| | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: inGroup getUserGroups getGroups usersInGroup
* Implement default functions in OC_User backendBart Visscher2012-05-104-52/+40
| | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists
* The log message is not always shown in htmlBart Visscher2012-05-102-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 tagsBart Visscher2012-05-101-1/+1
|
* Gallery: Show thumbnails after document is readyBart Visscher2012-05-102-8/+6
|
* Merge commit 'refs/merge-requests/100' of ↵Michael Gapczynski2012-05-091-1/+1
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/100
| * fixed typo in lib/public/util.php:106 (varname to )Philipp Roggan2012-05-091-1/+1
| |
* | Fix unsharing files also deleting private link, bug fix for oc-251Michael Gapczynski2012-05-091-1/+1
| |
* | Use a clean uri param constructor to get filesBrice Maron2012-05-091-1/+1
| |
* | Skip over users that have already been shared with when sharing with a groupMichael Gapczynski2012-05-091-2/+7
| |
* | Fix renaming of shared files if target already exists, bug fix for oc-81Michael Gapczynski2012-05-091-5/+6
| |
* | Go back to updating mtime of shared folder to invoke a file cache rescanMichael Gapczynski2012-05-091-3/+5
| |
* | fix creating the shared folder when the user home folder is not in the root ↵Robin Appelman2012-05-091-6/+3
| | | | | | | | mount
* | also scan new folders when checking for updatesRobin Appelman2012-05-091-1/+1
| | | | | | | | it might cause long load times but seems the best for now
* | Still trying to fix some sharing use casesMichael Gapczynski2012-05-092-10/+23
| |
* | revert 000d7ba97535f470f30be44e02140401b24b43e2Georg Ehrke2012-05-091-1/+1
| |
* | fix bug in public apiGeorg Ehrke2012-05-091-1/+1
| |
* | fix bug in events.phpGeorg Ehrke2012-05-091-1/+1
| |
* | fix requires in apps/remoteStorage/ajax/revoke.phpMichiel de Jong2012-05-091-1/+7
| |
* | bearer token should be the whole thing, not the http basic passMichiel de Jong2012-05-091-1/+1
| |
* | new requires in WebDAV.phpMichiel de Jong2012-05-091-1/+12
| |
* | new requires now necessaryMichiel de Jong2012-05-091-1/+11
| |
* | attempt at reusing access tokensMichiel de Jong2012-05-092-19/+33
| |
* | Sanitize group in togglegroupsMichael Gapczynski2012-05-091-1/+1
|/
* update translationsRobin Appelman2012-05-09560-21514/+55235
|
* fix bug in calendarGeorg Ehrke2012-05-091-1/+1
|
* Sharing: even if a user has more groups in common, he should appear only ↵Arthur Schiwon2012-05-091-0/+1
| | | | once in the dropdown list
* Correct file move by dropping on folderBrice Maron2012-05-081-7/+7
|
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-085-8/+49
|
* Sanitize redirect urlsMichael Gapczynski2012-05-082-2/+2
|
* Better checking of ajax paramters and better loggingTom Needham2012-05-081-5/+11
|
* Protect admin from evil log messagesTom Needham2012-05-081-1/+1
|
* Change label for saving bookmark buttonBrice Maron2012-05-081-1/+1
|
* Add remote for media/tomahawk.phpBart Visscher2012-05-082-4/+3
|
* Calendar: Resize content after creating calendar layoutBart Visscher2012-05-081-0/+1
| | | | The calendar can be higher than the window, this corrects for the scrollbar
* Try to correct query string url for search in bookmarkBrice Maron2012-05-081-1/+8
|