Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | add 'author_is_pmable()' function with plugin hooks to control whether or ↵ | zotlabs | 2017-03-31 | 1 | -2/+24 | |
| | | | | | | | | not to display a 'send mail' link in the thread author menu. | |||||
| * | move db_upgrade to zlib | zotlabs | 2017-03-31 | 1 | -103/+9 | |
| | | ||||||
* | | give the item_obscured flag a new lease on life by using it to designate ↵ | zotlabs | 2017-04-18 | 1 | -8/+0 | |
| | | | | | | | | third party client-side e2ee or binary content which can only be downloaded and not viewed directly on the web (as a side effect this also allows binary files to be submitted as activities/content). The content display is suppressed and replaced with a download button. This is unfinished but harmless to backport while work is in progress unless told otherwise. Future development will take care of the remaining loose ends. | |||||
* | | add 'author_is_pmable()' function with plugin hooks to control whether or ↵ | zotlabs | 2017-03-27 | 1 | -2/+24 | |
| | | | | | | | | not to display a 'send mail' link in the thread author menu. | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-25 | 1 | -23/+41 | |
|\| | ||||||
| * | add icon, name and thumb to profile tabs. remove login app - we have login ↵ | Mario Vavti | 2017-03-21 | 1 | -13/+27 | |
| | | | | | | | | in the panel now. | |||||
| * | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | since we have the app bin we do not actually need the profile tabs for ourself | Mario Vavti | 2017-03-20 | 1 | -0/+3 | |
| | | ||||||
| * | open like-modal directly if more than 10 likes | Mario Vavti | 2017-03-19 | 1 | -7/+3 | |
| | | ||||||
| * | bs4 fixes | Mario Vavti | 2017-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix item_list and item_search templates. make item filer use a bootdtrap ↵ | Mario Vavti | 2017-03-17 | 1 | -1/+6 | |
| | | | | | | | | modal and some css and class fixes | |||||
| * | many dropdown and class fixes. still a long way to go... | Mario Vavti | 2017-03-12 | 1 | -2/+2 | |
| | | ||||||
* | | move db_upgrade to zlib | zotlabs | 2017-03-23 | 1 | -103/+9 | |
|/ | ||||||
* | yet one more place to use chanlink_hash() instead of chanlink_url() | Mario Vavti | 2017-02-23 | 1 | -2/+2 | |
| | ||||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -1/+1 | |
| | | | | component of /display/ links for message-ids that contain troublesome characters | |||||
* | urlencode the message-id component of generated /display/ links; in most ↵ | Hubzilla | 2017-01-18 | 1 | -1/+1 | |
| | | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider. | |||||
* | issue #639, voting setting is lost after post is edited (also the disabling ↵ | zotlabs | 2017-01-05 | 1 | -2/+2 | |
| | | | | of comments) | |||||
* | show webpages link to visitors if a 'home' page exists. This means the nav ↵ | zotlabs | 2016-12-25 | 1 | -4/+19 | |
| | | | | menu must be used to edit pages. | |||||
* | call zidify_links() when formatting bbcode for internal consumption | zotlabs | 2016-12-19 | 1 | -2/+2 | |
| | ||||||
* | re-factor item_photo_menu - there is some room for future development, ↵ | zotlabs | 2016-12-18 | 1 | -1/+165 | |
| | | | | currently it was made compatible with minimal template changes | |||||
* | move the rest of superblock out of core | zotlabs | 2016-12-11 | 1 | -47/+13 | |
| | ||||||
* | superblock issue + string update | zotlabs | 2016-12-09 | 1 | -2/+2 | |
| | ||||||
* | zot 1.2 | zotlabs | 2016-11-30 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-11-22 | 1 | -1/+1 | |
|\ | ||||||
| * | use plural since we can have more than one wiki | Mario Vavti | 2016-11-22 | 1 | -1/+1 | |
| | | ||||||
* | | zot: specify crypto method | zotlabs | 2016-11-20 | 1 | -1/+1 | |
|/ | ||||||
* | use item from DB for return value | zotlabs | 2016-11-16 | 1 | -1/+0 | |
| | ||||||
* | send "hidden" edit activities to networks which don't support edits themselves | zotlabs | 2016-10-25 | 1 | -3/+4 | |
| | ||||||
* | put all dns checking into one function, allow it to be ignored | zotlabs | 2016-10-25 | 1 | -2/+2 | |
| | ||||||
* | first cut at edit activities | zotlabs | 2016-10-25 | 1 | -4/+20 | |
| | ||||||
* | discover tab showing on network page using fresh site with no settings (it ↵ | zotlabs | 2016-10-19 | 1 | -1/+5 | |
| | | | | is disabled by default, but the admin setting has not yet been committed to disk). | |||||
* | when translating like activities, we're distinguishing comments from posts ↵ | zotlabs | 2016-10-18 | 1 | -1/+1 | |
| | | | | by mid and parent_mid; neither if which are present in the stored activity object | |||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -2/+2 | |
| | | | | queries | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 1 | -1/+1 | |
|\ | ||||||
| * | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -1/+1 | |
| | | ||||||
* | | missing categories in preview mode | redmatrix | 2016-09-26 | 1 | -4/+2 | |
| | | ||||||
* | | subtle indicator of your own response verb activity | redmatrix | 2016-09-25 | 1 | -0/+3 | |
|/ | ||||||
* | illegal offset errors in include/conversation:status_editor() when no ↵ | redmatrix | 2016-09-08 | 1 | -0/+4 | |
| | | | | permissions array is passed | |||||
* | fix bookmarks in dev | redmatrix | 2016-09-08 | 1 | -1/+1 | |
| | ||||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -1/+3 | |
| | | | | other roles. | |||||
* | ratings are gone. They can be enabled, but there is no UI for doing so at ↵ | redmatrix | 2016-08-25 | 1 | -5/+2 | |
| | | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings. | |||||
* | move jotnets to jot and some cleanup (mostly whitespace) | Mario Vavti | 2016-08-21 | 1 | -2/+8 | |
| | ||||||
* | Change text for submenu on small screens to be static toggle statement | Andrew Manning | 2016-08-14 | 1 | -0/+1 | |
| | ||||||
* | Replace hardcoded button title in javascript to translatable text | Andrew Manning | 2016-08-14 | 1 | -0/+2 | |
| | ||||||
* | Added a disable comments setting to the "Additional features" settings with ↵ | Andrew Manning | 2016-08-14 | 1 | -0/+7 | |
| | | | | a corresponding post editor toggle button | |||||
* | bad code format | redmatrix | 2016-08-09 | 1 | -0/+1 | |
| | ||||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -1/+1 | |
| | ||||||
* | multi acl: port events | Mario Vavti | 2016-08-03 | 1 | -2/+0 | |
| | ||||||
* | multiple acl work | Mario Vavti | 2016-08-03 | 1 | -0/+6 | |
| | ||||||
* | deprecate/remove json_decode_plus | redmatrix | 2016-07-13 | 1 | -3/+3 | |
| |