2deafa0dea
update link to account roles help on new_channel page
zotlabs
2017-05-25 23:03:55 -07:00
938a621810
update the link to account roles help on register page
zotlabs
2017-05-25 23:02:48 -07:00
583a047e83
looks like a commit was lost someplace, but I'll re-do it later (convert sql schema files to default integers to int values); in any event change all the mysql strings that were 255 maxlength to 191 maxlength in case they get used as indexes down the line
zotlabs
2017-05-25 22:50:16 -07:00
57edfa7ae8
put back obsolete permission fields in abook and channel schema files so we can restore the old data without choking when upgrading the table type
zotlabs
2017-05-25 22:10:01 -07:00
b4da2d35bf
start using the abook_not_here flag (requires changes in addons, not easily portable to hubzilla)
zotlabs
2017-05-25 13:37:13 -07:00
fd357f87be
only store search info for text filetypes when updating the documentation indexes
zotlabs
2017-05-24 22:34:52 -07:00
df8c69f73b
some minor help cleanup - add '-/foo' override of language detection
zotlabs
2017-05-24 22:24:45 -07:00
8ce98e38dc⬆️ Update dev libraries.
Klaus Weidenbach
2017-05-18 21:43:50 +02:00
3a00140797
remove php version checks for older ( < 5.4) code incompatibilities
zotlabs
2017-05-23 21:20:40 -07:00
50c9aec436
some issues with the app order template logic
zotlabs
2017-05-21 22:42:22 -07:00
ec7ecc285e
apporder module and all the associated backend stuff to make it work; probably needs a bit of UI cleanup and a link to it from somewhere
zotlabs
2017-05-21 22:23:36 -07:00
07ee4984cb
some issues with the app order template logic
zotlabs
2017-05-21 22:42:22 -07:00
e4448423fb
apporder module and all the associated backend stuff to make it work; probably needs a bit of UI cleanup and a link to it from somewhere
zotlabs
2017-05-21 22:23:36 -07:00
50e9d02458
bump version
Mario Vavti
2017-05-20 23:04:18 +02:00
45233dd53c
2.4RC1.1
Mario Vavti
2017-05-20 23:03:06 +02:00
b14fb1759d
2.4RC1
Mario Vavti
2017-05-20 22:24:54 +02:00
abd757d356
always wonder about people who say "do as I say, not as I do..."
zotlabs
2017-05-14 18:37:36 -07:00
28645b492e
one file hadn't yet been saved when doing pull request
zotlabs
2017-05-03 19:02:20 -07:00
3919c8f79f
abook_not_here flag created to indicate singleton connections which are connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented.
zotlabs
2017-05-03 18:50:32 -07:00
803be11bbc
Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds but this prevents it from rendering
zotlabs
2017-05-14 18:02:22 -07:00
21103f8bc4
provide mechanism to arbitrarily sort the nav tray apps, currently the preferred order list needs to be manually created
zotlabs
2017-05-16 22:57:34 -07:00
a1ba44db72
provide mechanism to arbitrarily sort the nav tray apps, currently the preferred order list needs to be manually created
zotlabs
2017-05-16 22:57:34 -07:00
d056b13e14
:construction_worker:✅ Documentation Permissions.php.
Klaus Weidenbach
2017-05-13 00:16:50 +02:00
7a39ccf7bb
regenerate optimized autoload files
Mario Vavti
2017-05-16 19:03:37 +02:00
3be90c2e45
include attach.php here (boot.php) instead of each file that uses it. Eventually this needs to move to an autoloader.
zotlabs
2017-04-17 17:54:50 -07:00
60caecffdd
include attach.php here (boot.php) instead of each file that uses it. Eventually this needs to move to an autoloader.
zotlabs
2017-04-17 17:54:50 -07:00
df3eb562f0
danger - do not use 'char(n)' with postgres it creates a thing called a bpchar which is different than a normal text field in subtle ways.
zotlabs
2017-05-15 22:58:13 -07:00
c4b247e75e
no bug reporting info in docs
zotlabs
2017-05-15 20:37:29 -07:00
d9fdd0ce36
no bug reporting info in docs
zotlabs
2017-05-15 20:37:29 -07:00
226fcac72e
Update nginx
Thomas Willingham
2017-05-15 10:55:33 +01:00
5c8a911c93
this looks like a slightly cleaner solution to the unicode dl issue
zotlabs
2017-05-14 21:04:34 -07:00
3916d5c567
always wonder about people who say "do as I say, not as I do..."
zotlabs
2017-05-14 18:37:36 -07:00
ef51c1c2b2
Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds but this prevents it from rendering
zotlabs
2017-05-14 18:02:22 -07:00
f637faf0d2
Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds but this prevents it from rendering
zotlabs
2017-05-14 18:02:22 -07:00
e501289a55
consolidate and simplify the generation of activitystreams persons, add a couple more fields hoping eventually Mastodon will accept legal follow activities without choking on them. Requires an update of plugins also.
zotlabs
2017-05-11 17:39:26 -07:00
1ebc9de1e6
Empty ACL should not result in no ACL when uploading a file
Mario Vavti
2017-05-11 13:31:36 +02:00