Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix polish plurals function | Max Kostikov | 2021-01-31 | 1 | -2/+2 |
| | |||||
* | Fix polish plurals function | Max Kostikov | 2021-01-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'translation-pl' into 'dev' | Max Kostikov | 2021-01-30 | 34 | -559/+481 |
|\ | | | | | | | | | New fixes & translations See merge request hubzilla/core!1907 | ||||
| * | Fixes (!1905): | Andrzej Budziński | 2021-01-30 | 2 | -4/+2 |
| | | | | | | | | - view/pl/hmessages.po - view/pl/hstrings.php | ||||
| * | New fixes & translatosns: | Andrzej Budziński | 2021-01-30 | 34 | -555/+479 |
|/ | | | | | | | | - doc/pl/tutorials/*: 100% - doc/pl/checking_account_guota_usage.bb: 100% - doc/pl/member/member_guide.bb: fixes - doc/pl/admin/hub_snapshots.md: fixes - view/pl/hmessage.po: fixes - view/pl/hstrings.po: fixes to generated code | ||||
* | code format only | Mario | 2021-01-29 | 2 | -36/+14 |
| | |||||
* | code format only | Mario | 2021-01-28 | 3 | -322/+319 |
| | |||||
* | AS discovery for mod profile | Mario | 2021-01-28 | 1 | -14/+29 |
| | |||||
* | AS channel discovery with custom access header | Mario | 2021-01-28 | 3 | -13/+66 |
| | |||||
* | keep file permissions in util folder at 755 | Mario Vavti | 2021-01-27 | 78 | -0/+0 |
| | |||||
* | fix issue in view/pl/hstrings.php | Mario | 2021-01-27 | 1 | -2/+1 |
| | |||||
* | Merge branch 'customjotheaders' into 'dev' | Mario | 2021-01-27 | 3 | -2/+10 |
|\ | | | | | | | | | Custom "headers" in item creation form. See merge request hubzilla/core!1901 | ||||
| * | Custom "headers" in item creation form. | M. Dent | 2021-01-27 | 3 | -2/+10 |
| | | |||||
* | | Merge branch 'dev' into 'dev' | Mario | 2021-01-27 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Rebuild public tags cloud not often than once per 5 mins. See merge request hubzilla/core!1900 | ||||
| * | | Revert "Fix directory permissions on create" | Max Kostikov | 2021-01-27 | 1 | -2/+2 |
| |/ | | | | | | | This reverts commit 85c5e1178a57865ad977c260725da2839ebb4d98 | ||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-27 | 0 | -0/+0 |
|\ \ | |||||
| * | | Fix wrong redbasic theme permissions | Max Kostikov | 2021-01-27 | 17 | -0/+0 |
| | | | |||||
* | | | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 271 | -0/+0 |
| | | | |||||
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-27 | 89 | -8690/+48639 |
|\| | | |||||
| * | | Merge branch 'translation-pl' into 'dev' | Mario | 2021-01-27 | 89 | -8690/+48639 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Translation pl Polish translations (used on hub.hubzilla.pl) - view/pl: 100% - doc/pl: ~40% - doc/context/pl: 100% - doc/macros/pl: 100% See merge request hubzilla/core!1902 | ||||
| | * | Merge branch 'translation-pl' into 'dev' | Andrzej S. Budziński | 2021-01-27 | 89 | -8690/+48639 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | Translation pl Polish translations (used on hub.hubzilla.pl) - view/pl: 100% - doc/pl: ~40% - doc/context/pl: 100% - doc/macros/pl: 100% See merge request hubzilla/core!1902 | ||||
* / | thread listener improvements | Mario | 2021-01-26 | 2 | -6/+22 |
|/ | |||||
* | port fix from zap: catch a complex edge case where some public stream ↵ | Mario | 2021-01-26 | 1 | -4/+6 |
| | | | | comments were not being delivered and should have been | ||||
* | use mail envelope instead of lock icon for direct messages | Mario | 2021-01-26 | 5 | -3/+8 |
| | |||||
* | port youtube embed fix from zap | Mario | 2021-01-26 | 1 | -0/+7 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-26 | 1 | -4/+1 |
|\ | |||||
| * | fix issues in Activity::encode_item_collection() after recent changes | Mario Vavti | 2021-01-26 | 1 | -4/+1 |
| | | |||||
* | | Libzot::fetch_conversation() fixes | Mario | 2021-01-26 | 2 | -37/+28 |
|/ | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-01-25 | 6 | -148/+184 |
|\ | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-25 | 2 | -0/+6 |
| |\ | |||||
| | * | Run storageconv from web server user | Charlie Root | 2021-01-25 | 2 | -0/+6 |
| | | | |||||
| * | | expose manual public item import from searchbar, set commen_policy in ↵ | Mario | 2021-01-25 | 4 | -148/+178 |
| |/ | | | | | | | Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed | ||||
* / | invoke channel discovery by hash instead of address and add thread listeners ↵ | Mario Vavti | 2021-01-25 | 2 | -5/+9 |
|/ | | | | only if we also send them the post | ||||
* | Merge branch 'dev' into 'dev' | Mario | 2021-01-24 | 7 | -84/+168 |
|\ | | | | | | | | | Add support filesystem storage for xchan profile photos See merge request hubzilla/core!1898 | ||||
| * | Add support filesystem storage for xchan profile photos | Max Kostikov | 2021-01-24 | 7 | -84/+168 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-24 | 2 | -2/+14 |
|\| | |||||
| * | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-01-23 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Variable typo See merge request hubzilla/core!1897 | ||||
| | * | Variable typo | Max Kostikov | 2021-01-23 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-01-23 | 1 | -1/+4 |
| |\ | | | | | | | | | | | | | Don't fetch profile photos from own hub See merge request hubzilla/core!1896 | ||||
| | * | Don't fetch profile photos from own hub | Max Kostikov | 2021-01-23 | 1 | -1/+4 |
| | | | |||||
| * | | Do not store multiple profile images thumbnails | Max Kostikov | 2021-01-23 | 1 | -1/+10 |
| | | | |||||
* | | | revert externals/zotfeed functionality due to scaling issues. Save zotfeed ↵ | Mario | 2021-01-24 | 3 | -51/+32 |
| | | | | | | | | | | | | consumers that are not our contacts in thread listeners | ||||
* | | | extra check for item_private in fetch_and_store_parents() | Mario | 2021-01-24 | 1 | -5/+22 |
|/ / | |||||
* | | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-01-23 | 1 | -1/+1 |
|\| | | | | | | | | | Bump DB update version See merge request hubzilla/core!1895 | ||||
| * | Bump DB update version | Max Kostikov | 2021-01-23 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-01-23 | 13 | -424/+922 |
| |\ | |/ |/| | | | | | Dev sync See merge request kostikov/core!3 | ||||
* | | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-01-23 | 2 | -2/+25 |
|\| | | | | | | | | | | | # Conflicts: # Zotlabs/Daemon/Cache_query.php # include/contact_widgets.php # include/taxonomy.php | ||||
| * | Remove duplicated profile photos | Max Kostikov | 2021-01-23 | 1 | -0/+24 |
| | | |||||
| * | Fix duplicate profile photos creation for clones | Max Kostikov | 2021-01-23 | 1 | -2/+1 |
| | | |||||
| * | Higher log level | Max Kostikov | 2021-01-21 | 1 | -1/+1 |
| | |