aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed numerous bugs with the addon repo management GUI. Only show Manage ↵Andrew Manning2017-01-261-7/+12
| | | | Repos button if webserver has write permission on extend/addon/.
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-263-31/+28
|
* missing single quote in queryMario Vavti2017-01-261-1/+1
|
* minor cleanupMario Vavti2017-01-261-4/+1
|
* query for item_hidden is not needed anymoreMario Vavti2017-01-261-1/+1
|
* fix renaming of wiki pagesMario Vavti2017-01-262-12/+16
|
* resolve the linked item delete issue by declaring what types of linked items ↵zotlabs2017-01-251-2/+2
| | | | cannot be deleted
* only allow wiki owner to delete pageszotlabs2017-01-251-0/+6
|
* fixes for wiki create/delete pageMario Vavti2017-01-252-24/+10
|
* typozotlabs2017-01-241-1/+1
|
* always sync parent wiki when syncing pages, just in case the original wiki ↵zotlabs2017-01-242-9/+13
| | | | creation wasn't synced.
* initial selections for extensible permission categories ("permcats")zotlabs2017-01-241-0/+42
|
* 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-224-16/+41
|
* use icons for app photos.Hubzilla2017-01-221-2/+5
|
* remove the channel introduction on the system notifications page. "Hubzilla, ↵Hubzilla2017-01-212-3/+4
| | | | 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-202-25/+33
|
* language aware contentHubzilla2017-01-201-0/+2
|
* 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-192-2/+2
|\
| * we need channel_id here not the whole channelMario Vavti2017-01-192-2/+2
| |
* | add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-196-13/+19
|/ | | | component of /display/ links for message-ids that contain troublesome characters
* more urlencoding of message-ids which are used in linksHubzilla2017-01-183-3/+3
|
* urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-184-11/+6
| | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider.
* native wiki updatesHubzilla2017-01-182-5/+4
|
* nwiki updatesHubzilla2017-01-182-203/+266
|
* more work on native wiki - revert now works; still remaining: diff, ↵zotlabs2017-01-172-0/+820
| | | | delete-page, rename-page and export wiki.
* native wiki stuffzotlabs2017-01-171-2/+4
|
* daemon_addon hook - lets plugins create custom background processes.zotlabs2017-01-171-0/+14
|
* vcard export from profilezotlabs2017-01-151-1/+12
|
* more integration of vcard and profileszotlabs2017-01-151-3/+31
|
* attach_delete() - remove photo resources even if the attach table row wasn't ↵zotlabs2017-01-151-2/+1
| | | | found.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-01-131-9/+6
|\
| * possibly improve the album list query and save the result in App::$dataMario Vavti2017-01-131-9/+6
| |
* | several minor app nitszotlabs2017-01-133-9/+12
|/
* missing protect_sprintf which is the source of issue #642 - if a mention ↵zotlabs2017-01-121-2/+2
| | | | search contains % it will result in an SQL vsprintf error
* we should actually check for existance of a given album at this place. this ↵Mario Vavti2017-01-121-6/+1
| | | | query can probably be more simple though
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-01-111-2/+4
|\
| * expires lost during editzotlabs2017-01-111-2/+4
| |
* | comment out redundant querysMario Vavti2017-01-111-3/+10
|/
* obj_type on edit activity was wrongzotlabs2017-01-091-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-01-091-0/+26
|\
| * implement a menu to select a section to be open by defaultMario Vavti2017-01-091-0/+26
| |
* | channel move stuff (disabled currently because not yet complete)zotlabs2017-01-091-3/+6
|/
* Comanche: add greater/less than (plus greater/less than or equal) conditionalszotlabs2017-01-071-1/+31
|
* Comanche conditionals - provide a conditional "~=" form for testing ↵zotlabs2017-01-071-0/+12
| | | | 'contains' (case independent substring match). Also add $request the request uri) to the supported variables.
* setup: check disabled functions more precisely than using a string matchzotlabs2017-01-051-2/+7
|
* issue #639, voting setting is lost after post is edited (also the disabling ↵zotlabs2017-01-051-0/+1
| | | | of comments)
* fix chat member list when one or members are connected via access tokenszotlabs2017-01-021-3/+17
|
* set 'adjust for viewer timezone' as the default for new events.zotlabs2017-01-021-3/+6
|