zotlabs
|
459ec78a5e
|
provide easy access to the autoperms setting for forum and repository channels. This may be needed in the future to protect an existing forum from assault by spammers with changing identities. The forum can quickly be turned into membership by approval and either left that way permanently or hopefully reversed at a later date. Previously this would require switching to expert mode or setting a pconfig manually.
|
2018-05-02 22:59:21 -07:00 |
|
zotlabs
|
6bf5eea646
|
make the cloud logging a bit less verbose until we actually need it.
|
2018-05-02 22:05:55 -07:00 |
|
zotlabs
|
e9f49d9d9c
|
admin delete of files
|
2018-05-02 20:08:59 -07:00 |
|
zotlabs
|
9713436f49
|
backend work to allow admin to delete photos. Still requires frontend work to give admin access to either the photos and/or the delete link.
|
2018-05-02 18:23:42 -07:00 |
|
zotlabs
|
406ea67bbc
|
Provide admin delete ability if the viewer is admin but has no existing delete authority. For 3.5+ as a new string is involved.
|
2018-05-02 17:39:12 -07:00 |
|
zotlabs
|
285781b887
|
hubzilla issue #1151 - activitypub mention gets bookmarked
|
2018-05-02 13:49:22 -07:00 |
|
zotlabs
|
7a55ead97d
|
new feature (post 3.4): allow a different username to be used when importing.
|
2018-05-01 20:29:07 -07:00 |
|
zotlabs
|
cd200ee706
|
The channel import page seems to have missed the big theme cleanup of the last couple of years.
|
2018-05-01 19:38:32 -07:00 |
|
zotlabs
|
db930b794d
|
provide warnings about profile photo and cover photo permissions
|
2018-05-01 16:54:54 -07:00 |
|
zotlabs
|
08bcd29eee
|
hubzilla issue #1149, don't duplicate addressbook entries on repeated channel imports
|
2018-05-01 16:15:59 -07:00 |
|
zotlabs
|
32423a7706
|
parent folder permissions weren't being checked back to the cloud root directory in all cases
|
2018-04-30 22:30:59 -07:00 |
|
zotlabs
|
e841e48258
|
hubzilla issue #1119 - xml2array has issues with some unicode sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array.
|
2018-04-29 23:05:38 -07:00 |
|
zotlabs
|
aa15867c95
|
Update issues on postgres
|
2018-04-29 17:50:35 -07:00 |
|
zotlabs
|
8c7bf6d2f3
|
remove unused function
|
2018-04-28 14:13:56 -07:00 |
|
zotlabs
|
09ef1b1bb6
|
sql error
|
2018-04-27 02:34:52 -07:00 |
|
zotlabs
|
9a7e8f4d68
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2018-04-26 20:31:16 -07:00 |
|
zotlabs
|
7b445a5b39
|
where possible strip zid parameter from links that get pasted into posts so that they will get a correct zid when rendered
|
2018-04-26 20:27:14 -07:00 |
|
zotlabs
|
ce13fef6aa
|
more testing of attach_move() uncovered some issues
|
2018-04-26 19:21:08 -07:00 |
|
zotlabs
|
38e99c8354
|
set the 'force' flag on attach_mkdir when initiated from a DAV operation. This will report success if it already exists rather than throwing an exception.
|
2018-04-26 17:25:58 -07:00 |
|
Mario Vavti
|
00a95f4b91
|
minor fixes for dark schema
|
2018-04-26 22:44:40 +02:00 |
|
Mario Vavti
|
baa46e105c
|
if there is more than one textarea we need to work through all of them
|
2018-04-26 20:08:03 +02:00 |
|
Mario Vavti
|
4e389b474a
|
version
|
2018-04-26 15:41:54 +02:00 |
|
Mario Vavti
|
63c76eae0c
|
a better way to deal with js errors in autocomplete plugins if the object is not available
|
2018-04-26 15:40:59 +02:00 |
|
Mario Vavti
|
9431785466
|
omit js error if saved searsches are turned off
|
2018-04-26 14:53:24 +02:00 |
|
Mario Vavti
|
953391cca9
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-04-26 14:22:04 +02:00 |
|
Mario Vavti
|
8e0fc9e762
|
fix the on select handlers
|
2018-04-26 13:58:37 +02:00 |
|
Mario Vavti
|
fe4defe752
|
upgrade to textcomplete (jquery.textcomplete is discontinued), enable built-in cache and unify to start lookup after 3 characters
|
2018-04-26 12:38:25 +02:00 |
|
zotlabs
|
f32ba06564
|
work through a few more autocomplete minor nits
|
2018-04-26 02:42:48 -07:00 |
|
Mario Vavti
|
09666ae8e9
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-04-26 09:05:47 +02:00 |
|
zotlabs
|
4a60f45220
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2018-04-25 23:11:23 -07:00 |
|
zotlabs
|
7b9946079f
|
function doc update
|
2018-04-25 23:10:08 -07:00 |
|
zotlabs
|
fe724acc3b
|
mod_network: privacy group query returning results when group is empty. Notification that the group is empty was also displayed twice.
|
2018-04-25 22:53:20 -07:00 |
|
zotlabs
|
4409b2b40a
|
don't load jot autosave content into other document types or edits of other items, but do save these edits in case you need to recover them
|
2018-04-25 21:32:34 -07:00 |
|
zotlabs
|
33f446fcd0
|
malformed embeds from gfycat hubzilla issue #1108
|
2018-04-25 20:47:30 -07:00 |
|
Mike Macgirvin
|
953d02e4b7
|
Update CHANGELOG
more than oauth2
|
2018-04-26 13:21:14 +10:00 |
|
zotlabs
|
5f8b093d79
|
fine tuning
|
2018-04-25 18:51:30 -07:00 |
|
zotlabs
|
f923d21df3
|
some tagging work
|
2018-04-25 18:41:19 -07:00 |
|
zotlabs
|
5a9e9284c2
|
generating random numbers too large for 32-bit systems
|
2018-04-25 14:10:11 -07:00 |
|
Mario Vavti
|
d5c3363909
|
bump version
|
2018-04-25 14:16:47 +02:00 |
|
Mario Vavti
|
2ede8e3675
|
drop box-shadow from generic-content-wrapper (it's probably too 90') and use transparent colors for borders to work better with alternate background colors
|
2018-04-25 14:11:41 +02:00 |
|
Mario Vavti
|
c0bf3c8af1
|
changelog
|
2018-04-25 12:48:08 +02:00 |
|
Mario Vavti
|
e9f3095f41
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-04-25 11:54:13 +02:00 |
|
Mario Vavti
|
ddb9db188b
|
rename boxy schema to focus-boxy and bs-default to focus-light
|
2018-04-25 11:31:10 +02:00 |
|
zotlabs
|
63e8f1f36b
|
undo_post_tagging - don't waste a connection query if we're undoing a hashtag and not a mention.
|
2018-04-25 02:26:37 -07:00 |
|
Mario Vavti
|
a3f77409a4
|
mark simple_* schemas unmaintained and deprecated
|
2018-04-25 11:14:45 +02:00 |
|
Mario Vavti
|
1bb2d0b954
|
more css fixes for bs-default schema
|
2018-04-25 11:02:14 +02:00 |
|
Mario Vavti
|
0773b9bf92
|
css fixes for bs-default schema
|
2018-04-25 10:58:38 +02:00 |
|
git-marijus
|
e77914fe3f
|
Merge pull request #1112 from galettesaucisse/patch-16
Create /doc/fr/project.bb
|
2018-04-25 10:33:05 +02:00 |
|
Mario Vavti
|
ed785fbb1b
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-04-25 09:57:28 +02:00 |
|
Mario Vavti
|
0a51ea1bfa
|
show caret-down on item-photo hover to indicate a dropdown menu
|
2018-04-25 09:56:21 +02:00 |
|