aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* relative attachment not fetched due to os filename issueredmatrix2015-11-081-1/+4
|
* A few quotes too many. Also translations for tooltip.jeroenpraat2015-11-081-5/+5
|
* Fix ffsapi for non-English languages (or better when 's was used in the ↵jeroenpraat2015-11-081-7/+7
| | | | strings) - Update nl+es
* more work on hook docoredmatrix2015-11-051-1/+2
|
* update hooklistredmatrix2015-11-051-1/+1
|
* Firefox Share app. Paper plane icon is public domain. Shorted the name in ↵jeroenpraat2015-11-051-3/+4
| | | | ffsapi > compare it with other providers. Changed bookmark (checkmark) item to selfmade Hubzilla bookmark icon for Firefox (bookmark icon = bootstrap icon).
* Firefox share (that seems now the official name) button added to misc. settings.jeroenpraat2015-11-051-2/+3
|
* Style the buttonjeroenpraat2015-11-051-2/+2
|
* menu_list() takes a channel_id, not the whole channel arrayredmatrix2015-11-041-1/+3
|
* typoredmatrix2015-11-041-1/+1
|
* add bookmarking to FF social api providerredmatrix2015-11-041-3/+3
|
* Firefox Share API provider interface (first cut, only has share ability)redmatrix2015-11-041-0/+64
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-031-0/+2
|\ | | | | | | | | | | | | Conflicts: include/photo/photo_driver.php include/text.php mod/post.php
| * backport small bits of the re-install fix; at least the damaging bitsredmatrix2015-11-031-6/+6
| |
* | better re-install detection/protection. This necessitated a slight protocol ↵redmatrix2015-11-031-21/+33
| | | | | | | | change but should not introduce any compatibility issues with older software. Things just work better if you use an up-to-date server.
* | need better peer verification due to re-install issue, this is temporaryredmatrix2015-11-031-31/+38
| |
* | provide admin setting to change directory serverredmatrix2015-11-031-1/+26
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-031-1/+1
|\ \
| * | timeago() works best with iso format. fix #118Mario Vavti2015-11-031-1/+1
| | |
* | | implement unfollow threadredmatrix2015-11-031-97/+12
|/ /
* | revert filtering by metworkMario Vavti2015-11-021-1/+1
| |
* | hubloc filtering to eliminate dead and deleted entriesredmatrix2015-11-011-1/+2
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-013-2/+7
|\ \
| * | More Bluegrid fine tuning and generic-content-wrapper-styled added to some ↵jeroenpraat2015-11-012-1/+6
| | | | | | | | | | | | tpl-files and 2 php files, cause they dont have a tpl file.
| * | since other networks do not support cloning we only need hublocs for zot ↵Mario Vavti2015-11-011-1/+1
| | | | | | | | | | | | contacts - fix #111
* | | improve /locs page with some field notes and the ability to do a forced syncredmatrix2015-11-011-0/+12
|/ /
* | make hubloc repair script a bit more selectiveredmatrix2015-10-311-3/+13
| |
* | add hubloc repair script (needed for deadsuperhero, probably temporary)redmatrix2015-10-301-0/+70
| |
* | fix #83Mario Vavti2015-10-292-2/+3
| |
* | add entry for 'none'redmatrix2015-10-291-10/+12
| |
* | This may take a few iterations to discover the best way to present the ↵redmatrix2015-10-291-1/+17
| | | | | | | | information, but we need a way for members to know what alternate locations are available for a channel during times of server issues - and as recently discovered if there aren't any hublocs at all; without digging around the database and probing channels and other messy stuff.
* | add text hint how to set language in connection filterredmatrix2015-10-281-2/+2
| |
* | first the image than the bodyMario Vavti2015-10-271-1/+1
| |
* | fix sharing of photo itemsMario Vavti2015-10-271-3/+9
| |
* | Added a few generic-content-wrapper-styled classes and a button position ↵jeroenpraat2015-10-261-0/+4
| | | | | | | | fixed for lostpass. mod/search probably needs a .tpl in the future, but I don't know how to that.
* | looks like there may be issues with the datetime picker if the local ↵redmatrix2015-10-251-1/+1
| | | | | | | | timezone isn't the same as your settings.
* | another try to avoid dubble photo deletion. allow to set a photo caption and ↵Mario Vavti2015-10-241-4/+7
| | | | | | | | simple status body (if create status post is enabled) on upload
* | some photos cant be deleted under certain circumstances - needs more ↵Mario Vavti2015-10-201-4/+0
| | | | | | | | investigation. revert this until a better fix is found.
* | create photo object if feature large photos is enabled and display those ↵Mario Vavti2015-10-202-2/+1
| | | | | | | | slightly different
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-192-4/+4
|\|
| * add project info to pubsite listredmatrix2015-10-192-4/+4
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-191-1/+0
|\| | | | | | | | | | | | | | | | | Conflicts: include/zot.php install/schema_mysql.sql install/schema_postgres.sql install/update.php mod/zfinger.php
| * add the project name to site info packetredmatrix2015-10-191-0/+1
| |
* | syntax errorredmatrix2015-10-191-1/+1
| |
* | separate permission_update notification into permission_create and ↵redmatrix2015-10-181-3/+2
| | | | | | | | permission_update, since some networks send out a notification for duplicate share requests even if connected.
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-171-2/+4
|\| | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * allow homepage content to be a full redirectredmatrix2015-10-171-2/+4
| |
* | bring back chat expiration setting and adjust chat size for our now smaller ↵redmatrix2015-10-171-0/+4
| | | | | | | | content region
* | change setup defaults to 127.0.0.1 instead of localhost for DB server, add ↵redmatrix2015-10-161-3/+3
| | | | | | | | documentation to the INSTALL.txt explaining the choice.
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-10-161-4/+1
|\ \