aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* inconsistent naming of block item typesredmatrix2015-07-083-5/+5
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-071-11/+24
|\
| * fix sorting of channel suggestionsMario Vavti2015-07-071-0/+1
| |
| * rename function get_directory_settings => get_directory_setting and move ↵Mario Vavti2015-07-071-4/+9
| | | | | | | | sort options to directory title bar
| * make public forums only setting sticky and simplify function to get ↵Mario Vavti2015-07-071-10/+17
| | | | | | | | directory settings
* | Merge pull request #4 from git-marijus/masterredmatrix2015-07-081-1/+1
|\ \ | | | | | | abook_pending should probably be 1 in this place
| * | abook_pending should probably be 1 in this placeMario Vavti2015-07-061-1/+1
| | |
* | | ok that's wretchedly inefficient but provides a basic relevance search for ↵redmatrix2015-07-062-2/+34
|/ / | | | | | | strings in doc files.
* | very crude but working doc searchredmatrix2015-07-051-1/+47
| |
* | more work on db storage of docoredmatrix2015-07-051-4/+55
| |
* | mod/help: read doc files from the database if present and newer than the ↵redmatrix2015-07-041-5/+27
| | | | | | | | copy in the filesystem.
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-022-0/+126
|\| | | | | | | | | Conflicts: include/zot.php
| * a few clone sync fixes as well as some work on hubzilla clone sync back to ↵redmatrix2015-07-022-0/+14
| | | | | | | | redmatrix
| * a bit of cleanup and explanatory text on mod/pconfigredmatrix2015-07-021-6/+13
| |
| * web version of util/pconfigredmatrix2015-07-021-0/+105
| |
* | turn attached audio/video into audio/video elements as well as providing an ↵redmatrix2015-07-012-3/+8
| | | | | | | | attachment link
* | cleanup of import to allow cross-product import going one way. Note - ↵redmatrix2015-06-301-9/+4
| | | | | | | | items/content are not yet importable
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-301-0/+14
|\|
| * warn if export data file is from an incompatible project or if the DB ↵redmatrix2015-06-291-0/+14
| | | | | | | | version differs significantly from the current DB. This is to avoid people cloning a hubzilla channel back to red and potentially stuffing up the works. Hopefully we can migrate upwards someday. Downwards is always going to be an issue.
* | lots of work on clone/import from redmatrix to hubzilla (won't go back the ↵redmatrix2015-06-301-15/+61
| | | | | | | | other way)
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-291-0/+1
|\|
| * turn the connection filter into a feature.redmatrix2015-06-291-0/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-291-2/+1
|\| | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * fix directory locationMario Vavti2015-06-291-2/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-282-4/+13
|\| | | | | | | | | | | | | Conflicts: include/zot.php mod/connedit.php util/messages.po
| * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-281-2/+2
| |\
| | * simply 'post' is a better default term than 'status'Alexandre Hannud Abdo2015-06-271-2/+2
| | |
| * | no this isn't it. well ok, it's part of it, but not the important part. it's ↵redmatrix2015-06-281-2/+10
| |/ | | | | | | still pretty cool.
* | undo the disabling of browser_prefetch and for the time being revert the ↵redmatrix2015-06-257-7/+7
| | | | | | | | HTML cache until we can isolate all the zid and observer calls. Also get rid of youtube and vimeo bbcode tags which we should not be using any more.
* | remove all QR-code stuff from core - now in qrator addonredmatrix2015-06-251-8/+0
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-242-4/+5
|\| | | | | | | | | | | | | Conflicts: doc/de/features.bb view/de/messages.po view/de/strings.php
| * Merge branch 'master' of https://github.com/redmatrix/redmatrixMario Vavti2015-06-241-1/+1
| |\
| * | Reflect in directory title if we watch the local or the global directoryMario Vavti2015-06-241-2/+3
| | |
* | | more work on mail flagsredmatrix2015-06-233-15/+8
| | |
* | | item flag fixes discovered after a few mergesredmatrix2015-06-234-5/+3
| | |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-233-18/+29
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: include/items.php mod/item.php
| * | typoredmatrix2015-06-231-1/+1
| |/
| * Merge branch 'master' of https://github.com/redmatrix/redmatrixMario Vavti2015-06-231-3/+3
| |\
| | * Merge pull request #356 from solstag/signature_edit_fixredmatrix2015-06-231-2/+2
| | |\ | | | | | | | | properly trims edited posts before signing so signature verification …
| | | * properly trims edited posts before signing so signature verification worksAlexandre Hannud Abdo2015-06-231-2/+2
| | | |
| | * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-221-0/+1
| | |\|
| | * | ensure we always sign a trimmed item body.redmatrix2015-06-221-1/+1
| | | |
| * | | some work on directoryMario Vavti2015-06-231-14/+23
| | |/ | |/|
| * | Bring /help in line with the rest of the appMario Vavti2015-06-221-0/+1
| |/
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-211-4/+20
|\| | | | | | | | | | | Conflicts: include/items.php util/messages.po
| * import: Improve the descriptive text for this featureredmatrix2015-06-211-2/+2
| |
| * some diaspora import issues uncovered during dry-run testsredmatrix2015-06-211-6/+6
| |
| * automatically gunzip Diaspora export files if we're on a *nix systemredmatrix2015-06-191-0/+9
| |
| * very early attempt diaspora import from diaspora export file. Currently the ↵redmatrix2015-06-191-1/+8
| | | | | | | | json export has to be gunzipped prior to uploading and we're net yet adding connections (which should come soon) and we can't import items until they add guids to the export file - so consider it a work in progress. This first attempt should create a channel and get your profile details setup providing there isn't a nickname conflict on the server. That will also be handled later.
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-182-1/+3
|\|