Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for issue #1640 - use item_store() instead of post_activity_item() which ↵ | Mario Vavti | 2021-10-20 | 1 | -25/+23 |
| | | | | is checking for post_comment permission which we might not have in this case. item_store() requires slightly more data but basically does the same. Also some minor improvements and whitespace changes. | ||||
* | Fix clones sync when wiki or single wiki page deletion | Max Kostikov | 2021-04-22 | 1 | -12/+23 |
| | |||||
* | fix some php8 fatal errors | Mario | 2021-01-09 | 1 | -8/+8 |
| | | | (cherry picked from commit 2522d42c71baee9caba181566948ae4c899885bd) | ||||
* | some work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 1 | -1/+3 |
| | |||||
* | more work on linked item/resource deletion for photos and events, deprecate ↵ | Mario Vavti | 2019-06-13 | 1 | -1/+1 |
| | | | | the force flag in drop_item() and comment out goaway() in drop_item(). | ||||
* | add item.uuid to relevant places | zotlabs | 2018-11-15 | 1 | -13/+4 |
| | |||||
* | fix some more wiki issues | Mario Vavti | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | Rework Wiki encoding scheme. | M.Dent | 2018-10-08 | 1 | -0/+1 |
| | |||||
* | Implement custom escaping | M.Dent | 2018-10-08 | 1 | -3/+33 |
| | |||||
* | issue with wiki sync | zotlabs | 2018-04-15 | 1 | -2/+9 |
| | |||||
* | wiki: update acl on child pages when wiki perms change | zotlabs | 2017-09-16 | 1 | -0/+12 |
| | |||||
* | wiki sync - we weren't getting the child pages | zotlabs | 2017-09-16 | 1 | -0/+6 |
| | |||||
* | set update_title to false | Mario | 2017-09-15 | 1 | -0/+2 |
| | |||||
* | implement wiki editing | Mario | 2017-09-15 | 1 | -5/+46 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | git-marijus | 2017-09-15 | 1 | -7/+11 |
|\ | |||||
| * | wiki: lock mimetype | zotlabs | 2017-09-14 | 1 | -5/+10 |
| | | |||||
* | | some work on wiki acl | git-marijus | 2017-09-15 | 1 | -1/+8 |
|/ | |||||
* | issues from hubzilla:#737 | zotlabs | 2017-04-26 | 1 | -2/+2 |
| | |||||
* | add public_policy to the nwiki container also. This should not affect the ↵ | zotlabs | 2017-03-06 | 1 | -0/+2 |
| | | | | recent bug as presented, but is being added for consistency. | ||||
* | tested extensible permissions by adding wiki permissions. Discovered a ↵ | zotlabs | 2017-02-01 | 1 | -1/+1 |
| | | | | couple of issues that needed attention in the process. | ||||
* | better handling of html special chars in wiki and wikipage names | zotlabs | 2017-01-26 | 1 | -16/+11 |
| | |||||
* | missing single quote in query | Mario Vavti | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | typo | zotlabs | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | always sync parent wiki when syncing pages, just in case the original wiki ↵ | zotlabs | 2017-01-24 | 1 | -3/+7 |
| | | | | creation wasn't synced. | ||||
* | basic support for clone syncing of wikis and wiki pages | Hubzilla | 2017-01-22 | 1 | -2/+14 |
| | |||||
* | remove the channel introduction on the system notifications page. "Hubzilla, ↵ | Hubzilla | 2017-01-21 | 1 | -2/+0 |
| | | | | George commented on your status 20 minutes ago". We need the channel introduction (in this case "Hubzilla," in emails for situations where one person controls a lot of channels. We don't need it on the web notification summary; where you're only viewing notifications for a single given channel. | ||||
* | we need channel_id here not the whole channel | Mario Vavti | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | more urlencoding of message-ids which are used in links | Hubzilla | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | more work on native wiki - revert now works; still remaining: diff, ↵ | zotlabs | 2017-01-17 | 1 | -0/+199 |
delete-page, rename-page and export wiki. |