aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* make bbcode/html includes work in markdown help pages and vice versazottel2014-10-241-7/+19
|
* Issue #661Thomas Willingham2014-10-241-1/+1
|
* don't offer forum (@name+) completion in comments, since it won't do anything.friendica2014-10-231-2/+2
|
* improved wall-to-wall detection for comments so we can handle Diaspora ↵friendica2014-10-221-6/+16
| | | | | | | signing and wall-to-wall attribution correctly. Do it at the point of submission. This also fixes a potential bug in yesterday's wall-to-wall permission setting, if it was a local comment to a remote post.
* Merge pull request #655 from pafcu/masterRedMatrix2014-10-221-7/+26
|\ | | | | Better handling of incorrect info entered in event
| * If entered event info is not valid, let user try again with the old info ↵Stefan Parviainen2014-10-211-7/+26
| | | | | | | | still there. Closes friendica/red#648
* | private forum issuesfriendica2014-10-211-0/+15
| |
* | wrong template loaded issuefriendica2014-10-201-1/+1
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-10-201-10/+10
|\|
| * more work on photosmarijus2014-10-201-10/+10
| |
* | move all theme initialisation to one place - just after calling module_init. ↵friendica2014-10-201-4/+18
|/ | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
* merge madnessfriendica2014-10-193-57/+10
|
* missing event permissionsfriendica2014-10-151-0/+1
|
* $comments > $commentboxmarijus2014-10-151-1/+1
|
* some work on single photo view commentsmarijus2014-10-151-1/+2
|
* one more item_id > idmarijus2014-10-151-1/+1
|
* it seems we do not have an key called item_id here so must be id onlymarijus2014-10-151-1/+1
|
* chanman is now 'locs' and a couple of post handlers have been defined.friendica2014-10-142-31/+90
|
* fix import sql errorfriendica2014-10-131-1/+1
|
* When you delete something in /cloud stay in the right folder.Klaus Weidenbach2014-10-141-20/+27
| | | | | | | When you deleted a file in /cloud you was always jumped back to /cloud/[channel], now you will stay in the parent folder. Some more doxygen documentation. Removed duplicate data from logging output and reduced logging in RedDAV in general.
* A fix, but I have no case to verify.Klaus2014-10-121-2/+2
| | | I could not find out under which conditions this is relevant and therefore have no test case, but it must be of instance RedDAV\RedFile.
* Moved classes from reddav.php into own files.Klaus Weidenbach2014-10-121-2/+2
| | | | | | Finished moving classes out from include/reddav.php into own files. Also continued with namespace for RedDAV. Improved some docs and added some todos and fixmes.
* Show tag in siteinfo. Not useful for us, quite useful for admins.Thomas Willingham2014-10-111-1/+4
|
* FFS, another oopsThomas Willingham2014-10-111-2/+0
|
* Fix webpages. Sycning between too many codebases...Thomas Willingham2014-10-111-1/+3
|
* Unbreak webpagesThomas Willingham2014-10-111-3/+1
|
* fix diaspora reshare tagsfriendica2014-10-101-1/+1
|
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-103-4/+2
| | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing.
* Added and changed on some places div class generic-content-wrapper. And ↵Jeroen2014-10-093-3/+10
| | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
* oembed issuesfriendica2014-10-081-2/+3
|
* dav issuefriendica2014-10-081-1/+0
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-081-1/+3
|\
| * it's probably better to return an int type in jsontuscanhobbit2014-10-081-1/+2
| |
| * The simplest way to hide hubs in statisticstuscanhobbit2014-10-081-1/+2
| |
* | disable email notifications when bulk importing content.friendica2014-10-081-0/+5
|/
* Merge pull request #620 from dawnbreak/RedDAVRedMatrix2014-10-071-12/+18
|\ | | | | Moved RedBrowser class from reddav.php to it's own file.
| * Moved RedBrowser class from reddav.php to it's own file.Klaus Weidenbach2014-10-061-12/+18
| | | | | | | | | | | | | | | | | | First step on cleaning up ReadDAV classes and restructuring it bit in preparation for adding some more DAV features, photo access, CalDAV, etc. and hopefully also some PHPunits. Add a PHP5.3 namespace for RedDAV classes. Any objections against this or the vendor namespace? Add some more documentation for RedBrowser.
* | found one bug trying to fetch the recursive reshare from hell. I still think ↵friendica2014-10-061-11/+11
| | | | | | | | there's a problem with attribution but we'll have to wait and find that once we have some content to track. Also in private messages, on the message list page, change the text from delete message to delete conversation, because that's what we're really doing.
* | shareable design elementsfriendica2014-10-064-11/+68
|/
* try and guess mimetype for openid profile photofriendica2014-10-051-1/+3
|
* Merge pull request #616 from dawnbreak/docuRedMatrix2014-10-061-42/+44
|\ | | | | Documentation and some restructure in RedBasicAuth
| * Some documentation for include/reddav.php and a bit code cleanup.Klaus Weidenbach2014-10-051-42/+44
| | | | | | | | | | Removed some duplicate code in RedBasicAuth and restructured a bit. Still work in progress.
* | image/jpeg > image/pngJeroen2014-10-051-4/+4
|/
* add 'nopush' option to the post API so somebody could bulk load a bunch of ↵friendica2014-10-051-9/+16
| | | | existing content via the API without invoking the notifier and sending each out as a fresh post.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-031-2/+2
|\
| * it seems this is needed also to not allow editing profile photo albummarijus2014-10-031-2/+2
| |
* | more infrastructure for sharing page design elementsfriendica2014-10-031-1/+43
|/
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-032-113/+59
|\
| * Merge pull request #611 from tuscanhobbit/devRedMatrix2014-10-031-0/+1
| |\ | | | | | | site language in siteinfo/json has been re-added
| | * site language in siteinfo/json has been re-addedPaolo Tacconi2014-10-021-0/+1
| | |