summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | show the link to the issue tracker only for Admins as discussed with Björn a...Frank Karlitschek2012-12-131-1/+1
| | * | | | | | a bit more polish. We are getting there.Frank Karlitschek2012-12-133-2/+12
| | * | | | | | first version of the new documentation system integration.Frank Karlitschek2012-12-124-42/+46
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #954 from owncloud/download-progress-masterThomas Müller2012-12-191-2/+1
| |\ \ \ \ \ \
| | * | | | | | refs #933 send content length header - this will allow the browser to show th...Thomas Mueller2012-12-191-2/+1
| |/ / / / / /
| * | | | | | Merge pull request #949 from RandolfCarter/InvalidDefaultAddressThomas Müller2012-12-193-6/+38
| |\ \ \ \ \ \
| | * | | | | | fixes default email sender addressRandolph Carter2012-12-193-6/+38
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #913 from owncloud/fix_settingsFrank Karlitschek2012-12-187-38/+37
| |\ \ \ \ \ \
| | * | | | | | cleaning up the settings. standardize the format, add missing I10N and other ...Frank Karlitschek2012-12-157-38/+37
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-1932-148/+180
| | |/ / / / / | |/| | | | |
| * | | | | | call the password input field by nameBjörn Schießle2012-12-181-1/+1
| * | | | | | autofocus to password input after clicking the checkbox; code restructured; d...Björn Schießle2012-12-181-14/+8
| * | | | | | some more usability improvements:Björn Schießle2012-12-181-1/+10
| * | | | | | set password for shared links when the user press enter and when he leaves th...Björn Schießle2012-12-181-8/+18
| * | | | | | Merge pull request #905 from owncloud/fix_mountpointescapingThomas Müller2012-12-181-2/+2
| |\ \ \ \ \ \
| | * | | | | | proper escape the mountpoints. FixesFrank Karlitschek2012-12-141-2/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-1840-353/+544
| * | | | | | Merge pull request #929 from owncloud/fix_utf8_filenames_in_ie_downloadThomas Müller2012-12-172-2/+12
| |\ \ \ \ \ \
| | * | | | | | fix utf8 filenames in ie download response header according to rfc5987, see h...Jörn Friedrich Dreyer2012-12-172-2/+12
| * | | | | | | Merge pull request #842 from owncloud/restrict_keyboard_shortcutsThomas Müller2012-12-171-0/+3
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | prevent keyboardshortcuts from catching events outside the main doc - e.g. th...Thomas Mueller2012-12-121-0/+3
| * | | | | | | Merge pull request #928 from owncloud/fix_permissioncheckLukas Reschke2012-12-174-1/+10
| |\ \ \ \ \ \ \
| | * | | | | | | check if adminFrank Karlitschek2012-12-174-1/+10
| |/ / / / / / /
| * | | | | | | Merge pull request #926 from owncloud/fix_issue_826Thomas Müller2012-12-171-5/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Fall back to default log file if logfile config file not found, suppress writ...Michael Gapczynski2012-12-161-5/+10
| |/ / / / / / /
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-1712-15/+17
| * | | | | | | Merge pull request #924 from owncloud/versions_write_hookMichael Gapczynski2012-12-161-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Change post_write hook to write to prevent creating a duplicate of the origin...Michael Gapczynski2012-12-161-1/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge pull request #923 from owncloud/hooks_try_catchicewind19912012-12-161-1/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | wrap hooks into a try, catch to prevent a faulty app from crashing the requestRobin Appelman2012-12-161-1/+5
| |/ / / / / /
| * | | / / / [tx-robot] updated from transifexJenkins for ownCloud2012-12-1628-74/+101
| | |_|/ / / | |/| | | |
* | | | | | Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-158-157/+475
* | | | | | use numeric ids for storages in the filecacheRobin Appelman2012-12-154-15/+92
* | | | | | Check sub storage isn't null or falseMichael Gapczynski2012-12-151-4/+5
* | | | | | make sure folders that are not fully scanned are at least shallow scanned whe...Robin Appelman2012-12-152-1/+14
* | | | | | Filecache Watcher: use scan or scanFile based on the current item, not the ca...Robin Appelman2012-12-152-2/+38
* | | | | | dont insert and entry in the filecache during upgrade if the id already exist...Robin Appelman2012-12-151-0/+6
* | | | | | these functions should be staticRobin Appelman2012-12-151-2/+2
* | | | | | merge master into filesystemRobin Appelman2012-12-15302-6579/+15385
|\| | | | |
| * | | | | Merge pull request #875 from owncloud/multiplefiles_jsonBart Visscher2012-12-142-2/+2
| |\ \ \ \ \
| | * | | | | remove unneeded lineRobin Appelman2012-12-131-1/+0
| | * | | | | use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-132-1/+2
| | | |_|_|/ | | |/| | |
| * | | | | More style fixesBart Visscher2012-12-155-9/+10
| * | | | | More whitespace fixesBart Visscher2012-12-155-116/+117
| * | | | | Fix "There must be a single space between the closing parenthesis and the ope...Bart Visscher2012-12-154-7/+7
| * | | | | Fix some of "Closing brace must be on a line by itself"Bart Visscher2012-12-153-6/+22
| * | | | | Fix "Line indented incorrectly"Bart Visscher2012-12-1511-62/+62
| * | | | | Fix "No space found after comma in function call"Bart Visscher2012-12-155-6/+6
| * | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-1584-2526/+3382
| | |_|/ / | |/| | |
| * | | | Give also hint about possible conflicts in the user_webdavauth descriptionArthur Schiwon2012-12-141-1/+3