aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-02-061-1/+1
|\
| * only check for modeMario Vavti2017-02-061-1/+1
| |
* | don't add zid to app links if they're on this system and we're logged in ↵zotlabs2017-02-061-4/+10
|/ | | | already. This messes up the null arg detection in mod_network.
* move icon stuff back to app_render() and send navapps through app_render()Mario Vavti2017-02-061-5/+4
|
* make sure we do not remove other categories on app un-featureMario Vavti2017-02-061-2/+2
|
* parse icons in get_system_apps()Mario Vavti2017-02-061-0/+3
|
* check for app-icons in app_list() instead of app_render()Mario Vavti2017-02-031-3/+6
|
* move opensearch to pluginszotlabs2017-02-021-0/+2
|
* tested extensible permissions by adding wiki permissions. Discovered a ↵zotlabs2017-02-011-1/+1
| | | | couple of issues that needed attention in the process.
* hide featured app category in the app category widgetMario Vavti2017-01-311-2/+2
|
* provide a feature/unfeature app buttonMario Vavti2017-01-301-2/+21
|
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-262-22/+18
|
* missing single quote in queryMario Vavti2017-01-261-1/+1
|
* query for item_hidden is not needed anymoreMario Vavti2017-01-261-1/+1
|
* fix renaming of wiki pagesMario Vavti2017-01-261-6/+10
|
* resolve the linked item delete issue by declaring what types of linked items ↵zotlabs2017-01-251-2/+2
| | | | cannot be deleted
* fixes for wiki create/delete pageMario Vavti2017-01-251-9/+7
|
* typozotlabs2017-01-241-1/+1
|
* always sync parent wiki when syncing pages, just in case the original wiki ↵zotlabs2017-01-241-3/+7
| | | | creation wasn't synced.
* remnant code that checked for version to see if an app was installed. We do ↵zotlabs2017-01-231-2/+1
| | | | that differently now.
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-222-13/+28
|
* use icons for app photos.Hubzilla2017-01-221-2/+5
|
* remove the channel introduction on the system notifications page. "Hubzilla, ↵Hubzilla2017-01-211-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 wikiHubzilla2017-01-201-22/+28
|
* js errors with raw message-id, string updateHubzilla2017-01-201-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeHubzilla2017-01-191-1/+1
|\
| * we need channel_id here not the whole channelMario Vavti2017-01-191-1/+1
| |
* | add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-1/+1
|/ | | | component of /display/ links for message-ids that contain troublesome characters
* more urlencoding of message-ids which are used in linksHubzilla2017-01-182-2/+2
|
* native wiki updatesHubzilla2017-01-181-1/+1
|
* nwiki updatesHubzilla2017-01-181-77/+96
|
* more work on native wiki - revert now works; still remaining: diff, ↵zotlabs2017-01-172-0/+820
| | | | delete-page, rename-page and export wiki.
* several minor app nitszotlabs2017-01-131-4/+5
|
* re-factor item_photo_menu - there is some room for future development, ↵zotlabs2016-12-181-0/+2
| | | | currently it was made compatible with minimal template changes
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-141-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 ↵zotlabs2016-12-111-0/+79
| | | | destabilising so disabled until after next release
* move the rest of superblock out of corezotlabs2016-12-111-1/+1
|
* minor changes to config api and markdown_to_bbzotlabs2016-12-056-16/+16
|
* compatible_project: we are only concerned with the default realmzotlabs2016-12-011-0/+4
|
* wrong linkzotlabs2016-11-291-1/+1
|
* provide a fresh new look and cleaner layout and more relevant information to ↵zotlabs2016-11-291-0/+14
| | | | siteinfo
* notification issuezotlabs2016-11-221-1/+1
|
* redmatrix is no longer considered a supported platform and will not be ↵zotlabs2016-11-191-1/+7
| | | | listed in pubsites as of 2.x
* issue #588, change 'Bug Report' app to 'Report Bug'zotlabs2016-11-172-3/+3
|
* don't send notification for posts/comments on old conversations that were ↵zotlabs2016-11-121-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 buttonszotlabs2016-11-071-0/+4
|
* silence a minor warningzotlabs2016-11-021-0/+1
|
* [BUGFIX] for fromStandalonePermission().Klaus Weidenbach2016-10-201-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 ↵zotlabs2016-10-171-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()zotlabs2016-10-171-6/+9
|