zotlabs
|
9addcfe827
|
finish remaining places where xchan_store_lowlevel needs to be used
|
2017-01-29 15:25:24 -08:00 |
|
Mario Vavti
|
8b5793e629
|
more work on app-bin
|
2017-01-27 17:51:49 +01:00 |
|
Andrew Manning
|
d9a5b11c9a
|
Fixed numerous bugs with the addon repo management GUI. Only show Manage Repos button if webserver has write permission on extend/addon/.
|
2017-01-26 21:20:15 -05:00 |
|
zotlabs
|
22839e48d0
|
better handling of html special chars in wiki and wikipage names
|
2017-01-26 15:16:41 -08:00 |
|
Mario Vavti
|
54826808cf
|
minor cleanup
|
2017-01-26 12:23:59 +01:00 |
|
Mario Vavti
|
02e8058c50
|
fix renaming of wiki pages
|
2017-01-26 10:46:44 +01:00 |
|
zotlabs
|
45dbd31d28
|
only allow wiki owner to delete pages
|
2017-01-25 12:21:52 -08:00 |
|
Mario Vavti
|
1db57c498d
|
fixes for wiki create/delete page
|
2017-01-25 19:41:47 +01:00 |
|
zotlabs
|
9e70d54300
|
always sync parent wiki when syncing pages, just in case the original wiki creation wasn't synced.
|
2017-01-24 20:14:58 -08:00 |
|
Hubzilla
|
17f1d39fcf
|
basic support for clone syncing of wikis and wiki pages
|
2017-01-22 18:48:45 -08:00 |
|
Hubzilla
|
b513662b52
|
remove the channel introduction on the system notifications page. "Hubzilla, 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.
|
2017-01-21 15:20:59 -08:00 |
|
Hubzilla
|
bb233a9872
|
add bbcode language conditionals to wiki
|
2017-01-20 15:42:15 -08:00 |
|
Hubzilla
|
f57926d9ec
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
|
2017-01-19 15:40:28 -08:00 |
|
Hubzilla
|
96f196febd
|
add gen_link_id() function to selectively encode/decode the message-id component of /display/ links for message-ids that contain troublesome characters
|
2017-01-19 15:37:30 -08:00 |
|
Mario Vavti
|
4295b1945e
|
we need channel_id here not the whole channel
|
2017-01-19 10:02:26 +01:00 |
|
Hubzilla
|
5ce96b9b95
|
more urlencoding of message-ids which are used in links
|
2017-01-18 19:36:06 -08:00 |
|
Hubzilla
|
7dfadfea4a
|
urlencode the message-id component of generated /display/ links; in most cases this will be a no-op, unless the message-id is a url of some kind from a different provider.
|
2017-01-18 18:45:17 -08:00 |
|
Hubzilla
|
d4e58e94f6
|
native wiki updates
|
2017-01-18 18:18:37 -08:00 |
|
Hubzilla
|
6e504b7bc9
|
nwiki updates
|
2017-01-18 17:45:27 -08:00 |
|
zotlabs
|
b6595a44d1
|
native wiki stuff
|
2017-01-17 17:41:19 -08:00 |
|
zotlabs
|
e5662dc893
|
vcard export from profile
|
2017-01-15 21:23:43 -08:00 |
|
zotlabs
|
c32bc9dda4
|
more integration of vcard and profiles
|
2017-01-15 19:51:14 -08:00 |
|
zotlabs
|
b20cce1408
|
attach_delete() - remove photo resources even if the attach table row wasn't found.
|
2017-01-15 15:24:51 -08:00 |
|
zotlabs
|
e843d27f8c
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
|
2017-01-13 13:23:21 -08:00 |
|
zotlabs
|
4f1e4ffa70
|
several minor app nits
|
2017-01-13 13:22:36 -08:00 |
|
Mario Vavti
|
8ef84e2aa7
|
possibly improve the album list query and save the result in App::$data
|
2017-01-13 11:22:50 +01:00 |
|
zotlabs
|
9fb8661eef
|
missing protect_sprintf which is the source of issue #642 - if a mention search contains % it will result in an SQL vsprintf error
|
2017-01-12 13:05:36 -08:00 |
|
Mario Vavti
|
88ac326caf
|
we should actually check for existance of a given album at this place. this query can probably be more simple though
|
2017-01-12 12:32:31 +01:00 |
|
Mario Vavti
|
bdd420a08e
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
|
2017-01-11 22:16:19 +01:00 |
|
Mario Vavti
|
76daa03df0
|
comment out redundant querys
|
2017-01-11 22:16:02 +01:00 |
|
zotlabs
|
41dc40dd84
|
expires lost during edit
|
2017-01-11 12:31:55 -08:00 |
|
zotlabs
|
120afb30c1
|
obj_type on edit activity was wrong
|
2017-01-09 22:12:44 -08:00 |
|
zotlabs
|
47bc573de5
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
|
2017-01-09 14:38:49 -08:00 |
|
zotlabs
|
a6272fcf76
|
channel move stuff (disabled currently because not yet complete)
|
2017-01-09 14:37:56 -08:00 |
|
Mario Vavti
|
b8f0e565f5
|
implement a menu to select a section to be open by default
|
2017-01-09 12:03:32 +01:00 |
|
zotlabs
|
2312302dea
|
setup: check disabled functions more precisely than using a string match
|
2017-01-05 14:17:56 -08:00 |
|
zotlabs
|
ec18c3770b
|
issue #639, voting setting is lost after post is edited (also the disabling of comments)
|
2017-01-05 12:17:36 -08:00 |
|
zotlabs
|
ae563e2b1c
|
fix chat member list when one or members are connected via access tokens
|
2017-01-02 23:35:40 -08:00 |
|
zotlabs
|
1ceca4ae19
|
set 'adjust for viewer timezone' as the default for new events.
|
2017-01-02 14:13:02 -08:00 |
|
zotlabs
|
b88a735e54
|
feature: allow event creation in other timezones than your own.
|
2017-01-01 19:51:44 -08:00 |
|
zotlabs
|
bead3e6095
|
profile vcard - generate vcard on profile update
|
2017-01-01 14:15:07 -08:00 |
|
zotlabs
|
a9c8d4a216
|
peoplefind widget should honour directory option settings (such as this site only).
|
2016-12-30 13:09:35 -08:00 |
|
zotlabs
|
286c3eafe3
|
minor cleanup
|
2016-12-26 14:17:40 -08:00 |
|
zotlabs
|
56219f9f61
|
create first webpage as 'home' if none exist.
|
2016-12-25 14:40:50 -08:00 |
|
zotlabs
|
bb85e139f1
|
more vcard work
|
2016-12-21 15:03:33 -08:00 |
|
zotlabs
|
3d811a17fe
|
provide call button on connections list if mobile|tablet and a phone number exists
|
2016-12-20 23:26:31 -08:00 |
|
zotlabs
|
f3ec818a66
|
abook_vcard cleanup
|
2016-12-20 20:37:06 -08:00 |
|
zotlabs
|
a270ca5101
|
allow update of fn and initial setting from channel name
|
2016-12-20 19:31:50 -08:00 |
|
zotlabs
|
493aa9f20d
|
progress on abook_vcard
|
2016-12-20 18:43:20 -08:00 |
|
zotlabs
|
6ff462abf3
|
more abook_vcard
|
2016-12-20 17:19:53 -08:00 |
|
zotlabs
|
4103344e48
|
abook_vcard first commit
|
2016-12-20 16:45:12 -08:00 |
|
zotlabs
|
231b70b987
|
call zidify_links() when formatting bbcode for internal consumption
|
2016-12-19 16:06:49 -08:00 |
|
zotlabs
|
350627988e
|
zidify private mail
|
2016-12-19 14:35:13 -08:00 |
|
zotlabs
|
1d63654662
|
there are occasional sites which use different capitalisation of Content-Type; which is rare, but completely legal.
|
2016-12-15 18:08:23 -08:00 |
|
Mario Vavti
|
2a2a4b96c7
|
more wiki cleanup
|
2016-12-15 10:56:16 +01:00 |
|
zotlabs
|
bae28965ab
|
issue #446 apps usability - disable app if attached to a plugin that is uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
|
2016-12-14 19:11:01 -08:00 |
|
Mario Vavti
|
028935a318
|
wiki: do not show revert buttons if we do not have write perms and minor cleanup
|
2016-12-14 11:55:52 +01:00 |
|
zotlabs
|
0394a3e939
|
tag and mention handling in private mail (which required refactoring the bbcode cleanup stuff in mod_item)
|
2016-12-13 20:01:38 -08:00 |
|
zotlabs
|
f111c5c325
|
mail preview (basic functionality)
|
2016-12-13 17:30:02 -08:00 |
|
zotlabs
|
e06647b54e
|
some preliminary work for email notification of likes - potentially destabilising so disabled until after next release
|
2016-12-11 17:54:03 -08:00 |
|
zotlabs
|
9e27559bdb
|
clone sync missing for some item delete operations
|
2016-12-11 14:39:06 -08:00 |
|
Mario Vavti
|
0a21ffbfec
|
show doc section heading in titlebar
|
2016-12-11 21:43:27 +01:00 |
|
Andrew Manning
|
6668fe02aa
|
Only display h1 headings in sticky side nav. Toggle display of detailed TOC at top of page. Introduce return to top button for small screens.
|
2016-12-09 22:18:23 -05:00 |
|
zotlabs
|
33d75ad7b0
|
Report the WebDAV endpoint on the settings page (under the reddress) if the account techlevel suggests the viewer isn't going to run away screaming and have epileptic seizures when they see the term 'WebDAV'.
|
2016-12-08 18:06:31 -08:00 |
|
zotlabs
|
d9312dbefb
|
setup: a bit more text cleanup
|
2016-12-04 17:27:29 -08:00 |
|
zotlabs
|
5cb638bd41
|
setup: we actually don't require proc_open any more, so remove that check.
|
2016-12-04 17:23:45 -08:00 |
|
zotlabs
|
e1ffacbe32
|
text syntax
|
2016-12-04 15:23:55 -08:00 |
|
zotlabs
|
6d9fe04aa8
|
setup changes to check for shell_exec and exec functions
|
2016-12-04 15:19:58 -08:00 |
|
Mario Vavti
|
3f6fe4f2be
|
translateable string
|
2016-12-04 15:10:54 +01:00 |
|
Mario Vavti
|
b12d4c03cb
|
fixes for toc bbcode and bbcode wiki toc
|
2016-12-04 12:51:23 +01:00 |
|
zotlabs
|
792527d456
|
mod_item: better exception handling for api use
|
2016-12-03 13:31:56 -08:00 |
|
zotlabs
|
8e6ff32c97
|
more api work for item/store and doco
|
2016-12-02 23:09:25 -08:00 |
|
zotlabs
|
1ff6e4db9d
|
upgraded zotlabs.com to https
|
2016-12-01 19:53:34 -08:00 |
|
zotlabs
|
6c5795b519
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
|
2016-12-01 02:51:27 -08:00 |
|
zotlabs
|
6552ccc477
|
issue #607 parens not recognised inside urls
|
2016-12-01 02:44:01 -08:00 |
|
Mario Vavti
|
adb9f31803
|
more wiki cleanup
|
2016-12-01 11:38:49 +01:00 |
|
Mario Vavti
|
d7f655dfc5
|
wiki cleanup - wip. please watch out for eventual regressions
|
2016-12-01 11:24:35 +01:00 |
|
Mario Vavti
|
1fe1194ef4
|
do not call purify_html() at this place
|
2016-11-30 15:13:06 +01:00 |
|
Mario Vavti
|
19d0919451
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
|
2016-11-30 13:31:08 +01:00 |
|
Mario Vavti
|
afffbb6487
|
go live with wiki mimetypes - you can now choose if a wiki will contain markdown or bb-code markup
|
2016-11-30 13:30:50 +01:00 |
|
zotlabs
|
9b3c00e0b6
|
pubsites: don't list dead sites
|
2016-11-30 01:16:44 -08:00 |
|
zotlabs
|
8c87f32b38
|
This isn't the most elegant solution as it requires a bit of arcane knowledge, but provide a way to step through connections with a specific tab/panel open in the connection editor. It does not close the default panel, but merely opens the one specified by a §ion= URL parameter (closing the default panel would require a major refactoring of the default panel logic). Valid choices for section currently are affinity, filter, and perms. This tab/panel selection should persist across form posting and 'prev/next'.
|
2016-11-29 18:41:34 -08:00 |
|
zotlabs
|
d757dd4e17
|
provide a fresh new look and cleaner layout and more relevant information to siteinfo
|
2016-11-29 15:47:38 -08:00 |
|
Mario Vavti
|
d184b3fa86
|
more work on wiki mimetypes
|
2016-11-29 10:33:46 +01:00 |
|
Mario Vavti
|
91e97468a0
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
|
2016-11-29 10:13:47 +01:00 |
|
zotlabs
|
90f3cc7328
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
|
2016-11-28 11:19:20 -08:00 |
|
Mario Vavti
|
f9b732482d
|
some basic work for implementing mimetypes for wikis
|
2016-11-28 15:24:49 +01:00 |
|
git-marijus
|
683a09781a
|
Merge pull request #602 from anaqreon/doco
Update context help content and context page element focus feature.
|
2016-11-28 13:44:41 +01:00 |
|
Mario Vavti
|
d8774cda8e
|
minor cleanup and remove more double encoding
|
2016-11-28 11:54:36 +01:00 |
|
Andrew Manning
|
7470b1180e
|
Add ability to include page assets in documentation pages such as images. Updated Personal Channel tutorial to use local images using this new capability.
|
2016-11-27 13:43:07 -07:00 |
|
zotlabs
|
7de4f1d96f
|
connedit prev/next: sort in the db.
|
2016-11-26 14:28:36 -08:00 |
|
git-marijus
|
e7a4aeca6f
|
Merge pull request #601 from anaqreon/wiki
Wiki: Make a git commit when a new page is created
|
2016-11-25 11:08:44 +01:00 |
|
Andrew Manning
|
86002a2f7b
|
Make a git commit when a new page is created, recording who created the page.
|
2016-11-24 18:24:15 -05:00 |
|
zotlabs
|
08a4bbb7d0
|
prev-next navigation for mod_connedit
|
2016-11-24 15:08:31 -08:00 |
|
Mario Vavti
|
6cf8ca5e43
|
whitespace and minor fixes
|
2016-11-23 13:38:27 +01:00 |
|
Mario Vavti
|
f76046b612
|
silence headers already sent warning. issue #596
|
2016-11-23 10:28:37 +01:00 |
|
Mario Vavti
|
69e1f6e4ba
|
whitespace and coding style
|
2016-11-23 09:47:10 +01:00 |
|
Mario Vavti
|
2fce010f30
|
whitespace cleanup
|
2016-11-23 09:41:10 +01:00 |
|
Mario Vavti
|
060982adb4
|
display wiki list on wiki landing page.
|
2016-11-22 11:30:04 +01:00 |
|
zotlabs
|
abb3341030
|
redmatrix is no longer considered a supported platform and will not be listed in pubsites as of 2.x
|
2016-11-19 13:15:29 -08:00 |
|