Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better handling of html special chars in wiki and wikipage names | zotlabs | 2017-01-26 | 2 | -22/+18 |
| | |||||
* | missing single quote in query | Mario Vavti | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | query for item_hidden is not needed anymore | Mario Vavti | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | fix renaming of wiki pages | Mario Vavti | 2017-01-26 | 1 | -6/+10 |
| | |||||
* | resolve the linked item delete issue by declaring what types of linked items ↵ | zotlabs | 2017-01-25 | 1 | -2/+2 |
| | | | | cannot be deleted | ||||
* | fixes for wiki create/delete page | Mario Vavti | 2017-01-25 | 1 | -9/+7 |
| | |||||
* | 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. | ||||
* | remnant code that checked for version to see if an app was installed. We do ↵ | zotlabs | 2017-01-23 | 1 | -2/+1 |
| | | | | that differently now. | ||||
* | basic support for clone syncing of wikis and wiki pages | Hubzilla | 2017-01-22 | 2 | -13/+28 |
| | |||||
* | use icons for app photos. | Hubzilla | 2017-01-22 | 1 | -2/+5 |
| | |||||
* | 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. | ||||
* | add bbcode language conditionals to wiki | Hubzilla | 2017-01-20 | 1 | -22/+28 |
| | |||||
* | js errors with raw message-id, string update | Hubzilla | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | Hubzilla | 2017-01-19 | 1 | -1/+1 |
|\ | |||||
| * | we need channel_id here not the whole channel | Mario Vavti | 2017-01-19 | 1 | -1/+1 |
| | | |||||
* | | 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 | ||||
* | more urlencoding of message-ids which are used in links | Hubzilla | 2017-01-18 | 2 | -2/+2 |
| | |||||
* | native wiki updates | Hubzilla | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | nwiki updates | Hubzilla | 2017-01-18 | 1 | -77/+96 |
| | |||||
* | more work on native wiki - revert now works; still remaining: diff, ↵ | zotlabs | 2017-01-17 | 2 | -0/+820 |
| | | | | delete-page, rename-page and export wiki. | ||||
* | several minor app nits | zotlabs | 2017-01-13 | 1 | -4/+5 |
| | |||||
* | re-factor item_photo_menu - there is some room for future development, ↵ | zotlabs | 2016-12-18 | 1 | -0/+2 |
| | | | | currently it was made compatible with minimal template changes | ||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 1 | -22/+65 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | some preliminary work for email notification of likes - potentially ↵ | zotlabs | 2016-12-11 | 1 | -0/+79 |
| | | | | destabilising so disabled until after next release | ||||
* | move the rest of superblock out of core | zotlabs | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | minor changes to config api and markdown_to_bb | zotlabs | 2016-12-05 | 6 | -16/+16 |
| | |||||
* | compatible_project: we are only concerned with the default realm | zotlabs | 2016-12-01 | 1 | -0/+4 |
| | |||||
* | wrong link | zotlabs | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | provide a fresh new look and cleaner layout and more relevant information to ↵ | zotlabs | 2016-11-29 | 1 | -0/+14 |
| | | | | siteinfo | ||||
* | notification issue | zotlabs | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | redmatrix is no longer considered a supported platform and will not be ↵ | zotlabs | 2016-11-19 | 1 | -1/+7 |
| | | | | listed in pubsites as of 2.x | ||||
* | issue #588, change 'Bug Report' app to 'Report Bug' | zotlabs | 2016-11-17 | 2 | -3/+3 |
| | |||||
* | don't send notification for posts/comments on old conversations that were ↵ | zotlabs | 2016-11-12 | 1 | -0/+4 |
| | | | | refetched after having expired. We'll accomplish this by limiting notifications to items posted within the last month. | ||||
* | cleanup and re-organise the voting and attendance buttons | zotlabs | 2016-11-07 | 1 | -0/+4 |
| | |||||
* | silence a minor warning | zotlabs | 2016-11-02 | 1 | -0/+1 |
| | |||||
* | [BUGFIX] for fromStandalonePermission(). | Klaus Weidenbach | 2016-10-20 | 1 | -28/+26 |
| | | | | | | Not sure if this method is used anywhere, but it should not have worked correctly. This should correct it. Add a unit test for this class. | ||||
* | add get_photo hook to go along with get_profile_photo hook. This allows a ↵ | zotlabs | 2016-10-17 | 1 | -3/+0 |
| | | | | plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested | ||||
* | array_key_exists warning on PConfig::Delete() | zotlabs | 2016-10-17 | 1 | -6/+9 |
| | |||||
* | provide text log results of email success/failure rather than 1 and 0. | zotlabs | 2016-10-13 | 2 | -5/+5 |
| | |||||
* | start removing db backticks | redmatrix | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | add some more stuff to admin/account_edit (service class, language, and ↵ | redmatrix | 2016-10-03 | 1 | -0/+21 |
| | | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once. | ||||
* | return the email_sent status | redmatrix | 2016-10-03 | 1 | -2/+2 |
| | |||||
* | another missing backslash | Mario Vavti | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | missing backslash | Mario Vavti | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | change hook name and return results | redmatrix | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | Unify the various mail sending instance to enotify::send() and z_mail(). ↵ | redmatrix | 2016-10-01 | 1 | -3/+15 |
| | | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook. | ||||
* | add another hook | redmatrix | 2016-09-29 | 1 | -0/+11 |
| | |||||
* | issue #127 | redmatrix | 2016-09-29 | 1 | -9/+9 |
| | |||||
* | change notify param | redmatrix | 2016-09-29 | 1 | -1/+4 |
| |