Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing translation "%d unseen" | zotlabs | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | Unpin pinned item on site admin deletion | Max Kostikov | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Add missed break | Max Kostikov | 2019-12-04 | 1 | -0/+1 |
| | |||||
* | Show unpin button for pinned post for owner only | Max Kostikov | 2019-12-04 | 1 | -1/+1 |
| | |||||
* | Add unpin button for pinned item | Max Kostikov | 2019-12-04 | 1 | -0/+1 |
| | |||||
* | Fix show share menu option for pinned post | Max Kostikov | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Fix hide pinned post button for unauthenticated viewer | Max Kostikov | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Add hiding pinned content | Max Kostikov | 2019-12-03 | 1 | -11/+17 |
| | |||||
* | Add hiding pinned content | Max Kostikov | 2019-12-03 | 1 | -17/+35 |
| | |||||
* | Normalize SQL query | Max Kostikov | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Optimize pinned item verbs based activity processing | Max Kostikov | 2019-12-03 | 1 | -16/+7 |
| | |||||
* | Remove debug logging | Max Kostikov | 2019-12-03 | 1 | -1/+0 |
| | |||||
* | Show poll results in pinned items | Max Kostikov | 2019-12-03 | 1 | -54/+140 |
| | |||||
* | Add pinned content on channel page | Max Kostikov | 2019-12-01 | 1 | -0/+7 |
| | |||||
* | Add base64 mids array | Max Kostikov | 2019-12-01 | 1 | -0/+1 |
| | |||||
* | Add pinned content widget | Max Kostikov | 2019-12-01 | 1 | -0/+196 |
| | |||||
* | Add pinning processing module | Max Kostikov | 2019-12-01 | 1 | -0/+50 |
| | |||||
* | Add pinned items controls | Max Kostikov | 2019-12-01 | 1 | -6/+12 |
| | |||||
* | Merge branch 'fix-listmode-spinner' into 'dev' | Mario | 2019-11-28 | 2 | -7/+2 |
|\ | | | | | | | | | Move auto_save_draft to header from thread comment See merge request hubzilla/core!1793 | ||||
| * | Move auto_save_draft to header from thread comment | DM42.Net Hubzilla Development | 2019-11-28 | 2 | -7/+2 |
| | | |||||
* | | sse: improve caching fix an issue with removing notifications and move ↵ | Mario | 2019-11-28 | 3 | -22/+20 |
|/ | | | | chatpresence expiration to cron | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2019-11-25 | 2 | -9/+9 |
|\ | |||||
| * | Fix once cached embedded content is used and stored forever | Max Kostikov | 2019-11-25 | 2 | -9/+9 |
| | | |||||
| * | Revert "Add daily cached embedded content cleanup" | Max Kostikov | 2019-11-25 | 1 | -6/+0 |
| | | | | | | This reverts commit 5c47c9ed9579dc97e0a508045fe50264bb96490b | ||||
| * | Add daily cached embedded content cleanup | Max Kostikov | 2019-11-25 | 1 | -0/+6 |
| | | |||||
* | | remove sysmsg and sysmsg_info from session - those are now stored in xconfig ↵ | Mario | 2019-11-25 | 1 | -8/+0 |
|/ | | | | (sse) | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2019-11-22 | 2 | -4/+4 |
|\ | |||||
| * | Add space after comma in connection accepted interactions list | Max Kostikov | 2019-11-22 | 1 | -2/+2 |
| | | |||||
| * | Add space after comma in connection accepted interactions list | Max Kostikov | 2019-11-22 | 1 | -2/+2 |
| | | |||||
* | | sse: fix a regression where not all appearances of an notification were ↵ | Mario | 2019-11-22 | 1 | -12/+1 |
|/ | | | | looped through and fix format_notify() to not look for the parent item anymore | ||||
* | sse: store the item mid plus reactions mids in data-mids and change ↵ | Mario | 2019-11-22 | 4 | -5/+19 |
| | | | | functions accordingly | ||||
* | More descriptive connection status icons | M. Dent | 2019-11-22 | 2 | -0/+47 |
| | |||||
* | Remove duplicate Opengraph creation | Max Kostikov | 2019-11-18 | 1 | -3/+0 |
| | |||||
* | Update Articles.php | Max Kostikov | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Use channelx array on Opengraph markup procedure | Max Kostikov | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Move back Opengraph markup creation to init stage | Max Kostikov | 2019-11-18 | 1 | -1/+13 |
| | |||||
* | Merge branch 'dev' into 'dev' | Max Kostikov | 2019-11-18 | 13 | -26/+852 |
|\ | | | | | | | | | Dev sync See merge request kostikov/core!5 | ||||
| * | sse: implement notifications for anonymous visitors (info, notice and pubs) ↵ | Mario | 2019-11-15 | 3 | -13/+56 |
| | | | | | | | | and fix a potential memory leak | ||||
| * | onepoll: do not update dead feeds | Mario | 2019-11-15 | 1 | -5/+7 |
| | | |||||
| * | make inline pdf a security option, move thumbnail security to security ↵ | Mario | 2019-11-15 | 2 | -6/+11 |
| | | | | | | | | options from admin/site | ||||
| * | AP fixes | Mario | 2019-11-15 | 1 | -1/+7 |
| | | |||||
| * | sse: make sure we have an observer | Mario | 2019-11-13 | 1 | -0/+3 |
| | | |||||
| * | sse: revert to reset to array | Mario | 2019-11-13 | 1 | -1/+1 |
| | | |||||
| * | check if file exists | Mario | 2019-11-13 | 1 | -1/+1 |
| | | |||||
| * | sse: reset to empty string instead of empty array | Mario | 2019-11-13 | 1 | -1/+1 |
| | | |||||
| * | sse: do not delete xconfig - reset it | Mario | 2019-11-12 | 2 | -3/+6 |
| | | |||||
| * | better detection for who to send sys notifications (needs addons update) | Mario | 2019-11-12 | 2 | -0/+5 |
| | | |||||
| * | sse notifications | Mario | 2019-11-11 | 5 | -6/+764 |
| | | |||||
| * | hopefully fix query for postgres | Mario | 2019-11-10 | 1 | -5/+8 |
| | | | | | | (cherry picked from commit 9ad4c6528cc3ee4e34d2b5d77027a1c33cbadf5c) | ||||
| * | Ãremove some old unused javascript libraries | Mario | 2019-11-10 | 1 | -2/+0 |
| | | | | | | (cherry picked from commit 971e7eef9c415a2ce82eb0cd22eaabee12ae719c) |