redmatrix
a29c0371f1
commit 1.4
2016-04-14 20:11:36 -07:00
redmatrix
a8f7af2079
provide general purpose verification class, remove include/session.php (no longer used)
2016-04-14 18:51:06 -07:00
redmatrix
7ae7fac234
Merge branch 'master' into dev
2016-04-14 17:35:47 -07:00
redmatrix
d1fb4e9b03
revup #337
2016-04-14 17:34:08 -07:00
redmatrix
ed0bff798b
fix marked bug in code
2016-04-13 22:58:37 -07:00
redmatrix
3f0bb1bb1d
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-13 16:37:10 -07:00
redmatrix
9a0b61e4af
refactor the js detection into a checkjs class which is only enabled on demand (currently only the channel and display pages). Will probably require a bit more work to hide/disable the cover photo when js is disabled. Have not actually tested without js to discover any other potential page issues. Have only confirmed that the detection class works and redirects to set a jsdisabled cookie and reload the page with that cookie+variable set if called from the channel page.
2016-04-13 16:31:06 -07:00
Mario Vavti
b81291cd5c
some bbcode autocomplete refinement for edit webpage
2016-04-13 11:56:43 +02:00
redmatrix
a8a0ca8291
Merge branch 'master' into dev
2016-04-13 01:02:23 -07:00
redmatrix
1c61be4113
issue #337
2016-04-13 01:01:01 -07:00
redmatrix
91cc365143
reverse the logic of the jsenabled setting so that sessions without js are performance penalised instead of regular sessions.
2016-04-12 22:55:26 -07:00
redmatrix
f4a27afee9
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-12 19:42:02 -07:00
redmatrix
be654f1769
Important work on the sessionhandler to maintain compatibility with php7 and php5x (x > 4)
...
Merge branch 'master' into dev
2016-04-12 19:40:19 -07:00
redmatrix
73628db7e2
revup issue #337
2016-04-12 18:43:50 -07:00
Mario Vavti
571c72f853
improve bbco autocomplete to not execute listNewLineAutocomplete() many times after many ajax page reloads
2016-04-12 11:55:50 +02:00
redmatrix
b788b38edf
remove obsolete jotVideoURL() and jotAudioURL()
2016-04-11 21:40:03 -07:00
redmatrix
09861abab7
when saving bookmarks from a post allow choice of bookmark to be saved (default is all of them); this implements the backend. Additional work will be required on the front end or within plugins to make this happen.
2016-04-11 20:53:08 -07:00
redmatrix
202035fc68
move all DB session storage logic to SessionHandler where it belongs
2016-04-11 19:19:58 -07:00
redmatrix
5ab1d509d2
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-11 13:04:17 -07:00
redmatrix
1b83d88fe6
remove references to ref_session_write - can't use
2016-04-11 13:03:34 -07:00
Mario Vavti
482962648f
whitespace
2016-04-11 11:01:53 +02:00
redmatrix
326f3cfc85
Merge branch 'master' into dev
2016-04-11 00:52:34 -07:00
redmatrix
4ba8526745
revup
2016-04-11 00:50:50 -07:00
redmatrix
0269825bc0
localise the opensearch link
2016-04-10 21:56:16 -07:00
redmatrix
5cb3143c04
issue #331 use timeago.js for reshared publish date instead of relative_date() which does not play well with other networks.
2016-04-10 21:30:35 -07:00
redmatrix
d1a2aecfa0
move more session related stuff such as paranoia handling (IP address changes) into the session object and extend remember_me cookies once a day so that they will never expire (theoretically). The DB session driver will extend its expiration on every session write (in the case of persistent sessions).
2016-04-10 19:20:41 -07:00
redmatrix
0fe4957274
when setting the session handler as an object using the auto register shutdown flag, explicitly calling session_write_close() should no longer be required. It shouldn't cause any issues if it is called twice, but the session driver interface has been known to sometimes act in unexpected ways and there are lots of "subtleties" which can often be difficult to debug. The mentioned flag implies PHP 5.4 minimum but I believe we require that anyway.
2016-04-10 17:42:32 -07:00
redmatrix
e9f1bac062
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-10 17:03:30 -07:00
redmatrix
58692e3565
Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge
2016-04-10 17:02:26 -07:00
redmatrix
7db733c9a0
revup
2016-04-10 17:02:08 -07:00
redmatrix
abfbe9c937
a few issues: block public not blocking mod_cal, typo in sql for one clone file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session.
2016-04-10 16:56:08 -07:00
jeroenpraat
f437705007
Update Dutch and Spanish
2016-04-10 20:58:00 +02:00
Mario Vavti
46ed79c87a
fix autocomplete for /channel and /display
2016-04-09 12:27:36 +02:00
Mario Vavti
e2b4d33627
some work on comanche autocomplete
2016-04-09 12:16:42 +02:00
Mario Vavti
7690dca67b
enable bbcode autocomplete for other places
2016-04-09 09:24:14 +02:00
redmatrix
c0bdcfedeb
log if the session handler fails and surface the ssl_cookie config setting
2016-04-08 05:10:36 -07:00
redmatrix
9b66b5eee3
objectify all the session management stuff
2016-04-08 04:44:10 -07:00
redmatrix
2db59f3b76
Merge branch 'master' into dev
2016-04-08 03:32:28 -07:00
redmatrix
44e21f6198
revup
2016-04-08 03:31:32 -07:00
redmatrix
279f32b13d
send file sync packets for all known file operations
2016-04-07 18:54:48 -07:00
redmatrix
3a6187af3d
implement updates of attach data to sync'd clones.
2016-04-07 16:44:53 -07:00
redmatrix
516f776c94
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-07 16:25:16 -07:00
redmatrix
cc62793d6f
Merge branch 'master' into dev
2016-04-07 16:24:59 -07:00
redmatrix
d87daaedd1
revup issue #337
2016-04-07 16:23:57 -07:00
Mario Vavti
cf84ff3344
translate the most common bbcodes to their *real name*. finally we should probably use an array for each bbcode containing the bbcode the real name and possibly a template for use as a peview in the dropdown
2016-04-07 23:03:55 +02:00
Mario Vavti
e419b2c18c
some more autocompletion for bbcode tables - leave it open if we wanna use th or td though
2016-04-07 11:34:38 +02:00
Mario Vavti
58324473a9
move li back in the list since it will be used far less than list
2016-04-07 11:16:30 +02:00
redmatrix
62d842de31
Merge branch 'master' into dev
2016-04-06 22:23:07 -07:00
redmatrix
aa678ba0ff
reset profile photo and cover photo bits for existing photos if a new one arrives from a clone
2016-04-06 22:14:05 -07:00
redmatrix
e4391e6336
missing profile photo in export data
2016-04-06 21:36:47 -07:00
redmatrix
aa0412d83b
use the explicit form of build_sync_packet so that file/photo sync will work even when the actual observer is a guest (with permission to upload).
2016-04-06 20:25:52 -07:00
redmatrix
861f5232d3
more work on file sync to clones, 60-70% test coverage, mostly working but many changes made during testing which themselves have not yet been tested
2016-04-06 19:56:38 -07:00
redmatrix
9831ad515d
file sync testing continued
2016-04-06 18:46:29 -07:00
redmatrix
6650916435
file sync testing
2016-04-06 18:38:48 -07:00
redmatrix
64cc0b794a
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-06 18:08:06 -07:00
redmatrix
29363a185d
file sync work
2016-04-06 18:07:29 -07:00
Mario Vavti
e41082dccc
automate bbcode list creation even further
2016-04-07 00:46:45 +02:00
Mario Vavti
97ccbf1bfb
adjust the regex to also work with asteriks and use the simpler syntax for lists
2016-04-06 22:18:59 +02:00
redmatrix
a20ef706fd
issue #340
2016-04-06 05:44:40 -07:00
redmatrix
adad8f2ebc
getting file sync data - missed parent folder
2016-04-06 05:20:55 -07:00
redmatrix
0533db5d38
revup issue #337
2016-04-06 02:33:58 -07:00
redmatrix
fb9c12df15
rework the "remember me" fix to be a bit less hackish
2016-04-06 02:33:11 -07:00
redmatrix
5a2a8717e3
provide function to collect file/photo sync data per help/filesync
2016-04-05 23:11:24 -07:00
redmatrix
0d50d29538
Merge branch 'master' into dev
2016-04-05 22:15:29 -07:00
redmatrix
54aa998b52
undeclared static property App::$stringsave (push_lang() and pop_lang())
2016-04-05 22:13:56 -07:00
redmatrix
10f1e2d51b
add some doco to getfile module
2016-04-05 21:20:23 -07:00
redmatrix
9fd8634b62
server side of file/photo sync to deliver the file data. We'll sign it using our channel_hash and the current time to make it difficult to forge a request; as the sync process is not going to have magic-auth ability.
2016-04-05 21:10:08 -07:00
redmatrix
fd07940b10
provide stream resource pointer option to z_fetch_url() and z_post_url() per earlier doco commit on syncing files/photos across clones.
2016-04-05 18:24:24 -07:00
redmatrix
6f6051f7e3
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-05 16:44:11 -07:00
redmatrix
f9778fda83
add some doco on some of the issues and approaches to file/photo syncing and cloning
2016-04-05 16:42:33 -07:00
redmatrix
ea3fb53e4b
Merge pull request #339 from anaqreon/autocomplete
...
Improve (un)ordered list autocompletion for list construction
2016-04-06 06:07:32 +10:00
redmatrix
a7d5bf6854
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-05 12:51:22 -07:00
redmatrix
0e7a963173
Merge branch 'master' into dev
2016-04-05 12:51:06 -07:00
redmatrix
4aa2733699
revup issue #337
2016-04-05 12:49:58 -07:00
Andrew Manning
1eb6067c31
Improve (un)ordered list autocompletion for list construction
2016-04-05 14:46:16 -04:00
Mario Vavti
bd29551f9a
fix contextual help
2016-04-05 16:59:32 +02:00
Mario Vavti
32ccdd1f57
use min version of justifiedGallery
2016-04-05 15:28:39 +02:00
Mario Vavti
deaf0e99fd
expand list of bbcode in autocomplete
2016-04-05 15:27:45 +02:00
Mario Vavti
d99a1d8de0
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
2016-04-05 15:24:42 +02:00
Mario Vavti
0012030826
update upstream lib jusutifiedGallery
2016-04-05 15:24:05 +02:00
redmatrix
ec41170121
Merge pull request #338 from anaqreon/contextual-help
...
Contextual help
2016-04-05 22:43:15 +10:00
redmatrix
1d5ea5efae
explain the two aspects of federation which need to be handled in core to pass comments successfully amongst sites which optionally provide federation. Let's hope this list doesn't grow.
2016-04-04 17:02:27 -07:00
redmatrix
01ad485f65
SECURITY: Do not link unknown and unverified code repositories to the project without some form of confirmation that one accepts the significant risks involved.
2016-04-04 16:17:50 -07:00
redmatrix
447c59fd9b
Merge branch 'master' into dev
2016-04-04 13:32:58 -07:00
redmatrix
3de40bdf04
Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge
2016-04-04 13:31:31 -07:00
redmatrix
ba6c346b46
revup - issue #337
2016-04-04 13:30:59 -07:00
Mario Vavti
1c9f773900
Merge branch 'master' into dev
2016-04-04 17:13:10 +02:00
Mario Vavti
ec651f219e
a simple autocomplete for bbcode or comanche - partly implemented
2016-04-04 17:12:23 +02:00
Mario Vavti
ee8a9384d5
Merge branch 'master' into dev
2016-04-04 10:37:20 +02:00
Mario Vavti
bba34a7a8e
do not use dropdown class if there is nothing to dropdown
2016-04-04 10:37:07 +02:00
Mario Vavti
dfa12b2919
Merge branch 'master' into dev
2016-04-04 10:13:30 +02:00
Mario Vavti
9b9f29a0b2
whitespace
2016-04-04 10:10:19 +02:00
Mario Vavti
4a9aad2a33
whitespace
2016-04-04 10:09:46 +02:00
Mario Vavti
69617b5c34
fullscreen mode for photo albums view
2016-04-04 10:09:13 +02:00
redmatrix
222ace3770
For GNU-social discovery, use the URI in the feed (author.uri) rather than try to pick out which of the aliases in webfinger are likely to be the right one. If we get it wrong, our communications with them will be discarded and there is no rhyme or reason to the logic about which representation is likely to be the one true account URI. It appears to vary with the clean_url setting of the site and this info isn't available to us except with a sequence of expensive probes and testing various ways of re-writing URLs to see if we get a response.
2016-04-03 20:55:38 -07:00
redmatrix
2e7d2a63c3
provide a backup copy of prior notes widget content if the contents were just nuked.
2016-04-03 19:34:19 -07:00
Andrew Manning
0523b4b2f1
Merge branch 'master' of https://github.com/redmatrix/hubzilla into contextual-help
2016-04-03 21:36:29 -04:00
redmatrix
a703835b5c
Bug: "remember me" doesn't
2016-04-03 17:38:17 -07:00
redmatrix
bf3f3564e0
issue #138 ; make ajaxchat optional and configurable. For reasons we've discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
2016-04-03 16:41:40 -07:00
redmatrix
102d41ccb9
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-03 16:17:54 -07:00
redmatrix
cfad5ba8b8
Merge branch 'master' into dev
2016-04-03 16:17:31 -07:00
redmatrix
b4c1baada1
Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge
2016-04-03 16:16:14 -07:00
redmatrix
1ca3eeedff
issue #337
2016-04-03 16:15:41 -07:00
Mario Vavti
298b53e93a
Merge branch 'master' into dev
2016-04-03 18:00:25 +02:00
Mario Vavti
f13096a6f3
various fixes
2016-04-03 18:00:03 +02:00
Mario Vavti
470f14b919
Merge branch 'master' into dev
2016-04-03 15:27:26 +02:00
Mario Vavti
53311a30ad
reduce chat-item-title fontsize to match wall-item-ago
2016-04-03 15:27:10 +02:00
Mario Vavti
5634a4bb61
Merge branch 'master' into dev
2016-04-03 14:56:52 +02:00
Mario Vavti
738e14348d
update upstream libs fullcalendar and moment to a recent version
2016-04-03 14:56:19 +02:00
Mario Vavti
787e2ef961
Merge branch 'master' into dev
2016-04-03 12:20:10 +02:00
Mario Vavti
db4e9aeaad
fullscreen mode for events
2016-04-03 12:19:49 +02:00
Mario Vavti
7850b04853
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
2016-04-03 11:35:47 +02:00
Mario Vavti
b6f18a9a0b
Merge branch 'master' into dev
2016-04-03 11:35:06 +02:00
Mario Vavti
b8d8be7013
show chat expiration time in overview and minor fixes
2016-04-03 11:34:07 +02:00
redmatrix
84feff9500
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
2016-04-02 21:09:05 -07:00
redmatrix
81ba293561
Merge branch 'master' into dev
2016-04-02 21:07:34 -07:00
redmatrix
8b3c099a12
use constant
2016-04-02 21:06:41 -07:00
Mario Vavti
2772a72095
ge branch 'master' into dev
2016-04-03 00:19:30 +02:00
Mario Vavti
e361ee9253
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-04-03 00:04:30 +02:00
Mario Vavti
3edd4ce78f
ease transition between fullscreen and inline view for small screens
2016-04-03 00:04:05 +02:00
redmatrix
381cc3e6f8
Merge branch 'master' into dev
2016-04-02 13:54:49 -07:00
redmatrix
d09694587d
typo in router
2016-04-02 13:52:16 -07:00
redmatrix
63451db3f6
small changes in README.md
2016-04-02 01:47:46 -07:00
redmatrix
7660afdb0f
revup
2016-04-02 00:28:51 -07:00
jeroenpraat
72d995d35f
Update nl and es-es strings
2016-04-01 23:24:13 +02:00
redmatrix
2a32df75f1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-04-01 03:27:46 -07:00
redmatrix
e16da7a166
unreferenced app member
2016-04-01 03:27:21 -07:00
Mario Vavti
5b55726a93
on update only jump to bottom if we actually got a new message
2016-04-01 11:13:04 +02:00
Mario Vavti
bbe93d0e1d
scroll chat to bottom on fullscreen toggle
2016-04-01 10:29:58 +02:00
Mario Vavti
5dd422e2d8
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-04-01 10:20:26 +02:00
Mario Vavti
a564f495a7
improve scroll to bottom in chat
2016-04-01 10:20:10 +02:00
redmatrix
995555f357
ditto for typohelper
2016-04-01 01:04:37 -07:00
redmatrix
40f3857691
change call to App::init() to bring back include path (only in typocheck)
2016-04-01 01:02:03 -07:00
redmatrix
5d884c2f3d
suddenly we have includepath issues - provide the explicit paths
2016-04-01 00:59:30 -07:00
redmatrix
8f006a98c4
primary hub change
2016-04-01 00:54:23 -07:00
Mario Vavti
ebac0bdcca
Chat Rooms -> Chatrooms
2016-04-01 09:46:41 +02:00
Mario Vavti
3575ef8a39
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-04-01 08:57:05 +02:00
Mario Vavti
60bb8f25f7
move fullscreen js code to redbasic.js where it belongs to
2016-04-01 08:56:51 +02:00
redmatrix
2d3dd673e4
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-31 23:41:41 -07:00
redmatrix
9d47de65d9
undeclared static vars
2016-03-31 23:41:20 -07:00
Mario Vavti
c6d9100649
missing template
2016-04-01 08:36:02 +02:00
redmatrix
44283dbbbb
change the App constructor
2016-03-31 20:24:30 -07:00
redmatrix
0cda431456
create miniApp to convert existing settings files to the static App class
2016-03-31 20:15:47 -07:00
redmatrix
bbfe4de310
increment std_version
2016-03-31 18:57:44 -07:00
redmatrix
36b388ab8c
issue #336
2016-03-31 18:53:05 -07:00
redmatrix
c0b3d7e1b4
Merge branch 'static'
2016-03-31 17:32:51 -07:00
redmatrix
9abd95fad3
static App
2016-03-31 16:06:03 -07:00
Mario Vavti
50d9b29347
slightly change the way fullscreen works and bring it to mod mail
2016-04-01 00:16:39 +02:00
Mario Vavti
90a5ba01a3
make fullscreen mode available for other modules and some cleanup
2016-03-31 23:13:40 +02:00
Mario Vavti
6c2673ae2a
various fixes regarding mod chat
2016-03-31 22:42:28 +02:00
redmatrix
256c228efd
initial conversion to static app class
2016-03-31 13:00:04 -07:00
Mario Vavti
3fdd110e07
mod chat rework continued
2016-03-31 13:21:48 +02:00
redmatrix
1cd3b41825
deprecate $a->get_baseurl()
2016-03-30 22:13:24 -07:00
redmatrix
4148211086
change primary directory
2016-03-30 18:37:37 -07:00
redmatrix
4ba9a5ef75
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-30 16:39:08 -07:00
redmatrix
6a6dbec033
issue #319 - NOTE: this does not fix the issue, it only reports it and continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
2016-03-30 16:33:23 -07:00
Mario Vavti
df891f4ad2
more work on mod chat
2016-03-31 00:37:40 +02:00
Mario Vavti
08461c7049
more on mod chat
2016-03-30 14:44:03 +02:00
Mario Vavti
5462453bf2
some work on mod chat
2016-03-30 14:31:55 +02:00
redmatrix
e4f3605054
add page title to the html title
2016-03-29 14:14:17 -07:00
redmatrix
f65ede9c38
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-28 16:08:31 -07:00
redmatrix
a6ad37c691
revup
2016-03-28 16:08:11 -07:00
Mario Vavti
ba0812c447
highlight table row on hover
2016-03-27 22:37:07 +02:00
jeroenpraat
dbde9a0940
Update es_es+n. Switch the feeds as requested by Mike.
2016-03-27 14:03:02 +02:00
redmatrix
d3f38c9f43
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-26 14:34:19 -07:00
redmatrix
971e7321c6
issue #319 part 2
2016-03-26 14:33:36 -07:00
jeroenpraat
eeb1c463e3
Small, but I think useful hack. Added a top posts only atom feed, so people can choose directly from their browser which feed they need.
2016-03-26 22:32:46 +01:00
Andrew Manning
99d9456b3a
More help content for channel pages. Channel, photos, files, about.
2016-03-26 14:55:16 -04:00
Mario Vavti
97eef2b88c
removed link to connected apps by accident
2016-03-26 19:34:38 +01:00
Andrew Manning
c25ef1d9a8
Search docs/context/ hierarchically for help.html files to reduce redundancy
2016-03-26 14:31:41 -04:00
Andrew Manning
661b0084f3
Added help for post permissions
2016-03-26 14:17:53 -04:00
Mario Vavti
f714e97d63
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-26 18:46:07 +01:00
Mario Vavti
a507063174
move link to /locs to settings menu if we have more than one location and some template work on locs
2016-03-26 18:43:38 +01:00
git-marijus
3caf51b075
Merge pull request #333 from phellmes/de20160324
...
Update DE translation strings
2016-03-25 10:26:12 +01:00
redmatrix
92ec46b62e
revup
2016-03-24 19:18:25 -07:00
phellmes
9b06d952a2
Update DE translation strings
2016-03-24 09:08:12 +01:00
redmatrix
531710142c
add hook to allow plugins to perform a follow activity from an activityfeed
2016-03-23 20:04:09 -07:00
Andrew Manning
59827b6dfd
Merge branch 'master' of https://github.com/redmatrix/hubzilla into contextual-help
2016-03-23 21:17:23 -04:00
Andrew Manning
61bef7d4b0
Network page help with auto-scroll and element highlighting
2016-03-23 21:16:21 -04:00
redmatrix
f200dd4395
atom specifies a uri or iri for the id. message_id isn't suitable here.
2016-03-23 16:36:27 -07:00
redmatrix
a8ac0ed549
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-22 19:59:47 -07:00
redmatrix
6f2ba0c619
rewrite the webfinger discovery logic
2016-03-22 19:58:59 -07:00
Wave
0a14ac1f60
Merge pull request #332 from wave72/master
...
Updated Italian strings
2016-03-22 11:53:57 +01:00
Paolo Tacconi
02140b2f76
Updated Italian strings
2016-03-22 11:49:03 +01:00
Mario Vavti
c6b89b99b9
Add a link to /locs to channel manager
2016-03-22 10:29:17 +01:00
redmatrix
51a840f46a
update network_to_name (reserve DFRN for future use)
2016-03-21 22:02:18 -07:00
redmatrix
b081c3e94b
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-21 21:32:35 -07:00
redmatrix
ec99e3ed62
attempting to work with braindead lighttpd gnusocial servers
2016-03-21 21:31:28 -07:00
Mario Vavti
97e1a6dfde
whip mod manage into shape
2016-03-22 02:06:19 +01:00
Andrew Manning
56c86b6567
Override navbar help button to open contextual help panel. Contextual help for mail written.
2016-03-21 06:33:02 -04:00
redmatrix
28599fe652
more federation work
2016-03-20 21:41:19 -07:00
redmatrix
d3e7ef70e8
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-20 19:56:36 -07:00
redmatrix
fea532af4d
rework salmon - important, update addons also if you have enabled gnusoc addon
2016-03-20 19:55:53 -07:00
Mario Vavti
f5b22dfd5b
erge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-21 00:41:09 +01:00
redmatrix
48e62bb50a
Merge pull request #329 from git-marijus/master
...
fix #328 by using a seperate query instead of group_concat
2016-03-21 10:22:30 +11:00
Mario Vavti
513078e1f7
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-20 23:52:55 +01:00
redmatrix
23151100de
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-20 15:32:09 -07:00
redmatrix
eb68b66c58
issue #330 - permit archived connections in ACLs. If they are to be blocked for delivery (or some other purpose) this should probably happen in the delivery mechanism (or other related sub-system) rather than the permissions mechanism, although currently we still attempt direct delivery to archived connections. Technically "archived" means merely that we won't 'poll' the connection according to the current definition.
2016-03-20 15:27:26 -07:00
Mario Vavti
1ddb43b0d3
an attempt to visualize the supremacy of dont show over show in the acl selector
2016-03-20 23:07:39 +01:00
Mario Vavti
9fcd470aca
fix #328 by using a seperate query instead of group_concat
2016-03-20 20:26:55 +01:00
jeroenpraat
23419e4c26
Update NL + es_ES strings.
2016-03-20 14:39:22 +01:00
Mario Vavti
34b42566b6
add fixme
2016-03-20 02:25:59 +01:00
Mario Vavti
f7ff48f806
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-20 01:46:13 +01:00
Mario Vavti
30cf56bdb5
make >>indicate group members<< in acl selector work again on group > show or group > dont show is selected
2016-03-20 01:45:56 +01:00
redmatrix
77094f8d2b
make the admin side menu extensible and provide a hook for a channel "move" operation that federation plugins might use to re-establish connections after a channel move.
2016-03-19 16:17:19 -07:00
Mario Vavti
51cd4e8519
missing return false for map link
2016-03-19 02:20:59 +01:00
Mario Vavti
bd249b276d
add use as cover photo link to photos view
2016-03-18 17:49:31 +01:00
redmatrix
b6ae2bff01
change rev
2016-03-17 18:42:32 -07:00
redmatrix
21c1f89eba
SECURITY: DAV authentication issue
2016-03-17 18:40:03 -07:00
redmatrix
df61970b39
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-17 12:16:25 -07:00
redmatrix
f82afca84d
no xchan here if using zot protocol
2016-03-17 12:15:28 -07:00
jeroenpraat
eca119d695
See issue https://github.com/redmatrix/hubzilla-addons/issues/17 (UNO: enable the Diaspora protocol for all channels (if addon is enabled) - I had to do this during channel creation and not in the addon itself, or else the member can't change this after the channel is created. Tested it on UNO and normal Hubzilla. If this is not the right place for this, please move it. If not wanted at all, please discuss.
2016-03-17 15:48:44 +01:00
Mario Vavti
40162cd6b7
some work on profile listing
2016-03-17 12:56:55 +01:00
Mario Vavti
a41a05e6c0
bring more structure to profiles edit
2016-03-17 11:50:53 +01:00
redmatrix
a83cdbeb39
typo
2016-03-16 22:02:19 -07:00
redmatrix
6d4fe5c56f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-16 21:06:15 -07:00
redmatrix
3a8f6e6576
more federation backend
2016-03-16 21:05:52 -07:00
redmatrix
38eb79705e
lots of work on federated channel discovery
2016-03-16 18:00:13 -07:00
git-marijus
f7ddd44c2e
Merge pull request #327 from anaqreon/ownmapp-typo
...
Misspelling of ownMapp in homeinstall script
2016-03-16 23:10:24 +01:00
Mario Vavti
2165733ddc
move buttons to dropdown menu and some cleanup
2016-03-16 23:07:29 +01:00
Mario Vavti
d22b21c56f
still more janitor work on profiles
2016-03-16 13:45:24 +01:00
redmatrix
4188419b30
more federation backend work
2016-03-15 17:54:06 -07:00
Mario Vavti
d98d7003ed
even more janitor work on profiles
2016-03-15 21:38:03 +01:00
Andrew Manning
1692380ac7
Misspelling of ownMapp
2016-03-15 10:54:45 -04:00
redmatrix
01a28ddf8d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-15 01:32:41 -07:00
redmatrix
e8d19659c0
some heavy lifting porting the old salmon code
2016-03-15 00:50:03 -07:00
redmatrix
b673b6835d
federation work
2016-03-14 22:14:17 -07:00
redmatrix
ef7494359f
some re-working of webfinger and hcard parsing which will be necessary going forward.
2016-03-14 18:12:35 -07:00
jeroenpraat
b8e8517725
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-14 15:46:57 +01:00
jeroenpraat
def0454952
update nl + es-es strings
2016-03-14 15:43:51 +01:00
redmatrix
2f5862713e
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-13 18:16:11 -07:00
redmatrix
6729c27b77
git update everything
2016-03-13 18:15:38 -07:00
redmatrix
fbfa391965
Merge pull request #323 from phellmes/de20160313
...
Update DE translation strings
2016-03-14 10:45:54 +11:00
Mario Vavti
38beabb508
fix spacing
2016-03-13 21:27:29 +01:00
Mario Vavti
a8d5c83251
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-13 21:19:33 +01:00
Mario Vavti
370a007ee2
more janitor work on profiles
2016-03-13 21:19:15 +01:00
redmatrix
7747a23a78
Merge pull request #324 from einervonvielen/install-script_add-hubsites_stop-hubzilla
...
Install script: stop of apache, mysql
2016-03-14 06:19:18 +11:00
EinerVonVielen
c573670821
Install script: Added plugin hubsites and stop of apache, mysql
2016-03-13 16:32:34 +01:00
phellmes
a752d44313
Update DE translation strings
2016-03-13 13:29:14 +01:00
redmatrix
9406ff714b
Merge pull request #322 from einervonvielen/homeinstall_with_plugins
...
Added installation of extended plugins and themes to homeinstall script
2016-03-13 15:21:00 +11:00
redmatrix
cc29e27acc
issue #320 - regression, after removing channel attached to an authenticated session the session was not completely cleared.
2016-03-12 19:53:07 -08:00
EinerVonVielen
b2563528ee
Added installation of extended plugins and themes to homeinstall script
2016-03-13 02:37:38 +01:00
redmatrix
70ad69d38c
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-12 16:47:11 -08:00
redmatrix
cb0c43bc68
provide service federation overview - how to go about it and the appropriate places to attach your plugin.
2016-03-12 16:45:53 -08:00
Mario Vavti
7efffbf102
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-12 22:14:08 +01:00
Mario Vavti
2d8deb6082
some janitor work on profiles
2016-03-12 22:13:46 +01:00
Jeroen van Riet Paap
5de79cdb10
Merge pull request #321 from einervonvielen/fix_german_help_link_to_github
...
Fix: german help > link to of project in github
2016-03-12 22:04:56 +01:00
EinerVonVielen
6837c2ef1e
Fix: German help > link to of project in github. The link Pointed to
...
redmatrix.
Now the link points to hubzilla.
2016-03-12 21:46:13 +01:00
Mario Vavti
4e9440396c
remove superfluous return
2016-03-11 10:54:04 +01:00
redmatrix
32c23ef562
some minor cleanups
2016-03-10 15:43:59 -08:00
jeroenpraat
107f80892a
UNO: Hide bookmark tools in items (#^ and in menu)
2016-03-10 19:40:28 +01:00
redmatrix
fbcb711945
we've come a long way since this faq entry on the limits of cloning was written
2016-03-09 19:03:09 -08:00
redmatrix
e95a494041
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-09 16:23:46 -08:00
redmatrix
7732532964
handle UNO move channel operation
2016-03-09 15:56:51 -08:00
jeroenpraat
bb09b8a385
Update doc
2016-03-09 23:25:37 +01:00
redmatrix
b9b46a3f88
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-09 14:18:11 -08:00
redmatrix
7bb461380e
issue #319 - make sure we have a local_channel() and an App::channel before trying to change the default schema for a channel
2016-03-09 14:15:50 -08:00
redmatrix
f5f79b39b8
Merge pull request #318 from git-marijus/master
...
should have probably done that on tag release
2016-03-10 09:03:59 +11:00
Mario Vavti
14e55e8bd6
should have probably done that on tag release
2016-03-09 13:06:24 +01:00
redmatrix
bc9d5f5a48
Merge pull request #317 from git-marijus/master
...
Issue #316 make /display updates work. Basically copy and paste what …
2016-03-09 20:10:48 +11:00
Mario Vavti
c2cdd41e81
Issue #316 make /display updates work. Basically copy and paste what we do on load and add $simple_update to the query.
2016-03-09 10:04:33 +01:00
redmatrix
256cd6baac
work on implementing account/channel move (as opposed to clone)
2016-03-09 00:46:17 -08:00
redmatrix
843cc1481a
isue #315
2016-03-08 16:46:47 -08:00
redmatrix
cf4dc2caa8
move "generator" to HttpMeta
2016-03-08 16:21:35 -08:00
redmatrix
1258f9bb21
turn 'OpenGraph' into a more general purpose HTTP meta facility for setting any meta header
2016-03-08 16:06:58 -08:00
redmatrix
5f41d06bb9
revup
2016-03-08 15:50:34 -08:00
Wave
8f4fe106ef
Merge pull request #314 from wave72/master
...
Updated Italian strings
2016-03-08 15:54:54 +01:00
Paolo Tacconi
d74274c7e4
Updated Italian strings
2016-03-08 15:51:21 +01:00
Mario Vavti
d59268a5d8
removed id by mistake - add it again
2016-03-08 11:47:17 +01:00
Mario Vavti
f364343b55
add generic-content-wrapper and setction-content-wrapper to profile_edit.tpl
2016-03-08 11:43:21 +01:00
redmatrix
9debfa348a
add syslog loglevels to dba functions
2016-03-07 20:43:52 -08:00
redmatrix
32e903e956
a bit of page cleanup for edit profiles
2016-03-07 18:49:17 -08:00
redmatrix
bd8fe768d3
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-07 16:55:12 -08:00
redmatrix
848c038970
issue #313
2016-03-07 16:54:58 -08:00
jeroenpraat
24fa201218
Small, but important fix for Dutch
2016-03-08 01:47:01 +01:00
redmatrix
1a77fb4c1d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-07 15:12:09 -08:00
redmatrix
76467b5a35
allow modules/addons to override the og:title field
2016-03-07 15:11:11 -08:00
redmatrix
d5db25808a
Facebook scraper "OpenGraph" support; modules will need to set the required fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild.
2016-03-07 15:03:53 -08:00
Mario Vavti
6824fb9f93
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-07 21:48:12 +01:00
Mario Vavti
b2216f8203
prevent page jumping if the narrow navbar setting is used
2016-03-07 21:47:52 +01:00
jeroenpraat
0799a0a3be
Spanish and Dutch strings + fix es>es-es link
2016-03-07 20:29:14 +01:00
redmatrix
a2e0574fce
Merge pull request #312 from jeroenpraat/master
...
Redbasic: Fix the issue with derived themes and schemas
2016-03-08 06:03:55 +11:00
Jeroen van Riet Paap
68d7ab6b55
Merge pull request #308 from HaakonME/master
...
Updated Norwegian strings for Hubzilla.
@HaakonME Can you please check if this commit is correct: https://github.com/redmatrix/hubzilla/pull/308/files#diff-8844953d2396d7486ea8e8b194c1ce96
2016-03-07 19:53:58 +01:00
Jeroen van Riet Paap
4a2c805270
Merge pull request #310 from einervonvielen/updated_homeinstall_instructions
...
Updated readme.md for homeinstall script
2016-03-07 19:49:58 +01:00
Jeroen van Riet Paap
7d5b266227
Merge pull request #309 from tluther/master
...
Doco / EMail templates
2016-03-07 19:47:47 +01:00
Jeroen van Riet Paap
1f56ff5407
Update DerivedTheme1.md
2016-03-07 17:07:34 +01:00
Jeroen van Riet Paap
95f5f3d44d
Show only schema selector when Redbasic (so not a derived theme)
2016-03-07 17:06:10 +01:00
Jeroen van Riet Paap
7a5213cc8e
Set the schema to the default schema in derived themes.
...
See the documentation for creating derived themes how to override this.
2016-03-07 17:03:02 +01:00
Jeroen van Riet Paap
f1f19372ad
Update config.php
2016-03-07 17:01:12 +01:00
Haakon Meland Eriksen
276f44328e
Merge remote-tracking branch 'upstream/master'
2016-03-07 06:00:26 +01:00
redmatrix
da3f1326e0
revup
2016-03-06 15:32:46 -08:00
Tobias Luther
a013ddbb91
Doc: Minor correction cloud URL in cloud.bb
2016-03-06 21:32:36 +01:00
Tobias Luther
1c6faa3a00
Added Link to TOS to EMail templates targeting members
2016-03-06 18:45:43 +01:00
einervonvielen
b7f15ccac1
Update of readme according to the last changes
...
The homeinstall script was changed recently. To reflect these changes the readme.md was updated to.
2016-03-06 18:40:49 +01:00
www-data
1fb7b9baae
Doco: corrected git URL in git for non-developers
2016-03-06 18:34:50 +01:00
Haakon Meland Eriksen
a1e4940bea
Merge remote-tracking branch 'upstream/master'
2016-03-06 18:33:28 +01:00
root
287ffe93f6
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-06 17:24:15 +01:00
root
2407379623
Das ist notwendig, um weiter zu arbeien. Merge branch 'master' of https://github.com/einervonvielen/hubzilla
2016-03-06 17:19:33 +01:00
jeroenpraat
7162403292
Also make it clear with (mouse) hover text that you must click on the cover photo to show the channel/more
2016-03-06 17:02:58 +01:00
jeroenpraat
004468f231
Mouse cursor set to pointer for coverphoto div (instead of arrow). Or else it's not clear that you can click on it to show something (the channel in this case).
2016-03-06 16:21:26 +01:00
Haakon Meland Eriksen
2d7e307e74
Updated Norwegian strings for Hubzilla
2016-03-05 14:11:56 +01:00
Haakon Meland Eriksen
d7466ade46
Merge remote-tracking branch 'upstream/master'
2016-03-05 10:01:42 +01:00
Haakon Meland Eriksen
01c0e5c46c
Merge remote-tracking branch 'upstream/master'
2016-03-04 23:42:30 +01:00
redmatrix
86f840843f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-04 14:38:47 -08:00
redmatrix
9a0f0181a5
issues #306 and #307
2016-03-04 14:38:14 -08:00
Mario Vavti
25ebac8d0b
show cover-photo upload link only for the default profile
2016-03-04 16:07:41 +01:00
Mario Vavti
edf6da7189
add cover photo upload link to edit profile
2016-03-04 15:44:33 +01:00
Haakon Meland Eriksen
059da4d017
Merge remote-tracking branch 'upstream/master'
2016-03-04 06:05:47 +01:00
redmatrix
a59d1b22f6
Update the CHANGELOG for V1.3
2016-03-03 18:55:10 -08:00
redmatrix
dd4a66353a
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-03 14:49:34 -08:00
redmatrix
2cf54c465d
remove the markdown feature. Do not re-enable unless you are willing to support it.
2016-03-03 14:47:39 -08:00
Mario Vavti
d3491c9165
fix jot form
2016-03-03 13:46:08 +01:00
Mario Vavti
8ca877bdd3
slide up cover on click
2016-03-03 12:31:49 +01:00
Mario Vavti
b704f977da
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-03 12:08:21 +01:00
Mario Vavti
59e04aed1b
move cover-photo to template, add the ability to define a title and subtitle (defaults to channel name and addres), move js from redbasic.js to template.
2016-03-03 12:07:58 +01:00
redmatrix
436e91a1e1
rename the menu entry and page to 'Profile Fields' to maintain consistency
2016-03-02 16:39:34 -08:00
redmatrix
6f4c45a489
UI cleanup for admin profile field management page
2016-03-02 15:36:14 -08:00
redmatrix
157bbb14b5
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-02 11:35:48 -08:00
redmatrix
5c22f59c4f
issue #305
2016-03-02 11:32:32 -08:00
Jeroen van Riet Paap
aa62bad07b
little nl string fix
2016-03-02 15:33:18 +01:00
Mario Vavti
d3f2d2a2db
small fix to simple cover-photo
2016-03-02 14:30:33 +01:00
Mario Vavti
c5d08fd5fd
add a fade in effect to main while scrolling up cover photo
2016-03-02 13:33:18 +01:00
Mario Vavti
22729da2a2
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-02 12:31:46 +01:00
Mario Vavti
c97cc1487c
a simple cover-photo implementation for redbasic default template
2016-03-02 12:31:25 +01:00
redmatrix
428b4dbad6
sort out the with and howlong dependencies
2016-03-01 22:47:07 -08:00
Haakon Meland Eriksen
264abef817
Merge remote-tracking branch 'upstream/master'
2016-03-02 06:06:39 +01:00
redmatrix
548bf884a4
profile field admin page (functional only: still needs a lot of HTML/CSS cleanup)
2016-03-01 21:06:27 -08:00
redmatrix
a0baa480e3
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-03-01 15:01:48 -08:00
redmatrix
765dd5569b
Allow configuration of the display order of profile fields. This is an important piece of a more general profile configuration framework which will eventually be accessible via the admin page.
2016-03-01 14:55:04 -08:00
redmatrix
c19a1a6b82
revup
2016-03-01 14:13:38 -08:00
jeroenpraat
8b61e546fe
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-01 22:09:06 +01:00
jeroenpraat
7206e8af3a
Small fix for deleted forum channels showing in the forum widget (had this after migration from RM on 1 or 2 channels)
2016-03-01 22:08:50 +01:00
Mario Vavti
7808689198
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-03-01 20:40:33 +01:00
Mario Vavti
966d1586c0
fix js error and add id to field input block
2016-03-01 20:40:11 +01:00
redmatrix
edffd9f183
Merge pull request #304 from phormanns/master
...
fix typo in postgres schema
2016-03-02 06:22:46 +11:00
Peter Hormanns
7edc505c2f
fix typo in postgres schema
2016-03-01 17:54:52 +01:00
Mario Vavti
4df78b06cf
fix padding
2016-03-01 15:11:15 +01:00
Mario Vavti
492609d20b
do not show empty buttons if not logged in
2016-03-01 14:41:14 +01:00
Mario Vavti
0f76af261c
another resize issue
2016-03-01 14:11:42 +01:00
Mario Vavti
9d00db06b2
fix resize issue
2016-03-01 14:03:34 +01:00
Mario Vavti
141f3e21b2
move preview content outside of editor space
2016-03-01 13:40:19 +01:00
Mario Vavti
fe6cbb414c
adjust padding
2016-03-01 13:32:18 +01:00
Mario Vavti
e13d65eea3
set line-height to initial
2016-03-01 13:29:59 +01:00
Mario Vavti
4d6050f8e5
another css fix
2016-03-01 13:22:19 +01:00
Mario Vavti
0ebce75c7d
css fixes to make jot look better with background colors or images
2016-03-01 13:09:04 +01:00
redmatrix
91bb4bdf50
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-29 19:34:23 -08:00
redmatrix
be2b7c0b5f
abconfig
2016-02-29 19:31:52 -08:00
Mario Vavti
2d45f9f385
provide footer bbcode
2016-02-29 23:58:32 +01:00
redmatrix
44b2503572
revup
2016-02-29 13:42:30 -08:00
Mario Vavti
3f90da5643
remove unused variable
2016-02-29 22:07:14 +01:00
Mario Vavti
d27a627c4f
simplify profile edit button(s) and make it useful for multiple profiles
2016-02-29 22:01:13 +01:00
jeroenpraat
55ab5360d9
update es-es. tested it and it works now. Don't know what happened earlier.
2016-02-29 19:36:53 +01:00
Mario Vavti
bfeeb76143
fix deletion of files from filesystem
2016-02-29 15:37:34 +01:00
Mario Vavti
f2d3be2e67
do not process update activity if there is no item to update and simplify code a little
2016-02-29 14:22:35 +01:00
jeroenpraat
60b818eb24
revert es-es update. something went wrong. later today I will examine what.
2016-02-29 09:07:29 +01:00
redmatrix
ebe70a41b9
build_sync_packet - no need to sleep after the last sync delivery.
2016-02-28 18:26:08 -08:00
redmatrix
da79662081
stop the PHP warnings from Thomas's buggered sitekey
2016-02-28 16:33:52 -08:00
redmatrix
72f3f7c172
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-28 15:07:00 -08:00
redmatrix
713a796d9f
revup
2016-02-28 15:06:42 -08:00
jeroenpraat
69c6d8b617
update es-es strings
2016-02-28 17:33:22 +01:00
Haakon Meland Eriksen
e084a85e79
Merge remote-tracking branch 'upstream/master'
2016-02-28 09:10:39 +01:00
redmatrix
a1f046992d
I haven't investigated 'why', but the addition of the router class in 1db3409f36 resulted in the setup global variable $install_wizard_pass to not get initiated at the global level when the setup module file was included. This corrects the situation and makes install work but without explaining why the variable wasn't instantiated in the first place. This may be important - if any other modules use global variables internally. I don't believe that any do, but the behaviour needs to be resolved or documented.
2016-02-27 17:27:46 -08:00
redmatrix
cd5630476f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-27 16:29:13 -08:00
redmatrix
f7f20c5917
z_fetch_url and z_post_url returning false
2016-02-27 16:27:37 -08:00
redmatrix
44797fe988
Merge pull request #302 from phellmes/de20160227
...
Update DE translation strings
2016-02-28 09:57:04 +11:00
Haakon Meland Eriksen
c5333b5187
Merge remote-tracking branch 'upstream/master'
2016-02-27 21:40:00 +01:00
Mario Vavti
2d045a12bf
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-02-27 16:52:11 +01:00
Mario Vavti
a2fe22412f
missing include
2016-02-27 16:51:54 +01:00
jeroenpraat
df69465357
update NL strings
2016-02-27 15:56:45 +01:00
phellmes
e4361cb202
Update DE translation strings
2016-02-27 14:28:06 +01:00
Mario Vavti
58cf9d832c
make attach_delete() return and comment out album rename functionality since this is not supported by the backend at the moment.
2016-02-27 12:31:07 +01:00
Haakon Meland Eriksen
cf5383fdbe
Merge remote-tracking branch 'upstream/master'
2016-02-27 11:24:02 +01:00
redmatrix
6126070a1d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-26 12:49:02 -08:00
redmatrix
459166116d
turn timezone aware birthdays into a feature for those who want an uncluttered calendar - at the expense of possibly sending somebody's birthday greeting on the wrong day if they are in a different timezone.
2016-02-26 12:45:44 -08:00
Mario Vavti
776bc51172
fix link to photo album and make sure that small photos are not overwritten by body text.
2016-02-26 15:21:14 +01:00
Mario Vavti
df57c90d2d
several photo item template fixes
2016-02-26 14:25:18 +01:00
Mario Vavti
5a563b8e76
some improvement for file activity
2016-02-26 11:17:21 +01:00
Mario Vavti
0653a2e0a9
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-02-26 09:21:01 +01:00
Mario Vavti
d19dfc87a6
get rid of duplicate function
2016-02-26 09:20:44 +01:00
redmatrix
dc8c7a2d2e
small improvements to profile like activity
2016-02-25 16:21:38 -08:00
redmatrix
ba2ede0a8f
this reverts ea54987ca4
2016-02-25 15:41:52 -08:00
redmatrix
6892ba4cd8
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-25 15:14:57 -08:00
Mario Vavti
5ad9b48f1d
revert f62ec4132e - allow one self to be added to a privacy group.
2016-02-25 23:59:57 +01:00
redmatrix
7972de13ca
backtrace openssl_verify errors so that we can find bad keys - as there is very little relevant context available at this level.
2016-02-25 14:34:30 -08:00
Mario Vavti
ea54987ca4
in update_birthdays() we should probably set adjust to 0 instead of 1 since a birthday is more a kind of a global holiday
2016-02-25 23:03:38 +01:00
Mario Vavti
b2474334a7
provide an edit button for the profile page
2016-02-25 22:50:16 +01:00
redmatrix
2a0d4a2011
Merge pull request #299 from git-marijus/master
...
we have got a button for events in the nav. no need for it in the tab…
2016-02-26 06:27:42 +11:00
Mario Vavti
be27fb5644
we have got a button for events in the nav. no need for it in the tabs if we are local.
2016-02-25 13:40:15 +01:00
redmatrix
ebfa1a12b9
when creating an event from a post in our stream, if the original post was private, set the event permissions to "just me". If it was a public event, set the event permissions to the channel default permissions.
2016-02-25 00:36:35 -08:00
Haakon Meland Eriksen
21f2df399d
Merge remote-tracking branch 'upstream/master'
2016-02-25 06:05:12 +01:00
redmatrix
43521bb10b
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-24 18:56:04 -08:00
redmatrix
c95d7c69eb
issue #216 - calendar sharing
2016-02-24 18:54:52 -08:00
jeroenpraat
f12b0fe316
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-02-25 02:05:16 +01:00
jeroenpraat
8944d7a7a2
another dutch update
2016-02-25 02:03:58 +01:00
redmatrix
6300f47cdc
schema change to support channel move (a completely different operation than channel clone)
2016-02-24 17:00:16 -08:00
redmatrix
2b95580cc0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-24 16:41:46 -08:00
jeroenpraat
93b84f1262
interim dutch string update
2016-02-25 01:39:50 +01:00
jeroenpraat
1ffae1327f
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-02-25 01:05:31 +01:00
jeroenpraat
01a8292d65
fix TOS
2016-02-25 01:04:37 +01:00
Mario Vavti
9d3ce55978
fix boxy scheme
2016-02-25 00:24:58 +01:00
redmatrix
7e6febe2a6
add 'requires' field to plugin info to list other dependent plugins/addons and disable if dependencies are not installed/enabled
2016-02-24 15:19:28 -08:00
Mario Vavti
e73df9ed1d
give nav dropdowns a fixed width to preventtext-overflow: ellipsis cut of to much of the text in some situations
2016-02-24 23:16:42 +01:00
redmatrix
b101a8f6fb
missing function
2016-02-24 11:20:46 -08:00
Haakon Meland Eriksen
ddeab48f9b
Merge remote-tracking branch 'upstream/master'
2016-02-24 17:44:27 +01:00
redmatrix
d074c53889
function to process atom stream without actually storing anything
2016-02-23 16:34:53 -08:00
git-marijus
039eb58524
Merge pull request #297 from bashrc/bashrc/comma
...
Remove stray comma
2016-02-23 22:53:14 +01:00
Bob Mottram
29c9e7c0a2
Remove stray comma
2016-02-23 19:50:45 +00:00
Wave
f15a06c0c2
Merge pull request #296 from wave72/master
...
Updated Italian strings
2016-02-23 11:55:23 +01:00
Paolo Tacconi
ab89eb050a
Updated Italian strings
2016-02-23 11:52:45 +01:00
Mario Vavti
eca1f84328
change wording in case where registration is by apprval only
2016-02-23 11:23:43 +01:00
redmatrix
3bde7b8f18
add salmon key param
2016-02-22 16:20:19 -08:00
jeroenpraat
9db1148650
pubsites: network column is not needed anymore (mentioned in intro text). Because of more vertical space Access and Register columnis separate again.
2016-02-22 19:28:32 +01:00
jeroenpraat
502fed198d
only hubs from local configured project on pubsites (hubzilla by default). as agreed with Mike.
2016-02-22 19:10:01 +01:00
Mario Vavti
411c510778
change wording
2016-02-22 13:42:05 +01:00
Mario Vavti
dd6e3d873d
some work on mod/register
2016-02-22 13:04:48 +01:00
redmatrix
f9b092c619
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-21 18:15:40 -08:00
redmatrix
edc7c0837b
remove bookmark identifier from embedded links since they aren't bookmarkable without an associated taxonomy entry.
2016-02-21 18:14:28 -08:00
jeroenpraat
f535d438b2
I don't think we need redmatrix hubs (or hubs without no project name) in this list. The other way around (hubzilla in redmatrix pubsites) is no problem I think. If not agreed, please revert.
2016-02-22 03:03:32 +01:00
redmatrix
119ffd2d2d
Merge pull request #290 from anaqreon/homeinstall
...
Added sendmail installation to .homeinstall script so that hub can se…
2016-02-22 12:43:41 +11:00
redmatrix
2c3bec3d7c
Merge pull request #291 from phellmes/de201602201300
...
Update DE strings
2016-02-22 12:43:15 +11:00
redmatrix
f1564b4cff
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
redmatrix
c9252d49f7
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-21 14:54:59 -08:00
redmatrix
411abdf8a7
fix double encoding
2016-02-21 14:54:34 -08:00
jeroenpraat
1fcc863298
There was nothing wrong with my pimped pubsites (was another problem). Took the opportunity to update schemas. Plus updated spanish and dutch strings.
2016-02-21 23:00:12 +01:00
jeroenpraat
e37c1ed981
Revert pubsites.php. There seems something wrong. Let me troubleshoot that first.
2016-02-21 20:00:09 +01:00
jeroenpraat
0c5a2925ad
Pimped the pubsites page. I tried to get this into a .tpl-file, but it was to complicated for me. Pubsites page is now more narrow (fits on most devices) and location is not taking a complete column (location is almost never used). Also a fix on the auto-create-channel part on the register page.
2016-02-21 19:31:11 +01:00
Andrew Manning
272ffe6983
Renamed homeinstall config file and added check for required config parameters. Spelling corrections.
2016-02-20 14:04:11 -05:00
Andrew Manning
368bb18935
Merge branch 'master' of https://github.com/redmatrix/hubzilla into homeinstall
2016-02-20 13:53:00 -05:00
Mario Vavti
22f172d697
grid->network, whitespace and bootstrapify create button
2016-02-20 14:01:20 +01:00
phellmes
fe9abcfaae
Update DE strings
2016-02-20 13:47:25 +01:00
redmatrix
dfbe2eaf98
Revert "move accesslist class to namespace"
...
This reverts commit a9711895cf .
2016-02-20 00:49:37 -08:00
redmatrix
a9711895cf
move accesslist class to namespace
2016-02-20 19:39:54 +11:00
redmatrix
8882ffc0de
ensure auto_channel_create() is executed for all workflows when UNO is set.
2016-02-19 19:21:57 -08:00
redmatrix
fdd7faab51
string update
2016-02-19 19:12:26 -08:00
redmatrix
d004017b01
issue #288 allow relative_date() to be translated into languages with more than two plural forms, such as pl.
2016-02-19 19:07:07 -08:00
Andrew Manning
f2d27d543d
Added sendmail installation to .homeinstall script so that hub can send email notifications
2016-02-19 20:43:28 -05:00
redmatrix
1db3409f36
add router class
2016-02-19 16:19:15 -08:00
redmatrix
cfa2ac2d0a
move dreport to zotlabs\zot namespace
2016-02-19 14:02:55 -08:00
redmatrix
ebc66d7008
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-19 13:36:48 -08:00
redmatrix
3f0eb84ecf
get_feature_default() was using filtered view, preventing it from working in all cases
2016-02-19 13:34:29 -08:00
Mario Vavti
fbc6c60805
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-02-19 22:28:57 +01:00
Mario Vavti
02e82e496e
pimp up mod new_channel
2016-02-19 22:28:21 +01:00
redmatrix
8e586008dd
issue #287 require old password to change password
2016-02-19 13:18:51 -08:00
redmatrix
50c7c33ed1
no linefeed at end
2016-02-19 12:02:23 -08:00
redmatrix
ca52d39abe
finish up the storage move
2016-02-19 11:58:17 -08:00
redmatrix
28d07fd6b2
move storage assets to zotlabs/storage
2016-02-19 00:06:10 -08:00
redmatrix
5a7b994e59
siteinfo regression with Zotlabs\Project - add an autoloader
2016-02-18 19:32:06 -08:00
redmatrix
4512a4cdd4
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-18 15:26:50 -08:00
redmatrix
342fda94e4
Provide Zotlabs\Project and System class for querying details about the project/version info. Move these out of /boot.php
2016-02-18 15:24:58 -08:00
Haakon Meland Eriksen
cc264b2d60
Merge remote-tracking branch 'upstream/master'
2016-02-18 20:33:25 +01:00
jeroenpraat
33c34984e6
h1>h2 (thanks to Mario) and help text below label on register page (like on new channel).
2016-02-18 19:48:11 +01:00
jeroenpraat
fe392a3144
Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause a UNO member has only 1 channel, so it's logical to remove the acccount (by experience on UNO hub). Styling oauth settings.
2016-02-18 16:53:04 +01:00
Wave
eeed7077ca
Merge pull request #286 from wave72/master
...
updated Italian strings
2016-02-18 15:06:19 +01:00
Paolo Tacconi
dba1854837
updated Italian strings
2016-02-18 15:01:53 +01:00
redmatrix
c107bcfbd9
some necessary doco for set_iconfig()
2016-02-18 00:51:36 -08:00
redmatrix
912ebfebff
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-18 00:23:31 -08:00
redmatrix
76bf892f9f
iconfig - add sharing variable
2016-02-18 00:20:08 -08:00
redmatrix
12a9b49c6d
Merge pull request #285 from anaqreon/master
...
Added the installation of curl to the .homeinstall script
2016-02-18 13:53:13 +11:00
Andrew Manning
aecf9e32ef
Added the installation of curl to the .homeinstall script
2016-02-17 21:15:43 -05:00
redmatrix
879bc71927
this qualifies as an interface change
2016-02-17 17:29:06 -08:00
redmatrix
4da7fcb41d
schema updates for iconfig
2016-02-17 16:24:26 -08:00
redmatrix
3a84e7051e
Merge branch 'iconfig'
2016-02-17 16:21:22 -08:00
redmatrix
161050df07
format atom event renderings so they are reasonably compatible with GNU-social
2016-02-17 15:56:30 -08:00
redmatrix
29284319a5
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-17 14:36:16 -08:00
redmatrix
86e73fd313
add ca help files (per Paco)
2016-02-17 14:35:45 -08:00
redmatrix
62e141a89c
provide del_iconfig for completeness
2016-02-17 14:14:42 -08:00
jeroenpraat
cd8b7687c1
More clarification about privacy of private content. Changed Channel Name to simply Name when registering/creating an account or channel. First time when people see this they get confused (by experience on my hubs). This will even be more with UNO.
2016-02-17 20:47:52 +01:00
Mario Vavti
4436cd9ade
Change description
2016-02-17 12:37:02 +01:00
Mario Vavti
ddbe3c7426
make always preload images before rendering the page a display setting
2016-02-17 12:32:12 +01:00
Mario Vavti
b8c7b2f81d
more refinement on collapsing
2016-02-17 11:07:47 +01:00
redmatrix
696c6e88ea
iconfig debugging - federation now working
2016-02-17 01:05:28 -08:00
redmatrix
a83eb14ff6
iconfig debugging
2016-02-17 00:42:51 -08:00
redmatrix
8e6dc0b66b
revup
2016-02-17 00:14:49 -08:00
redmatrix
41ec5403e1
slight changes to set_iconfig - if passed an item structure only update the structure. Update the DB only if passed an item_id. This makes a clean separation of behaviour that's easy to document. One could get into some weird situations the original way which tried to update and sync both.
2016-02-16 22:53:27 -08:00
redmatrix
77eb6c5761
more work on iconfig
2016-02-16 20:49:32 -08:00
redmatrix
89c6cda303
allow admin to set and lock features when UNO is enabled
2016-02-16 18:58:29 -08:00
redmatrix
d49afead67
allow redirection to site workflow page even if auto channel create is applied
2016-02-16 18:36:29 -08:00
redmatrix
0a10215371
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-16 18:15:40 -08:00
redmatrix
64f5d80ff2
some iconfig basics
2016-02-16 18:15:19 -08:00
redmatrix
28a593e1ce
revup
2016-02-16 15:19:52 -08:00
jeroenpraat
f738902107
@hubdomain also for auto-create-channel + adding css wrapper (ongoing work)
2016-02-16 21:46:24 +01:00
Mario Vavti
364972a292
Thats probably better but there are still edge cases...
2016-02-16 21:29:09 +01:00
Mario Vavti
0eb0256502
typo
2016-02-16 21:02:28 +01:00
Mario Vavti
679fb7d0d2
content -> viewport
2016-02-16 20:58:10 +01:00
Mario Vavti
45247d1595
only prefetch images on update_mode update
2016-02-16 20:53:38 +01:00
Mario Vavti
3be6ef6bfc
since we preload images now we also can collapse and calculate posts above the viewport
2016-02-16 14:42:13 +01:00
redmatrix
c5827c8b4f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-15 20:33:10 -08:00
redmatrix
bb381daae3
update fr strings from transifex
2016-02-15 20:32:42 -08:00
redmatrix
d0090f09fb
Merge pull request #283 from phellmes/connedit
...
Add string translation to auto approval option
2016-02-16 10:33:39 +11:00
Mario Vavti
afb86aa908
clean up some unused stuff and start loading content a bit earlier
2016-02-15 22:20:55 +01:00
phellmes
3b97a9f766
Add string translation to auto approval option
...
Make the description for the auto-approval option translatable.
Put the switch array of that option (with another missing t-funtion)
into a $yes_no variable to be consistent with other settings pages.
2016-02-15 21:23:04 +01:00
redmatrix
d3c779f635
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-14 16:17:15 -08:00
redmatrix
4f285911f0
form cleanup (profile_photo and cover_photo), admin 'user_approve' not found, missing close div in mood_content.tpl
2016-02-14 16:15:55 -08:00
jeroenpraat
8ccddfefd9
Spanish and Dutch string update
2016-02-14 16:18:03 +01:00
redmatrix
4351a83d16
Merge pull request #282 from royalterra/master
...
add https://blablanet.es faillback server
2016-02-14 07:13:22 +11:00
royalterra
ddefe3b3ac
add https://blablanet.es faillback server
...
{"version":"2016-02-12.1307H","version_tag":"1.2.2","server_role":"advanced","commit":"dd2d123","url":"https:\/\/blablanet.es","plugins":["b2tbtn","bookmarker","chess","dfedfix","diaspora","diaspost","dirstats","donar","jappixmini","libertree","ljpost","mailhost","mchat","metatag","noticias","pgpkey","pumpio","sendzid","smiley_pack","smileybutton","statistics","statistics_json","status","statusnet","twitter","wholikesme","wppost","xmpp","xmppac"],"register_policy":"REGISTER_OPEN","invitation_only":0,"directory_mode":"DIRECTORY_MODE_SECONDARY","language":"es","rss_connections":1,"expiration":0,"default_service_restrictions":false,"locked_features":[],"admin":[{"name":"BlaBlanet-ES","address":"blablanet-es@blablanet.es ","channel":"https:\/\/blablanet.es\/channel\/blablanet-es"}],"site_name":"BlablaNet Espa\u00f1a donde est\u00e1n tus amigos, Tu Red Social","platform":"BlaBlaNet","dbdriver":"mysqli","lastpoll":"2016-02-13 14:39:07","info":"","channels_total":29,"channels_active_halfyear":26,"channels_active_monthly":11,"local_posts":6600,"hide_in_statistics":0}
2016-02-13 15:16:09 +00:00
Haakon Meland Eriksen
b77c5ae61e
Merge remote-tracking branch 'upstream/master'
2016-02-13 11:02:43 +01:00
redmatrix
dd2d12350c
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-12 14:03:09 -08:00
redmatrix
ade91f8190
directory modes reversed
2016-02-12 14:02:50 -08:00
Jeroen van Riet Paap
d04aef4c44
don't confuse people with matrix
2016-02-12 17:17:26 +01:00
Mario Vavti
689a6dc085
https://blablanet.es/siteinfo/json reports itself as directory_mode DIRECTORY_MODE_PRIMARY. AFAIK this should not be the case as we can only have one primary per realm.
2016-02-12 11:12:47 +01:00
Mario Vavti
0b487122f6
tryout: introduce loading of images before rendering content and provide some detailed logging in js-console
2016-02-12 11:00:50 +01:00
Haakon Meland Eriksen
ac4a8fde3a
Merge remote-tracking branch 'upstream/master'
2016-02-12 06:28:40 +01:00
redmatrix
31aaf40ade
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-11 20:37:42 -08:00
redmatrix
af7c7642bb
whitespace
2016-02-11 20:37:30 -08:00
redmatrix
d939173c0e
Merge pull request #278 from royalterra/master
...
Update boot.php Add Failback Server blablanet.es
2016-02-12 14:31:29 +11:00
redmatrix
a87efe45e0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-11 15:25:26 -08:00
redmatrix
55515a25d1
guest photo upload failing when js_upload is in use due to non-existent acl parameters
2016-02-11 15:24:21 -08:00
royalterra
7d7a254238
Merge pull request #1 from royalterra/royalterra-patch-1
...
Update boot.php Failback Server blablanet.es
2016-02-11 22:35:45 +00:00
royalterra
564a5ea4d5
Update boot.php Failback Server blablanet.es
...
This HUB is running us fallback many months us fallback server
2016-02-11 22:21:03 +00:00
Mario Vavti
d9c59a19fb
update readmore.js to a more recent version
2016-02-11 13:51:37 +01:00
redmatrix
83b5adf194
feed dates are always UTC. This means we will need another mechanism to pass localised dates to items_fetch()
2016-02-10 23:05:47 -08:00
redmatrix
a26d1794fe
feed dates weren't being honoured. When that was fixed they turned out to be reversed.
2016-02-10 23:00:40 -08:00
redmatrix
06a1258a9a
put a sane lower time limit on content search for public feed requests
2016-02-10 19:29:00 -08:00
redmatrix
d31d3df4ea
hook changes to support pubsubhubbub
2016-02-10 19:12:28 -08:00
redmatrix
91801d2e2c
rev update
2016-02-10 13:55:51 -08:00
Haakon Meland Eriksen
95c686de6e
Merge remote-tracking branch 'upstream/master'
2016-02-09 20:30:30 +01:00
jeroenpraat
bcb94f8238
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-02-09 16:15:49 +01:00
jeroenpraat
1d2260b44e
Castellano and Nederlands string updates
2016-02-09 16:15:20 +01:00
git-marijus
81c10fc739
Merge pull request #276 from phellmes/invite
...
Invite module UI and strings update
2016-02-09 15:57:45 +01:00
phellmes
191a2fd5be
[invite module] remove trailing spaces from translatable strings
2016-02-09 14:20:26 +01:00
phellmes
97be144913
[invite module] update UI template
2016-02-09 14:07:54 +01:00
Haakon Meland Eriksen
8c99228c8a
Merge remote-tracking branch 'upstream/master'
2016-02-09 06:03:43 +01:00
redmatrix
f984502499
need to re-arrange a few things for a short vcard
2016-02-08 19:33:25 -08:00
redmatrix
315ce6d880
lots more zcard tweaks
2016-02-08 18:16:42 -08:00
redmatrix
3da8f9b13c
duplicated lines in en config file
2016-02-08 14:51:03 -08:00
redmatrix
a14b87baf2
make yet another recommended security header optional - this time because of piwik. Personally I think if you want to track people you really don't understand this project and its history, but whatever....
2016-02-08 14:48:11 -08:00
redmatrix
90fd23e0cd
try that patch again
2016-02-08 14:19:49 -08:00
redmatrix
d96e985be0
Revert "sort out the well-known acme-challenge mess - at least on apache"
...
This reverts commit be99c7fe12 .
2016-02-08 14:06:44 -08:00
redmatrix
c8788204a9
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-08 13:58:25 -08:00
redmatrix
be99c7fe12
sort out the well-known acme-challenge mess - at least on apache
2016-02-08 13:57:40 -08:00
Mario Vavti
48963f62f9
avoid collapsing only above the viewport
2016-02-08 22:19:38 +01:00
redmatrix
00ae6bdac6
a few tweaks to uno settings page to allow a default ACL to be created
2016-02-07 21:06:17 -08:00
redmatrix
a606173e07
change register workflow if uno is set
2016-02-07 20:11:08 -08:00
redmatrix
d8e6fd5df0
provide get_server_role() to abstract different roles and capabilities
2016-02-07 18:11:10 -08:00
redmatrix
ec950de205
block public was still referenced in admin/site template
2016-02-07 15:44:42 -08:00
redmatrix
62e7fa6a23
update UI template for 'mood' module
2016-02-07 15:38:54 -08:00
Haakon Meland Eriksen
2935c5fe1a
Merge remote-tracking branch 'upstream/master'
2016-02-06 12:57:25 +01:00
redmatrix
021584d782
fix uno import by disabling for now
2016-02-05 23:45:16 -08:00
redmatrix
a5c111ef4f
uno stuff
2016-02-05 23:13:33 -08:00
redmatrix
7868e47643
more uno groundwork
2016-02-05 13:32:15 -08:00
redmatrix
b4e3cd000f
rev update
2016-02-05 00:06:35 -08:00
redmatrix
9c3568800c
remove blackout setting now that the keepout plugin performs the same tasks (plus a lot more)
2016-02-04 23:59:09 -08:00
redmatrix
9cf105f8ea
initial uno config
2016-02-04 23:58:31 -08:00
redmatrix
a8456782b5
will probably need this to make it work
2016-02-04 22:39:56 -08:00
Haakon Meland Eriksen
2afdba48f0
Merge remote-tracking branch 'upstream/master'
2016-02-05 06:28:52 +01:00
redmatrix
4250895243
make strict transport security header optional
2016-02-04 20:38:22 -08:00
redmatrix
bfeb89075f
comment buttons hook
2016-02-04 19:06:11 -08:00
redmatrix
721f61a71d
update docs
2016-02-04 18:38:36 -08:00
redmatrix
a6e5d26aea
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-02-04 18:36:36 -08:00
redmatrix
d586f64e40
update the poke page layout and UI
2016-02-04 18:35:40 -08:00
redmatrix
a0900ba052
Merge pull request #274 from mrjive/master
...
Small adding in search result page in /help
2016-02-05 11:11:36 +11:00
redmatrix
40b00ab362
add system black/white list for embeds ahead of personal config
2016-02-04 16:09:36 -08:00
redmatrix
18208fab84
poke basic config setting
2016-02-04 11:58:56 -08:00
Haakon Meland Eriksen
8f810a3dcf
Merge remote-tracking branch 'upstream/master'
2016-02-04 06:01:15 +01:00
redmatrix
c598bbb8a9
Merge branch 'embedsec'
2016-02-03 20:33:34 -08:00
redmatrix
e6f388d869
finish moving block_public to the new security page
2016-02-03 20:32:26 -08:00
redmatrix
24e2eedd0f
don't implement the default embed whitelist just yet
2016-02-03 20:29:46 -08:00
redmatrix
c75f76f740
heavy lifting on admin security page
2016-02-03 20:24:46 -08:00
redmatrix
006efbd906
change view_storage from perms_public to perms_specific in the social_private role
2016-02-03 15:44:36 -08:00
redmatrix
28386d7471
admin security page for configuring white and black lists and other security options.
2016-02-03 15:23:24 -08:00
mrjive
f9545dc359
Added section-title-wrapper and section-conent-wrapper to search result page in /help
2016-02-03 14:02:34 -08:00
mrjive
e527a52f6a
Merge pull request #21 from redmatrix/master
...
updating from original codebase
2016-02-03 22:46:54 +01:00
redmatrix
a7ed50ecd4
more zcard tweaks
2016-02-02 19:39:47 -08:00
redmatrix
06dcaaa821
some zcard cleanup - still eneds a lot more work
2016-02-02 17:14:07 -08:00
Haakon Meland Eriksen
36ac48779c
Merge remote-tracking branch 'upstream/master'
2016-02-02 17:51:34 +01:00
Wave
88669fa033
Merge pull request #271 from wave72/master
...
Updated Italian strings
2016-02-02 16:59:03 +01:00
Paolo Tacconi
225aa28a1b
Updated Italian strings
2016-02-02 16:52:25 +01:00
Mario Vavti
f1245206ce
change aside width to reflect recent widget style changes
2016-02-02 12:40:40 +01:00
redmatrix
7f453949a1
minor tweaks
2016-02-01 23:09:45 -08:00
redmatrix
38f385f67d
slight formatting improvements
2016-02-01 21:23:47 -08:00
redmatrix
5f5342c0d3
adjust for folks that still have 175px profile photos
2016-02-01 21:21:22 -08:00
redmatrix
15e003f030
missing template
2016-02-01 21:14:36 -08:00
redmatrix
5edbc00865
profile embeds (still needs a bit of work)
2016-02-01 21:09:50 -08:00
redmatrix
723a49ccee
add photos to the profile "likes this" dropdowns
2016-02-01 17:42:53 -08:00
redmatrix
ff487a0271
more oembed provider work - channel articles
2016-02-01 14:52:08 -08:00
mrjive
337735094b
Merge pull request #20 from redmatrix/master
...
updating from original codebase
2016-02-01 11:25:07 +01:00
redmatrix
01b5b13475
oep for the photo top page
2016-01-31 20:44:54 -08:00
redmatrix
fd9f792f90
add album embed (embed the most recent photo with link to album)
2016-01-31 20:05:47 -08:00
redmatrix
e8ded61efb
minor changes to changelog
2016-01-31 19:26:02 -08:00
redmatrix
b0e098bb68
rev update
2016-01-31 19:16:32 -08:00
redmatrix
f26c698f4a
add zid
2016-01-31 16:33:25 -08:00
redmatrix
a341c889b7
add oembed provider for photos
2016-01-31 15:55:27 -08:00
Haakon Meland Eriksen
0cd82ec680
Merge remote-tracking branch 'upstream/master'
2016-01-31 10:38:19 +01:00
jeroenpraat
1f87fef968
es-es+nl strings and fixing css maintained schemas
2016-01-30 23:44:45 +01:00
Mario Vavti
c8d0a2b4bb
one more css fix
2016-01-30 14:40:45 +01:00
Mario Vavti
385709853b
css fixes
2016-01-30 14:26:38 +01:00
Mario Vavti
0405a49df1
fix a slight regression
2016-01-30 13:47:58 +01:00
Haakon Meland Eriksen
76484f1541
Merge remote-tracking branch 'upstream/master'
2016-01-30 12:05:49 +01:00
Mario Vavti
b6543beca2
do not make a difference if there are images or not for now
2016-01-30 01:34:27 +01:00
Mario Vavti
da198fdda5
more on collapsing
2016-01-30 01:28:01 +01:00
Mario Vavti
24f912e0b2
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-01-30 00:31:09 +01:00
Mario Vavti
d7abacb7b2
it is not perfect but it still may ease the collapsing of items above the viewport a little...
2016-01-30 00:30:49 +01:00
redmatrix
08aeeadd71
move permission check before global block check
2016-01-29 14:07:10 -08:00
redmatrix
c214692f66
add peer filtering to all .well-known services
2016-01-28 17:06:13 -08:00
redmatrix
35a9a468ce
widget_item - provide ability to use the page title instead of the message_id to locate the desired item. You can use either, but the page title is often easier to use and discover.
2016-01-28 15:23:42 -08:00
mrjive
28943af494
Merge pull request #19 from redmatrix/master
...
updating from original codebase
2016-01-28 23:19:13 +01:00
Haakon Meland Eriksen
9abff11f86
Merge remote-tracking branch 'upstream/master'
2016-01-28 18:28:04 +01:00
redmatrix
5f1eb18da4
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-27 23:03:05 -08:00
redmatrix
ae3ca2b7df
block_public_blackout setting
2016-01-27 23:02:36 -08:00
Haakon Meland Eriksen
d49c5b3d8e
Merge remote-tracking branch 'upstream/master'
2016-01-28 06:24:47 +01:00
Jeroen van Riet Paap
9ea904c12d
remark in the private notes encrypted
...
Notes are not encrypted and are readable in the database by the admin. Made a remark about that. Probably this needs to be fixed, but till than, it's better to warn people.
2016-01-28 00:21:43 +01:00
Jeroen van Riet Paap
9a4cbc05a6
no trailing slash
2016-01-27 23:48:14 +01:00
Jeroen van Riet Paap
08fbe17627
no trailing slash
...
it will break your system
2016-01-27 23:40:33 +01:00
Haakon Meland Eriksen
c766cf9565
Merge remote-tracking branch 'upstream/master'
2016-01-27 17:24:05 +01:00
Mario Vavti
722d7ff38d
lower caution level from danger to warning for ignore button
2016-01-27 09:46:18 +01:00
redmatrix
5d6657f77a
provide an icon to make 'add privacy group' stand out from the list of groups. Please revert if you think it's too messy.
2016-01-27 00:11:15 -08:00
redmatrix
d83b907cdc
rename collections to privacy groups
2016-01-26 23:44:15 -08:00
redmatrix
202817740a
control the generation or acceptance of directory keywords
2016-01-26 19:04:32 -08:00
redmatrix
9b08051703
bring back the ability to ignore a pending connection request without deleting it and without always having it in your face and without jumping through hoops.
2016-01-26 16:57:36 -08:00
redmatrix
9c71b74d37
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-26 15:39:25 -08:00
redmatrix
535a54040f
add abook_account to cloned abook records, was missing
2016-01-26 15:38:56 -08:00
jeroenpraat
68030d12cf
Linking new connection notification to pending connections (see Channel 1) and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits.
2016-01-27 00:24:05 +01:00
redmatrix
3494fddd7c
change help text on other channel expiration setting to inform that there is a system limit. Ignore imported feed content that is older than expiration interval.
2016-01-26 15:12:34 -08:00
redmatrix
424af13891
fix undefined variable reference in widget_item
2016-01-26 14:14:18 -08:00
Haakon Meland Eriksen
e4674142c6
Merge remote-tracking branch 'upstream/master'
2016-01-25 07:33:18 +01:00
redmatrix
9081ddb455
don't provide notification icons on manage page for delegated channels
2016-01-24 18:36:38 -08:00
redmatrix
1ccf836ebb
regression: channel name missing on delegate section of manage page
2016-01-24 18:33:02 -08:00
redmatrix
5e9e1b2c91
cleanup and add comments about what we're trying to do here
2016-01-24 15:44:16 -08:00
redmatrix
baed7d339e
make exec the default for proc_run - use system.use_proc_open to use proc_open. Also prohibit delegated channels from manually invoking new_channel under the delegated account.
2016-01-24 15:20:25 -08:00
redmatrix
6759a28579
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-24 13:54:07 -08:00
redmatrix
0db2fe6e39
remote delegation issue when already logged in with different account on same site.
2016-01-24 13:53:18 -08:00
jeroenpraat
845945e70a
es-es+nl string update
2016-01-24 15:31:08 +01:00
Haakon Meland Eriksen
089509ab87
Merge remote-tracking branch 'upstream/master'
2016-01-24 10:35:20 +01:00
redmatrix
ae6ae88151
update hidden_configs with proc_run_use_exec
2016-01-23 16:29:39 -08:00
redmatrix
7b73a689e1
provide option to use exec in proc_run
2016-01-23 16:25:38 -08:00
Haakon Meland Eriksen
0d119d83b0
Merge remote-tracking branch 'upstream/master'
2016-01-22 19:15:46 +01:00
Jeroen van Riet Paap
945689d01c
doc
2016-01-22 16:25:00 +01:00
redmatrix
d70f69566f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-22 02:25:05 -08:00
redmatrix
48495f41e8
provide mechanism for custom .well-known handlers and static files (e.g. for letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
2016-01-22 02:22:27 -08:00
redmatrix
47f7750f26
Merge pull request #266 from anaqreon/activitystreams
...
Activitystreams
2016-01-22 20:35:30 +11:00
redmatrix
81e3aa4fc8
Merge pull request #267 from bashrc/bashrc/node
...
Change node script types
2016-01-22 20:35:07 +11:00
Bob Mottram
8f6e01a70b
Change node script types
2016-01-22 09:18:02 +00:00
Haakon Meland Eriksen
b0d5b9fd2c
Merge remote-tracking branch 'upstream/master'
2016-01-22 06:37:30 +01:00
redmatrix
75468c255a
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-21 19:26:22 -08:00
redmatrix
e52f64e3d2
fix visitor photo uploads
2016-01-21 19:26:04 -08:00
redmatrix
7d7ef5ac4e
add a fixme
2016-01-21 18:42:44 -08:00
Andrew Manning
b368e0a1f9
Merge branch 'master' of https://github.com/redmatrix/hubzilla into activitystreams
2016-01-21 21:40:29 -05:00
Andrew Manning
dff2cdc650
Added more ActivityStreams schema support to boot.php for games
2016-01-21 21:39:43 -05:00
redmatrix
dcaef756e7
Merge pull request #265 from bashrc/bashrc/tidying
...
General tidying
2016-01-22 09:57:16 +11:00
redmatrix
2be515e7bb
set the actual value of the password input field to a single space on remove channel and remove account because firefox does not honour 'autocomplete="off"' and insists on filling in the password, which completely defeats the purpose of password protecting this function. We want to ensure it can only be executed by somebody who knows the password and not somebody who happens upon an unattended browser session. This space is annoying and must be removed to enter the password correctly but this appears to be the only way to provide the necessary safety for that page. Setting autocomplete to a random string as suggested by the firefox doco doesn't appear to do anything useful, as autocomplete is still performed.
2016-01-21 14:32:41 -08:00
redmatrix
699d5d1081
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-21 14:04:37 -08:00
redmatrix
8847e39fb7
regression: public forums granting send stream permissions to all connections
2016-01-21 14:03:46 -08:00
jeroenpraat
55e9bd3660
A few minor tweaks in schemas + link to login form in lostpass
2016-01-21 22:02:31 +01:00
Haakon Meland Eriksen
fb1e6ca6c1
Merge remote-tracking branch 'upstream/master'
2016-01-21 17:30:04 +01:00
Bob Mottram
88d29a7b4b
Executable flash files ???
2016-01-21 12:26:46 +00:00
Bob Mottram
cbedb50cb3
css files should not be executable
2016-01-21 12:23:49 +00:00
Bob Mottram
78b2a4af1a
README files should not be executable
2016-01-21 12:23:25 +00:00
Bob Mottram
457cc48043
Type of script
2016-01-21 12:22:54 +00:00
Mario Vavti
b711c050db
make contact block look widget alike
2016-01-21 11:48:10 +01:00
Mario Vavti
928f1bfa7b
css cleanup
2016-01-21 10:58:38 +01:00
Mario Vavti
2b3b6268dd
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-01-21 10:42:41 +01:00
Mario Vavti
97ebf9021c
bootstrapify rating and connect buttons. position the connect button more prominent right under the profile image
2016-01-21 10:42:20 +01:00
mrjive
c49e4f52ae
Merge pull request #18 from redmatrix/master
...
updating from original codebase
2016-01-21 09:51:32 +01:00
redmatrix
1d89198444
issue #263 - account_default_channel not set to 0 when last channel of an account is removed
2016-01-20 23:16:12 -08:00
redmatrix
8c5d5b8e1c
update docs - plugin listing
2016-01-19 20:51:38 -08:00
redmatrix
d3bec0b2f9
honour poco_rating_enable in item_photo_menu
2016-01-19 15:30:17 -08:00
redmatrix
c15e3de637
hook changed, up the std_version
2016-01-19 15:21:03 -08:00
redmatrix
24bffd4418
Separate item_photo_menu() into links which deal with the post and those which deal with the author. We should probably also make this info available to themes so they could for instance provide a visual separator.
2016-01-19 15:15:34 -08:00
Haakon Meland Eriksen
da6abe5462
Added auto_channel_create to config to ease registration
2016-01-19 21:06:55 +01:00
redmatrix
1e523414f8
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-18 19:08:26 -08:00
redmatrix
190f78fb5a
several clarifications on hidden_configs
2016-01-18 19:07:41 -08:00
redmatrix
64acf3acbc
Merge pull request #260 from HaakonME/master
...
Updated Hubzilla on OpenShift deploy script
2016-01-19 10:25:54 +11:00
redmatrix
a076a248bf
add db_type to sample htconfig
2016-01-18 14:47:16 -08:00
redmatrix
1ca47074bc
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-18 14:42:22 -08:00
redmatrix
b380b618bc
db_type not present in international config file templates issue #259
2016-01-18 14:42:03 -08:00
jeroenpraat
a036d88a4e
Added a feature to hide rating buttons from a members channel and profile pages.
2016-01-18 21:37:47 +01:00
Haakon Meland Eriksen
2a57f716d3
Add config workflow_channel_next and set to channel
2016-01-18 19:57:00 +01:00
Haakon Meland Eriksen
86598705ef
Add default_permissions_role social_private to autocreate a social private channel upon account registration
2016-01-18 19:47:06 +01:00
Haakon Meland Eriksen
5d24f62b95
Add Hubzilla Hubsites plugin to deploy script, change git for DeadSuperHero Hubzilla themes
2016-01-18 19:19:16 +01:00
Haakon Meland Eriksen
dd3f69eaf3
Merge remote-tracking branch 'upstream/master'
2016-01-18 07:31:37 +01:00
redmatrix
fc54f54b98
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-17 20:03:43 -08:00
redmatrix
80b88d819e
doc updates
2016-01-17 20:03:33 -08:00
redmatrix
24c10ae733
Merge pull request #258 from einervonvielen/backup_to_usb_without_encryption
...
backup to external device now possible without encryption
2016-01-18 12:45:08 +11:00
redmatrix
3b18c82c88
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-17 16:51:06 -08:00
redmatrix
be83855acf
generalise the site icon
2016-01-17 16:50:37 -08:00
redmatrix
10ed334e8c
various issues from the forums
2016-01-17 16:29:32 -08:00
Haakon Meland Eriksen
c4a14c27cf
Merge remote-tracking branch 'upstream/master'
2016-01-17 23:14:37 +01:00
jeroenpraat
819a331c4a
update es-es and nl strings. adjusted a few matrix to grid strings
2016-01-17 20:03:26 +01:00
Einer von Vielen
9fa6593d7f
backup to external device now possible without encryption. Before this
...
the daily backup did allow LUKS+ext4 compatible file system only.
2016-01-17 18:44:21 +01:00
Haakon Meland Eriksen
256472f9eb
Merge remote-tracking branch 'upstream/master'
2016-01-17 11:26:18 +01:00
redmatrix
9b3b2efe9a
call build_sync_packet() on pdledit updates
2016-01-17 01:05:32 -08:00
redmatrix
da9a8d54de
minversion issue
2016-01-17 00:17:23 -08:00
Haakon Meland Eriksen
af8449cef8
Merge remote-tracking branch 'upstream/master'
2016-01-17 00:40:21 +01:00
redmatrix
0365f5d52c
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-16 14:04:14 -08:00
redmatrix
110ef6201e
add $deliver flag to item_store() and item_store_update() [default true]. If false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
2016-01-16 14:00:22 -08:00
Mario Vavti
0d5daea93d
move dir total ratings button to the left to prevent the connect button beeing shifted on channels with ratings
2016-01-16 21:30:57 +01:00
Haakon Meland Eriksen
983e170f20
Merge remote-tracking branch 'upstream/master'
2016-01-16 13:44:23 +01:00
redmatrix
f66c6bfebf
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-15 11:59:38 -08:00
redmatrix
fe77ab4d71
minor version roll
2016-01-15 11:59:19 -08:00
mrjive
763c700372
Merge pull request #17 from redmatrix/master
...
updating from original codebase
2016-01-15 20:58:10 +01:00
Mario Vavti
2498df68c7
change button order for consistency
2016-01-15 13:20:45 +01:00
Mario Vavti
d36aa4fc89
provide a recent activity link in /connections
2016-01-15 12:08:04 +01:00
Mario Vavti
f4e1b2123a
add an approve button to /connections and get rid of the modal popup in /connedit. for quick approval (default collection and perms etc.) we now can use the approve button in /connections else click the edit button and make changes and approval from /connedit. hope thats any better...
2016-01-15 11:28:05 +01:00
Mario Vavti
63ee0daac5
provide more contact infos and update some protocol type definitions
2016-01-15 10:42:44 +01:00
ken restivo
b58177e3c6
Use ctrl-d for multi-line messages.
2016-01-14 21:05:36 -08:00
redmatrix
f888548e0e
issue with plugin loadable layouts
2016-01-14 20:51:59 -08:00
redmatrix
6ff192c4ea
update widget docs with widget_cover_photo
2016-01-14 18:43:54 -08:00
redmatrix
64753effd1
cover photo fetch and widget
2016-01-14 17:25:27 -08:00
redmatrix
be9442e7b3
more cover photo work
2016-01-14 16:29:50 -08:00
Mario Vavti
ef2890fe51
this might be controversal - if approving a connection from the popup go back to connections page. if the popup is dismissed and the connection is approved from the page stay on /connedit page to be able to adjust perms etc...
2016-01-15 00:03:15 +01:00
Mario Vavti
614dcb8bce
since the perms will be reset on approval better do not provide the perms tool before we approved a connection
2016-01-14 23:38:00 +01:00
Mario Vavti
3ba81c8bb6
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2016-01-14 23:23:28 +01:00
Mario Vavti
588d022fbb
provide some info about our contacts - status (archived, hidden, etc.), public forum (like in directory) and show since when we are connected
2016-01-14 23:23:12 +01:00
redmatrix
96990fc1c5
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-14 11:47:23 -08:00
redmatrix
4506d80198
revision update
2016-01-14 11:45:48 -08:00
Haakon Meland Eriksen
72353bf044
Merge remote-tracking branch 'upstream/master'
2016-01-14 18:14:30 +01:00
mrjive
2696deb2a1
Merge pull request #16 from redmatrix/master
...
updating from original codebase
2016-01-14 18:07:56 +01:00
Mario Vavti
9f9fdc1434
bring back opacity for archived contacts
2016-01-14 14:00:02 +01:00
Mario Vavti
e2b79c34bc
some work on connections
2016-01-14 13:50:47 +01:00
Mario Vavti
69573c6afe
some template work on follow widget
2016-01-14 10:36:45 +01:00
mrjive
5c937c5642
Merge pull request #15 from redmatrix/master
...
updating from original codebase
2016-01-14 09:30:50 +01:00
redmatrix
e500a08f15
more progress on cover photo cropping and storage
2016-01-13 20:26:27 -08:00
redmatrix
82aec69302
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-13 17:32:42 -08:00
redmatrix
9584ca080c
some initial work on uploading and cropping cover photos
2016-01-13 17:32:09 -08:00
Einer von Vielen
f510cd3111
.
2016-01-13 23:46:31 +01:00
Mario Vavti
e1ddee6c26
fix sharing of photo items
2016-01-13 11:23:40 +01:00
redmatrix
86b550e43e
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-13 01:36:08 -08:00
redmatrix
3bf9dc9f18
more work on auto channel creation during register
2016-01-13 01:17:02 -08:00
Mario Vavti
0ca7aa8c09
20em is to big for mobile use
2016-01-13 09:39:46 +01:00
redmatrix
58efd7553c
very small tweaks to CLI plugin manager utility
2016-01-13 00:08:07 -08:00
redmatrix
0484f5b0dc
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-12 20:05:37 -08:00
redmatrix
961540160f
cleanup text in INSTALL.txt
2016-01-12 20:05:16 -08:00
ken restivo
93096a9db8
Correct docs.
2016-01-12 18:51:57 -08:00
redmatrix
f757285ea8
cli utility for managing addons
2016-01-12 18:00:20 -08:00
redmatrix
baedd25309
'auto channel creation' - if the corresponding config variable is set, create a channel when an account is created.
...
Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned.
2016-01-12 15:43:08 -08:00
ken restivo
bbc1a1f1fb
Source the conf.
2016-01-12 13:20:37 -08:00
ken restivo
addf696db8
Add very simple, minimalist posting shell script.
2016-01-12 13:19:21 -08:00
redmatrix
9327ac0ba7
"aconfig" or account configuration storage, needed for some upcoming work. Built on top of xconfig.
2016-01-11 23:54:53 -08:00
redmatrix
a8a5cb05a7
logic reversal in version checking
2016-01-11 17:29:27 -08:00
redmatrix
bff33a98ce
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-11 16:37:29 -08:00
redmatrix
66c8658898
plugin version compatibility checking. To use, set MinVersion, MaxVersion or MinPHPversion in the plugin header block. Case is not important. We check the project versions against STD_VERSION, which should be rolled to a new y of x.x.y if the plugin interface or project code changes in an incompatible way.
2016-01-11 16:34:12 -08:00
Jeroen van Riet Paap
d6b2c8f296
Update README.md
2016-01-11 19:54:22 +01:00
Jeroen van Riet Paap
4e89895391
center
2016-01-11 19:52:12 +01:00
Jeroen van Riet Paap
0f5da31eb2
point to installation docu
2016-01-11 19:41:03 +01:00
mrjive
3206a46a92
Merge pull request #14 from redmatrix/master
...
updating from original codebase
2016-01-11 11:37:43 +01:00
Wave
42b35c5ac9
Merge pull request #253 from wave72/master
...
Italian strings updated
2016-01-11 11:02:09 +01:00
Paolo Tacconi
04180985cb
Italian strings updated
2016-01-11 10:55:51 +01:00
Haakon Meland Eriksen
42433c0b44
Merge remote-tracking branch 'upstream/master'
2016-01-11 06:38:24 +01:00
redmatrix
f4d47f825d
revert lost link
2016-01-10 20:38:47 -08:00
redmatrix
44137be88d
Merge pull request #252 from einervonvielen/homeinstall
...
installation script for debian next to a router at home
2016-01-11 15:38:07 +11:00
redmatrix
a524f0c2c1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-10 17:40:20 -08:00
redmatrix
d79d6c7055
the mail_isreply flag wasn't being set in the right cases
2016-01-10 17:39:18 -08:00
jeroenpraat
e51035ba9a
String update es-es and nl. Plus some extra bits, incl .gitignore update with pageheader.html
2016-01-10 20:45:39 +01:00
Einer von Vielen
d4645ec609
Added files for installation script
2016-01-10 18:25:36 +01:00
Einer von Vielen
51f34b6b07
indexed
2016-01-10 18:24:15 +01:00
mrjive
9cbbc92062
Merge pull request #13 from redmatrix/master
...
updating from original codebase
2016-01-10 09:44:43 +01:00
redmatrix
23c7086605
add locked features to siteinfo to assist in debugging
2016-01-09 23:39:53 -08:00
redmatrix
b00c22916a
fix relative urls on some Diaspora profile photos
2016-01-09 14:02:58 -08:00
Haakon Meland Eriksen
41057ac364
Merge remote-tracking branch 'upstream/master'
2016-01-09 18:47:52 +01:00
redmatrix
1c982315dd
issue #251
2016-01-07 20:04:13 -08:00
redmatrix
bf99906386
provide admin toggle to disable delivery reports
2016-01-07 14:27:06 -08:00
redmatrix
3c88184177
optional support for public key pinning
2016-01-07 14:06:51 -08:00
redmatrix
f4968e9f45
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-07 12:48:42 -08:00
redmatrix
100412267a
extra security headers, revert or fix if functionality is blocked
2016-01-07 12:47:46 -08:00
redmatrix
00b98730f7
Merge pull request #250 from wave72/master
...
In Hubzilla messages.po is hmessages.po
2016-01-08 06:44:29 +11:00
Wave72
242da95eed
Wrong branding in Translations doc
2016-01-07 11:24:31 +01:00
Wave72
0eb5dd6d21
In Hubzilla messages.po is hmessages.po
2016-01-07 11:08:19 +01:00
mrjive
0fa34c6880
Merge pull request #12 from redmatrix/master
...
updating from original codebase
2016-01-07 10:47:11 +01:00
Haakon Meland Eriksen
bfe8e1e2e9
Merge remote-tracking branch 'upstream/master'
2016-01-07 00:02:40 +01:00
redmatrix
761afd029d
version roll
2016-01-06 13:53:49 -08:00
redmatrix
93565ea768
features management page for hubmins
2016-01-06 13:01:28 -08:00
Haakon Meland Eriksen
1f82beb2ef
Merge remote-tracking branch 'upstream/master'
2016-01-06 06:36:40 +01:00
redmatrix
c076e72cbf
provide an option to toggle the view of locked features so we can use the same list in an admin feature set & lock page.
2016-01-05 20:38:32 -08:00
redmatrix
26139ee06f
make 'refresh permissions' do something useful for non-zot connections
2016-01-04 23:27:06 -08:00
redmatrix
bd394ba6dc
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-04 22:13:46 -08:00
redmatrix
1f0e603992
expire delivery reports at 10 days by default instead of 30.
2016-01-04 22:12:36 -08:00
Haakon Meland Eriksen
f5c10f249c
Merge remote-tracking branch 'upstream/master'
2016-01-05 06:24:43 +01:00
ken restivo
69f9842ec9
Merge pull request #249 from chris1315/patch-5
...
main.bb
2016-01-04 20:03:10 -08:00
Haakon Meland Eriksen
d2d71b8630
Merge remote-tracking branch 'upstream/master'
2016-01-04 20:05:59 +01:00
chris1315
ff3aa6c663
main.bb
...
main documentation in french
2016-01-04 19:53:55 +01:00
mrjive
dcb5f62413
Merge pull request #11 from redmatrix/master
...
updating from original codebase
2016-01-04 18:20:49 +01:00
Wave
c3e2505b66
Merge pull request #248 from wave72/master
...
Updated Italian strings
2016-01-04 14:26:09 +01:00
Paolo Tacconi
c7cc595906
Updated Italian strings
2016-01-04 14:18:52 +01:00
redmatrix
2dd9e27a44
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-04 01:20:01 -08:00
redmatrix
26ed0b0f34
version script was all screwed up
2016-01-04 01:19:40 -08:00
redmatrix
374aadc97e
Provide a mechanism for a hub admin to lock features in the on or off state. Locked features will not be available in the UI on the Additional Features page to be set by members. If all features are locked, the link to the Additional Features page will not be displayed.
2016-01-04 01:02:10 -08:00
Haakon Meland Eriksen
86dd4e7ee0
Fixed deploy
2016-01-04 06:41:25 +01:00
Haakon Meland Eriksen
714a93022f
Removed deploy to get from upstream
2016-01-03 23:26:00 +01:00
redmatrix
35fd21531a
Merge pull request #246 from HaakonME/HaakonME-Hubzilla-on-OpenShift-Hubzilla-Chess
...
Hubzilla on OpenShift deploy script with Huzilla Chess
2016-01-04 08:12:16 +11:00
redmatrix
ca00ae2e23
Merge pull request #247 from chris1315/patch-3
...
Create about.bb
2016-01-04 08:12:02 +11:00
jeroenpraat
b8655dd3bc
forgot to add this to the docu
2016-01-03 22:01:27 +01:00
jeroenpraat
9e6f43e3ff
added some real examples for the default-permission-role in de docu. also updated comanche template redable and another css class to tpl file
2016-01-03 21:56:39 +01:00
chris1315
9ec258b74d
Create about.bb
2016-01-03 19:45:53 +01:00
Haakon Meland Eriksen
8ca4fb3784
Add Hubzilla Chess repo to deploy script
2016-01-03 14:13:29 +01:00
Haakon Meland Eriksen
d860dd753e
Hubzilla Chess - single file commit to upstream
...
Adding Hubzilla Chess to Hubzilla on OpenShift deploy script
2016-01-03 12:50:15 +01:00
Haakon Meland Eriksen
b4ccc62596
Add Hubzilla Chess repo to deploy script
2016-01-03 12:23:42 +01:00
mrjive
07f5bdde60
Merge pull request #10 from redmatrix/master
...
updating from original codebase
2016-01-03 09:52:37 +01:00
redmatrix
5b0a17359d
Provide the ability for a hub admin to specify a default permissions role for the first channel created by a new account. This simplifies channel creation by restricting the available options at registration time. The restriction is not applied to any additional channels created under the same account; and in any event can be changed immediately after channel creation, if desired.
2016-01-02 23:39:57 -08:00
jeroenpraat
1ad90b8662
Update es+nl strings and added title on hover for items (needed to view titles that are cut-off)
2016-01-02 15:14:30 +01:00
redmatrix
54ceef0ba1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-01 16:13:29 -08:00
redmatrix
c38edfcb32
issue #241 (redmatrix issue 405)
2016-01-01 16:12:43 -08:00
redmatrix
5b9afd7555
Merge pull request #245 from chris1315/patch-2
...
Create git_for_non_developers.bb
2016-01-02 07:49:00 +11:00
redmatrix
e665afcc2a
Merge pull request #244 from anaqreon/anaqreon-titel-typo
...
Misspelled Titel
2016-01-02 07:48:42 +11:00
chris1315
b0ec0e9eac
Create git_for_non_developers.bb
2016-01-01 16:24:49 +01:00
Andrew Manning
49e4016ba2
Misspelled Titel
...
should be Title
2016-01-01 05:53:29 -05:00
redmatrix
9ee7d60afe
more issue #239
2015-12-31 15:17:12 -08:00
redmatrix
1964fa05e1
issue #239 , provide 'Public' text on ACL selector when appropriate to do so.
2015-12-31 15:10:36 -08:00
redmatrix
caf3a69d99
yearly license update
2015-12-31 13:25:23 -08:00
redmatrix
769ad4a836
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-31 12:31:17 -08:00
redmatrix
062c03c9f7
comment clarification
2015-12-31 12:30:49 -08:00
redmatrix
2cf4ac26fd
log API improvements and queue optimisation for singleton networks
2015-12-31 12:26:41 -08:00
jeroenpraat
405725875d
nl+es-es string update
2015-12-29 22:09:47 +01:00
redmatrix
5f61f57b2c
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-29 11:16:47 -08:00
redmatrix
fbeb33479b
store perms_accept on channel creation
2015-12-29 11:16:13 -08:00
redmatrix
ffd4557447
Merge pull request #238 from anaqreon/remove-bad-url
...
Removed defunct URL from old auto-update idea
2015-12-28 18:12:50 +11:00
redmatrix
cf5df259e5
refresh issue
2015-12-27 21:08:28 -08:00
Andrew Manning
3d6359f2e7
Removed defunct URL from old auto-update idea
2015-12-26 16:20:56 -05:00
redmatrix
5a229234e7
Set accept permissions to that of role so if you change to a custom role you don't start with nothing.
2015-12-25 15:56:29 -08:00
redmatrix
b1a77b2235
don't send wall-post notifications when creating webpages on another channel
2015-12-25 14:59:46 -08:00
redmatrix
6db6fef29f
spelling
2015-12-25 14:56:06 -08:00
redmatrix
31fbd19c86
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-25 14:32:16 -08:00
redmatrix
a085f4df7f
regression: default inherited permission was not being set for a connection if the permission was 'inherited'. We need to set these so that if somebody changes the top level permissions they don't have to go back and manually edit every connection to allow/deny what used to be an automatic inherited setting.
2015-12-25 14:25:58 -08:00
jeroenpraat
cd2c6779b7
update es-es strings
2015-12-25 17:37:05 +01:00
redmatrix
d39cd088a1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-24 14:41:47 -08:00
redmatrix
e98fcf68f0
issue #235
2015-12-24 14:41:18 -08:00
jeroenpraat
7d5e066056
After reading and talking with experts I came to the conclusion that es-es and es-419 (and such) dont differ that much. Latin-American Spanish (es-419) is a good idea, but we are not in a rush. So linked es to es-es. That's the proper way to do. See also https://github.com/redmatrix/hubzilla/issues/234#issuecomment-167117960
2015-12-24 15:29:52 +01:00
jeroenpraat
ba920260b8
reverted my previous commit. this is going to be fixed remotely upstream. Meanwhile es points to .es-419. See https://github.com/redmatrix/hubzilla/issues/234#issuecomment-166961958 .
2015-12-23 19:18:46 +01:00
jeroenpraat
2988d96cf0
Spanish language codes. See issue #234
2015-12-23 16:41:22 +01:00
redmatrix
36717e5f32
start on refactor of plugin/theme/widget info block parsing
2015-12-22 19:53:00 -08:00
jeroenpraat
4dff54bcb8
update es+nl strings
2015-12-22 19:29:52 +01:00
redmatrix
7a9fe0907a
make the queue api accessible to addons
2015-12-21 17:00:42 -08:00
redmatrix
bc5a675cdf
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-20 14:57:01 -08:00
redmatrix
f23e8f8d41
merge hell
2015-12-20 14:55:43 -08:00
redmatrix
61fa97baab
Merge branch 'HaakonME-master'
2015-12-20 14:54:08 -08:00
redmatrix
047163b884
Merge pull request #232 from wave72/master
...
Added 'invitation_only' to site info
2015-12-21 06:14:33 +11:00
Haakon Meland Eriksen
6409237b29
Updated Norwegian strings for Hubzilla
2015-12-20 14:42:14 +01:00
wave72
598a428c6b
Added 'invitation_only' to site info
2015-12-20 14:41:49 +01:00
Haakon Meland Eriksen
1cfb83f003
Merge remote-tracking branch 'upstream/master'
2015-12-20 14:09:30 +01:00
Wave
2aad4c2cf9
Merge pull request #4 from redmatrix/master
...
Merge master into dev branch
2015-12-20 10:20:36 +01:00
Wave
e2692a4baa
Merge pull request #230 from wave72/master
...
Updated Italian strings
2015-12-20 10:17:55 +01:00
wave72
474a1267d7
Updated Italian strings
2015-12-20 10:08:43 +01:00
redmatrix
ed5ca9e4cc
use realpath to bypass symlinks and check actually directory
2015-12-18 14:55:19 -08:00
redmatrix
8d61efa0e8
allow widget 'packages' as well as individual files
2015-12-18 14:10:06 -08:00
redmatrix
b816a575eb
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-18 13:46:38 -08:00
redmatrix
a99d28dea9
sql delete with limit
2015-12-18 13:46:03 -08:00
Haakon Meland Eriksen
628e565a6c
Merge remote-tracking branch 'upstream/master'
2015-12-18 16:04:07 +01:00
Mario Vavti
84bf705811
update smarty to 3.1.28 stable
2015-12-18 11:33:34 +01:00
Haakon Meland Eriksen
a721f39945
Commented out extra addons, themes etc.
2015-12-18 07:24:05 +01:00
redmatrix
1b9722c65a
loop detection
2015-12-17 18:16:46 -08:00
redmatrix
62a60e5542
more work on media uploads via api
2015-12-17 16:22:13 -08:00
redmatrix
539d06f02d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-17 14:27:07 -08:00
redmatrix
9c23fe5ab6
issue #228
2015-12-17 14:26:42 -08:00
Mario Vavti
f78e9001f3
fix search item attachment rendering
2015-12-17 19:39:26 +01:00
zzottel
dee1841394
Merge pull request #227 from zzottel/master
...
add forgotten German docs
2015-12-17 14:33:38 +01:00
zottel
a5201a90e8
Merge remote-tracking branch 'upstream/master'
2015-12-17 14:30:34 +01:00
zottel
5f5e4ee6b9
add forgotten German docs
2015-12-17 14:29:35 +01:00
zzottel
cf6519da99
Merge pull request #226 from zzottel/master
...
help files
2015-12-17 14:28:15 +01:00
zottel
63eaf643a8
small fixes to English docs
2015-12-17 14:27:13 +01:00
zottel
a57a3c709e
reorganize German docs to fit the new docs structure
...
fix mentions of RedMatrix
2015-12-17 14:25:16 +01:00
redmatrix
bcebd1d5b9
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-16 22:47:23 -08:00
redmatrix
4cacfe59bd
queue/notification/delivery refactor continued
2015-12-16 22:42:33 -08:00
redmatrix
f3ad7b9a16
Merge pull request #225 from zzottel/master
...
help files
2015-12-17 10:39:49 +11:00
redmatrix
b909c878b1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-16 14:49:20 -08:00
redmatrix
b155f2260f
some notifier optimisations. Also put a fixme on the invite total generations for new accounts, which is incorrect and now commented out.
2015-12-16 14:47:30 -08:00
zottel
63256bc9b2
small fixes in English help files
2015-12-16 17:00:05 +01:00
zottel
87519e107a
updates to some German help files
2015-12-16 16:59:17 +01:00
zzottel
a38710aa4e
Merge pull request #224 from zzottel/master
...
update to German strings
2015-12-16 14:01:33 +01:00
zottel
020fea3031
update to German strings
2015-12-16 14:00:23 +01:00
zzottel
b4102489aa
Merge pull request #223 from zzottel/master
...
remove directory red.zottel.red, add hubzilla.zottel.net instead
2015-12-16 12:32:17 +01:00
Wave
871ee0f571
Merge pull request #222 from wave72/master
...
Updated Italian strings
2015-12-16 09:13:40 +01:00
zottel
f0d90005ea
remove directory fallback server red.zottel.red, add hubzilla.zottel.net instead
2015-12-16 09:06:20 +01:00
Paolo Tacconi
933e105f32
Updated Italian strings
2015-12-16 09:00:27 +01:00
redmatrix
9b4e6e1ec0
some more minor api tweaks
2015-12-15 20:21:40 -08:00
redmatrix
46e4d2d573
bring back the schemaspy makefile
2015-12-15 20:00:48 -08:00
redmatrix
2aa3acae6b
remove deprecated table
2015-12-15 19:46:24 -08:00
redmatrix
8514789da9
additional fix for the array_key_exists message in #221
2015-12-15 17:50:14 -08:00
redmatrix
20dcf37976
issue #221
2015-12-15 17:42:49 -08:00
redmatrix
38d513181d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-15 15:17:39 -08:00
redmatrix
f121b74bec
enhance whitespace
2015-12-15 15:17:10 -08:00
redmatrix
cb8cccc537
fix typos before merging
2015-12-15 15:13:16 -08:00
redmatrix
2924b9182e
revise the photo activity a bit so that we always have a valid activity body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target.
2015-12-15 15:01:54 -08:00
jeroenpraat
5a59cd9b8c
Invitation only added to the admin site page. Plus css wrapper class to docu search.
2015-12-15 21:00:40 +01:00
redmatrix
ba463afbdc
even more queue api
2015-12-15 00:42:19 -08:00
redmatrix
6f2a5117dc
more queue api
2015-12-15 00:04:30 -08:00
redmatrix
b13241564b
more work on queue api
2015-12-14 22:44:05 -08:00
redmatrix
76816de3aa
simplify queue insertion for normal items
2015-12-14 20:49:12 -08:00
redmatrix
49108c230b
regenerate the item body for linked photo items that now have no body to provide legal activities when going to other networks. Remove the signature since the signed text was an empty string and we've just replaced it with content that will not verify.
2015-12-14 17:58:39 -08:00
redmatrix
b32bba47c8
set following to false
2015-12-14 17:25:40 -08:00
Haakon Meland Eriksen
3b1ab5e79c
Merge remote-tracking branch 'upstream/master'
2015-12-14 18:55:43 +01:00
redmatrix
dcf7946673
revert include/photos.php:L380
2015-12-14 02:34:18 -08:00
redmatrix
fdd2da905a
more work on api media uploads
2015-12-13 19:15:42 -08:00
redmatrix
2cceca49e9
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-13 15:37:26 -08:00
redmatrix
bb0e4044bf
remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2.
2015-12-13 15:35:45 -08:00
jeroenpraat
7244dfce1d
Typos
2015-12-12 17:32:29 +01:00
jeroenpraat
fb5ac37ca2
That script is taken from someone else without any contribution ( http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html ). Also the English is very bad. Anyway, I've replaced it with some general tips that all web admins should know.
2015-12-12 17:30:02 +01:00
jeroenpraat
f0a588547d
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-12-12 17:02:01 +01:00
jeroenpraat
04d3ac9aaf
es+nl strings update
2015-12-12 17:01:43 +01:00
Haakon Meland Eriksen
565126a888
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
2015-12-12 10:00:15 +01:00
redmatrix
395268da22
a couple of api improvements
2015-12-11 21:10:20 -08:00
redmatrix
ac3075bef7
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-11 17:01:23 -08:00
redmatrix
1f4c596841
add deprecated update_with_media endpoint
2015-12-11 17:00:45 -08:00
redmatrix
6613275cc2
Merge pull request #215 from royalterra/master
...
Add Link and extra Doc to Apache Configuration
2015-12-12 09:15:24 +11:00
Haakon Meland Eriksen
e7d9863432
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
2015-12-11 19:40:09 +01:00
Haakon Meland Eriksen
b9af0645c2
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
2015-12-11 19:34:29 +01:00
redmatrix
9fb7a12849
incorrect obj_type on several items
2015-12-11 02:52:43 -08:00
royalterra
4633273279
Update INSTALL.txt
...
Add Link to ApacheTune for configure mod Prefork
2015-12-11 09:49:14 +00:00
royalterra
d0482133a5
Update INSTALL.txt
2015-12-11 09:48:04 +00:00
royalterra
4ff31d0a41
Merge pull request #1 from redmatrix/master
...
merge branches
2015-12-11 09:39:01 +00:00
redmatrix
f73c82632f
some minor cleanup - change the default of the discover tab (public stream access)
2015-12-10 19:18:55 -08:00
redmatrix
8389d8677d
some major cleanup of api authentication stuff - still needs much more and this still may not solve #206
2015-12-10 16:39:46 -08:00
redmatrix
7fa944ed95
don't spit out sabre xml on permission denied exceptions, just provide a 401
2015-12-10 15:13:10 -08:00
redmatrix
2340092008
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-10 14:44:37 -08:00
jeroenpraat
6cd3296c08
Missing underscores in doc
2015-12-10 23:32:25 +01:00
Haakon Meland Eriksen
d86bc0b6cf
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
2015-12-10 20:43:32 +01:00
Haakon Meland Eriksen
e01d4f289b
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
2015-12-10 07:27:42 +01:00
redmatrix
8e1e301764
refactor a few more redundant returns
2015-12-09 21:03:29 -08:00
redmatrix
bd37f59829
simplify magic-auth - a lot... Would be even simpler if we didn't need to provide remote debugging, which takes up about half the code. But we need that because nobody wants to try and debug this shit by asking somebody at the other end to report what's in their logfile. We've tried this repeatedly. The only thing we can do is bring back all the debugging data so you can look at it yourself.
2015-12-09 20:51:00 -08:00
redmatrix
72edc9cd6c
start working on the singleton setting
2015-12-09 18:30:30 -08:00
redmatrix
93123e1fa8
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-09 14:56:27 -08:00
redmatrix
4b6dcbb057
provide paths for include files
2015-12-09 14:56:08 -08:00
jeroenpraat
47f7165b07
Some work on the login, register and default home page. Mostly neatly centering things on different viewport widths. Bluegrid schema updated.
2015-12-09 23:41:37 +01:00
redmatrix
ae2c0e6552
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-09 11:51:55 -08:00
redmatrix
200eabe052
add empty arg
2015-12-09 11:51:31 -08:00
redmatrix
5042200492
Merge pull request #212 from msooon/master
...
Let’s Encrypt support
2015-12-10 06:24:30 +11:00
jeroenpraat
2e73e6bfb6
Fix #109 .
2015-12-09 14:37:14 +01:00
msooon
c1d10bbbcb
Merge pull request #1 from msooon/Lets-encrypt-support
...
Let’s Encrypt added
2015-12-09 12:21:17 +01:00
msooon
746acc21f7
Let’s Encrypt added
2015-12-09 10:54:48 +01:00
msooon
f5226a748f
Let’s Encrypt added
2015-12-09 10:48:41 +01:00
Haakon Meland Eriksen
6a3995014e
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
2015-12-09 07:38:58 +01:00
Haakon Meland Eriksen
534a537319
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
2015-12-09 07:31:18 +01:00
Haakon Meland Eriksen
10eefc4eed
Hubzilla textbox - promoting Hubzilla features in jot.tpl - second version
2015-12-09 07:28:55 +01:00
Haakon Meland Eriksen
3d4b3b6a92
Hubzilla textbox - promoting Hubzilla features in jot.tpl
2015-12-09 07:19:31 +01:00
redmatrix
0f4ceedbb4
remove duplicated code
2015-12-08 20:47:55 -08:00
redmatrix
656e5fd052
use killme() instead of die() so that any sessions are closed cleanly.
2015-12-08 20:42:46 -08:00
redmatrix
5735cad457
remove extra debug logging and ensure we don't try to authenticate without a hubloc
2015-12-08 19:43:49 -08:00
redmatrix
648f972cf0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-08 18:32:05 -08:00
redmatrix
baab9b6fbc
more libzot stuff
2015-12-08 18:31:33 -08:00
jeroenpraat
60b0f9af90
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-12-09 01:39:20 +01:00
jeroenpraat
9d04406f9a
First part of fix for issue #109
2015-12-09 01:39:02 +01:00
redmatrix
29ac533cc9
remove some unused stuff
2015-12-08 16:32:06 -08:00
redmatrix
79340c5147
change to fallback server list
2015-12-08 11:08:00 -08:00
redmatrix
b9f5076cfc
move the diaspora templates out of core (except for diaspora_vcard, which is still stuck here for the present time)
2015-12-07 19:17:40 -08:00
redmatrix
241607e7d7
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-07 16:15:52 -08:00
redmatrix
bd7d851758
a loose end
2015-12-07 16:11:39 -08:00
redmatrix
5de1a1ce10
extra paren removed
2015-12-07 16:06:43 -08:00
redmatrix
8b974f8f74
abstract the message handlers
2015-12-07 16:01:54 -08:00
jeroenpraat
96d94551f9
update es+nl
2015-12-07 21:10:36 +01:00
Mario Vavti
ba8d9c0f0b
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-12-07 20:28:51 +01:00
Mario Vavti
68cbebe1a5
mod_mitem.js is obsolete
2015-12-07 20:28:17 +01:00
Mario Vavti
0174cb10ae
fix issue #210
2015-12-07 19:11:32 +01:00
Mario Vavti
293df6308c
some style.css janitor work
2015-12-07 18:57:03 +01:00
Mario Vavti
af29822f04
override bs default margin
2015-12-07 15:45:21 +01:00
Mario Vavti
0df4f9c114
change album_id logic to make it work with ajax calls
2015-12-07 13:27:35 +01:00
Mario Vavti
69c9f4588c
make justify gallery work with more than one albums per page (eg album widget)
2015-12-07 12:13:51 +01:00
redmatrix
53627c89a7
Merge branch 'dev'
2015-12-06 20:50:02 -08:00
redmatrix
f7f0d2b265
provide plugin hooks for blacklist checking functions.
2015-12-06 20:45:21 -08:00
redmatrix
2d799f2c11
remove duplicated code
2015-12-06 19:59:46 -08:00
redmatrix
aa5b7eb98a
minor optimisation
2015-12-06 19:48:46 -08:00
redmatrix
1c22e8ae7e
whitespace
2015-12-06 19:32:39 -08:00
redmatrix
4d301bc5a6
comment order
2015-12-06 19:29:01 -08:00
redmatrix
4ccd9ae6da
start of v4
2015-12-06 19:16:38 -08:00
Mario Vavti
c8c9916b59
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-12-07 00:01:03 +01:00
Mario Vavti
5490919557
css fixes for blockquote and code (use same padding)
2015-12-07 00:00:47 +01:00
redmatrix
3f920da413
update error
2015-12-06 14:25:47 -08:00
redmatrix
2393db3943
Merge branch 'dev'
2015-12-06 14:24:18 -08:00
redmatrix
a88ec1b1af
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-06 14:22:55 -08:00
redmatrix
553b3a5c6c
version
2015-12-06 14:22:36 -08:00
Mario Vavti
a6cb25020b
add missing smarty files
2015-12-06 23:12:37 +01:00
Mario Vavti
26c465ad0c
update smarty to 3.1.28-dev which fixes a bug where changes in a template are only visible on the second pageload which is annoying for developing
2015-12-06 21:09:58 +01:00
Mario Vavti
f2d7083183
remove more unneeded smarty files
2015-12-06 20:25:42 +01:00
Mario Vavti
ef09a29854
remove composer release notes
2015-12-06 20:14:12 +01:00
Mario Vavti
c23ce16caf
update smarty library - seems to bring some performance improvement
2015-12-06 20:12:05 +01:00
Mario Vavti
78a70fed2f
fix css issue in directory
2015-12-06 16:37:57 +01:00
redmatrix
9dfe5dee64
change text "Red developers" in update failed email
2015-12-05 13:56:32 -08:00
redmatrix
36ef1d1bc6
move the instance stuff to abook where it belongs
2015-12-05 13:24:58 -08:00
redmatrix
10db51e6c2
Merge branch 'master' into dev
2015-12-05 12:48:46 -08:00
redmatrix
61aa33af1d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-05 12:41:08 -08:00
redmatrix
d8dc055dce
version and string update
2015-12-05 12:40:35 -08:00
redmatrix
ce686d2c06
Merge pull request #209 from HaakonME/master
...
Updated Norwegian strings for Hubzilla 1.0
2015-12-06 07:35:31 +11:00
Haakon Meland Eriksen
7119976199
Merge remote-tracking branch 'upstream/master'
2015-12-05 11:26:07 +01:00
Haakon Meland Eriksen
dd7edc8ced
Updated Norwegian translation
2015-12-05 11:25:36 +01:00
redmatrix
4428f70ea2
Merge pull request #208 from anaqreon/mail-text-height
...
Enlarge the default mail composition text area.
2015-12-05 07:47:15 +11:00
Andrew Manning
0bb7589418
Enlarge the default mail composition text area.
2015-12-04 15:29:57 -05:00
mrjive
0513463256
Merge pull request #9 from redmatrix/master
...
updating from original codebase
2015-12-04 10:32:14 +01:00
Mario Vavti
8a9d743f6f
fix rendering of unseen forum posts count
2015-12-04 10:17:13 +01:00
redmatrix
4cab74c18c
use the channel blacklist for items and mail, still todo: directory and stuff
2015-12-03 21:05:48 -08:00
redmatrix
615c97132d
add hubzilla.nl as fallback
2015-12-03 19:18:12 -08:00
redmatrix
4b707db4b3
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-03 18:28:32 -08:00
redmatrix
70c5f347c4
remove non-working directory server from the project fallback list.
2015-12-03 18:27:49 -08:00
ken restivo
5217d89543
srand() is for seeding the PRNG. You want rand() here.
2015-12-03 18:21:25 -08:00
redmatrix
ca55bbdaed
use the std_version where applicable instead of matching to the git.
2015-12-03 17:09:05 -08:00
redmatrix
366e735ad8
time to tag the sucker
2015-12-03 14:44:03 -08:00
Haakon Meland Eriksen
c363fc71eb
Merge remote-tracking branch 'upstream/master'
2015-12-03 18:14:52 +01:00
redmatrix
9f3ea71d5d
non-functional changes (changes to comments, etc.)
2015-12-02 20:45:21 -08:00
redmatrix
75058e54b8
provide correct error if a directory server requires a realm_token and one wasn't provided
2015-12-02 18:37:22 -08:00
redmatrix
ed5405d4f7
prevent function name re-declaration in widget space
2015-12-02 18:25:09 -08:00
redmatrix
8dd4270a6a
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-02 16:23:28 -08:00
redmatrix
c29f622b90
introduce STD_VERSION and get_std_version() [in include/plugin.php], we begin with 0.11.1 since it is an incompatible interface change to 0.11.
2015-12-02 16:21:15 -08:00
jeroenpraat
bc0e415926
es+nl and bluegrid update
2015-12-03 00:01:51 +01:00
Mario Vavti
c48965ea2f
fix nav search popup active background color
2015-12-02 22:58:38 +01:00
Mario Vavti
bb995f1bb6
fix mail attachment and photo permissions. issue #202
2015-12-02 11:34:40 +01:00
Mario Vavti
857e13e9b8
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-12-02 09:44:42 +01:00
Mario Vavti
593423434c
fix attachment rendering for mail
2015-12-02 09:44:25 +01:00
redmatrix
25caeee854
issue #204
2015-12-01 20:21:44 -08:00
redmatrix
20ce7a2d9f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-12-01 15:51:39 -08:00
redmatrix
1ba74d824b
usercache is no longer used
2015-12-01 15:51:15 -08:00
redmatrix
be7b706486
Merge pull request #200 from anaqreon/update-addon-script
...
Update addon script
2015-12-02 09:08:25 +11:00
Mario Vavti
78e18fcdcf
fix badge padding in narrow navbar
2015-12-01 13:28:50 +01:00
Mario Vavti
706598313e
make narrow navbar setting work again
2015-12-01 13:18:08 +01:00
Haakon Meland Eriksen
b96f09bb3a
Merge remote-tracking branch 'upstream/master'
2015-12-01 00:35:01 +01:00
redmatrix
4b191fb558
version
2015-11-30 14:54:34 -08:00
Wave
de1abf9981
Merge pull request #201 from wave72/master
...
Updated Italian strings
2015-11-30 16:29:16 +01:00
Paolo Tacconi
c69f6ca1f4
Updated Italian strings
2015-11-30 16:25:24 +01:00
Andrew Manning
d4b04d22ed
Merge branch 'master' of https://github.com/redmatrix/hubzilla into update-addon-script
2015-11-30 07:50:21 -05:00
Andrew Manning
b1f4b9759b
Abort addon update if repo does not exist
2015-11-30 07:49:56 -05:00
redmatrix
650f882265
generalise the site black|white allow lists, also add a channel black|white list for future use
2015-11-29 20:26:00 -08:00
redmatrix
a2747403f2
report correct directory mode for standalone directories in siteinfo
2015-11-29 19:45:29 -08:00
redmatrix
3f9412add2
create get_site_info() function so we can have a siteinfo.json module instead of or actually in addition to siteinfo/json
2015-11-29 19:37:03 -08:00
redmatrix
29877963be
issue #189
2015-11-29 18:07:59 -08:00
redmatrix
302c5afdee
don't try to pull public content from dead sites
2015-11-29 16:28:35 -08:00
redmatrix
9f90806027
log whatever is showing up in the delivery hash array since it seems that one site has something unusual there and it is throwing errors.
2015-11-29 15:23:29 -08:00
Haakon Meland Eriksen
519862115c
Merge remote-tracking branch 'upstream/master'
2015-11-29 11:56:47 +01:00
Haakon Meland Eriksen
4d97ea106c
Resolving merge conflict
2015-11-29 11:55:39 +01:00
redmatrix
d3aa50c9c3
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-28 19:17:28 -08:00
redmatrix
1708769d42
version
2015-11-28 19:16:55 -08:00
Mario Vavti
4e223f816a
reflect in form if we are editing or creating
2015-11-28 17:05:37 +01:00
Haakon Meland Eriksen
8cf6b4064f
My version of jot.tpl
2015-11-28 16:44:02 +01:00
Haakon Meland Eriksen
17907f11a3
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
include/datetime.php
include/text.php
mod/events.php
version.inc
view/css/mod_events.css
view/theme/redbasic/css/style.css
view/tpl/event_head.tpl
view/tpl/events-js.tpl
view/tpl/jot.tpl
2015-11-28 16:26:24 +01:00
Haakon Meland Eriksen
cb7df797e1
Removed my version of jot.tpl
2015-11-28 16:23:17 +01:00
Mario Vavti
7db86a4e05
css fixes
2015-11-28 14:47:17 +01:00
Mario Vavti
122d7281f7
fix tpl if clause
2015-11-28 11:04:33 +01:00
redmatrix
4bfd34b479
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-27 20:05:47 -08:00
redmatrix
962d9f36d0
document dreport expiration setting
2015-11-27 20:05:20 -08:00
ken restivo
216d41cd64
Reverted.
2015-11-27 16:32:32 -08:00
ken restivo
4af104384b
Re-reading zottel's excellent docs, 70 seems the recommended default. Changed.
2015-11-27 14:43:17 -08:00
ken restivo
aa78d51521
More sane defaults, to avoid problems. Addresses #188
2015-11-27 14:40:22 -08:00
ken restivo
16e7ec7bfe
Safe defaults to prevent #188
2015-11-27 14:38:29 -08:00
Mario Vavti
fce1dc083b
add templates
2015-11-27 22:53:36 +01:00
Mario Vavti
bcfa72ed31
move events tools to aside widget
2015-11-27 22:45:28 +01:00
Mario Vavti
b92cc852d1
css fixes
2015-11-27 21:44:02 +01:00
Mario Vavti
6762af4158
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-11-27 20:55:44 +01:00
Mario Vavti
f691e8981a
fixes #194 - New directory server is selected on every directory page reload
2015-11-27 20:55:27 +01:00
git-marijus
6875a540ec
Merge pull request #193 from zzottel/master
...
added info about Apache settings to avoid Apache running wild
2015-11-27 14:04:59 +01:00
Mario Vavti
e569f5d6eb
unset does not work in webkit browsers
2015-11-27 14:00:37 +01:00
Mario Vavti
61a5e81bc6
only show edit icon for your own events and minoe cleanup
2015-11-27 13:55:02 +01:00
Mario Vavti
ee153f64d4
add spinner to events
2015-11-27 13:32:20 +01:00
zottel
4c4db6f73c
added info about Apache settings to avoid Apache running wild
2015-11-27 10:35:31 +01:00
redmatrix
fa5a382c4b
don't show item_delayed_publish items in tag clouds
2015-11-26 17:35:41 -08:00
Mario Vavti
a73c385831
lost calendar icon
2015-11-26 23:29:49 +01:00
Mario Vavti
91b35c5349
various css fixes
2015-11-26 23:19:06 +01:00
Mario Vavti
056db37c66
beautify event item code
2015-11-26 22:14:20 +01:00
Mario Vavti
5cb71fa5da
default timepicker to 15 min steps. abbr -> span
2015-11-26 21:00:04 +01:00
Mario Vavti
55d00243fb
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-11-26 20:53:59 +01:00
Mario Vavti
8a269823d2
improve event rendering
2015-11-26 20:53:42 +01:00
redmatrix
5ec5b127d0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-26 11:38:07 -08:00
redmatrix
0cf9e498b9
version
2015-11-26 11:37:43 -08:00
Mario Vavti
c407e72dcc
add location
2015-11-26 16:40:40 +01:00
Mario Vavti
8e3b796a2f
fix event rendering
2015-11-26 16:38:14 +01:00
Mario Vavti
17e7b276f6
we also need nofinish in the object. css fices
2015-11-26 14:45:22 +01:00
Mario Vavti
306ce3819e
css fixes
2015-11-26 14:16:35 +01:00
Mario Vavti
f80aff4a65
also catch the other object
2015-11-26 13:28:31 +01:00
Mario Vavti
c7cbd41c16
first iteration on the event item
2015-11-26 12:26:27 +01:00
redmatrix
41542e6886
document that you probably shouldn't set a primary directory server in somebody else's realm.
2015-11-25 17:34:03 -08:00
redmatrix
a039869ba0
issue #185
2015-11-25 17:30:11 -08:00
redmatrix
192e85ffa4
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-25 15:14:20 -08:00
redmatrix
b334201797
removed block style on dropdown contact name and details, added dropdown-menu-img-sm on nav search dropdown; as many dropdowns were unuseable
2015-11-25 15:12:54 -08:00
Mario Vavti
3ea84d7eab
some basic event styling
2015-11-25 22:55:07 +01:00
Mario Vavti
a80c45940e
add a if clause for the case we do not have a finish date
2015-11-25 19:02:48 +01:00
Mario Vavti
ab71e33d83
note to self: do not make things more complicated than they need to be.
2015-11-25 17:28:26 +01:00
Mario Vavti
fe57e7059b
events: make sure default finish date is one hour after start date and shift the finishdate if startdate is shifted
2015-11-25 15:05:21 +01:00
Wave
2de65ab39f
Merge pull request #3 from redmatrix/master
...
Update branch
2015-11-25 09:39:44 +01:00
redmatrix
0559db9cf8
fix event form initial values
2015-11-24 15:37:33 -08:00
redmatrix
bae7b034e6
add (blank?) label param to other instances of datetimesel
2015-11-24 14:54:13 -08:00
Mario Vavti
74a40adece
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-11-24 19:18:52 +01:00
Mario Vavti
1767a07f4d
efent form template fixes
2015-11-24 19:18:26 +01:00
Wave
af7549d2f6
Merge pull request #187 from wave72/master
...
Updated Italian strings
2015-11-24 17:02:58 +01:00
Paolo Tacconi
e785b723aa
Updated Italian strings
2015-11-24 16:50:12 +01:00
Mario Vavti
f520cd92d0
open form on dbl-click
2015-11-24 14:33:23 +01:00
Mario Vavti
eb6fd311df
fix event droping
2015-11-24 14:25:16 +01:00
Mario Vavti
5a12944b39
oups :)
2015-11-24 14:18:29 +01:00
Mario Vavti
987619130b
some event heavy lifting - please test and report issues
2015-11-24 14:15:28 +01:00
Haakon Meland Eriksen
2b2723cb74
Merge remote-tracking branch 'upstream/master'
2015-11-24 07:23:43 +01:00
redmatrix
e485ecb3b4
more database doco
2015-11-23 20:23:20 -08:00
redmatrix
8c5203f7e1
issue #185 - prevent liveUpdate from updating while the built-in html5 media player is "active". This will not have any affect on flash or other media players, and could potentially get confused if you have more than one media player actively playing at any given time.
2015-11-23 17:47:18 -08:00
redmatrix
dfaf1a1075
issue #183
2015-11-23 15:27:57 -08:00
redmatrix
bf5c0e0b0d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-23 15:18:19 -08:00
redmatrix
167e754a1b
issue #184
2015-11-23 15:17:38 -08:00
redmatrix
34b804e9dc
Merge pull request #182 from anaqreon/url-selected
...
Place link around selected text
2015-11-24 09:41:55 +11:00
Haakon Meland Eriksen
7338649fa5
Merge remote-tracking branch 'upstream/master'
2015-11-23 14:16:14 +01:00
redmatrix
ae1103c5a3
doco updates
2015-11-22 18:20:19 -08:00
redmatrix
a7e4553ea7
delivery report tweaks
2015-11-22 17:12:30 -08:00
redmatrix
6f27e8db38
Merge https://github.com/redmatrix/hubzilla into pending_merge
...
Conflicts:
version.inc
2015-11-22 14:08:20 -08:00
redmatrix
292b02b58c
webpages and design elements weren't being included in the item export query.
2015-11-22 14:06:52 -08:00
Haakon Meland Eriksen
e60f527cb0
Documenting the need to change database server address from 127.0.0.1 to localhost when installing Hubzilla on OpenShift with the deploy script
2015-11-22 10:50:17 +01:00
Haakon Meland Eriksen
b5a5a91b13
Merge remote-tracking branch 'upstream/master'
2015-11-22 01:56:25 +01:00
Mario Vavti
4c84a2ce61
update datetimepicker and fix it for finish date
2015-11-22 00:13:33 +01:00
Mario Vavti
18e0e4b597
do not hide scrollbars
2015-11-21 23:51:50 +01:00
Mario Vavti
74b574d0b1
datetimepicker should also respect first day of week setting
2015-11-21 23:49:29 +01:00
Haakon Meland Eriksen
9ba1b8d720
Merge remote-tracking branch 'upstream/master'
2015-11-21 17:18:44 +01:00
Mario Vavti
d726c921eb
make calendar week start (sun or mon) configurable
2015-11-21 15:33:57 +01:00
Haakon Meland Eriksen
bd45bb3ad3
Merge remote-tracking branch 'upstream/master'
2015-11-21 12:17:38 +01:00
Andrew Manning
fee8503093
Merge branch 'master' of https://github.com/redmatrix/hubzilla into url-selected
2015-11-20 21:57:10 -05:00
ken restivo
fabf7081d3
Use http_status() instead of homegrowing it. Adapt http_status to handle replies with data.
2015-11-20 18:56:41 -08:00
Andrew Manning
6083cd2559
If text is selected in profile-jot-text when the link button is pressed, the input URL is applied around the text. Otherwise, the normal link data fetch occurs.
2015-11-20 21:55:13 -05:00
ken restivo
d11e80e1b3
Bump version, migrator needs to depend on it for f164ddf
2015-11-20 15:17:33 -08:00
Haakon Meland Eriksen
6942c715d0
Merge remote-tracking branch 'upstream/master'
2015-11-21 00:08:17 +01:00
redmatrix
427652e9bd
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-20 14:41:16 -08:00
redmatrix
106b4fdd2d
add v4 project roadmap, partial fix for cloning of profile photos on alternate profiles
2015-11-20 14:38:32 -08:00
ken restivo
f164ddf155
Report correct HTTP error code, i.e. for API callers.
2015-11-20 13:03:16 -08:00
redmatrix
d9ddf7561f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-20 12:51:24 -08:00
redmatrix
37368bda65
change _newwin to _blank because the window named _newwin may be hard to find if you have lots of windows/tabs open.
2015-11-20 12:49:38 -08:00
Haakon Meland Eriksen
de1b3d5113
Space between Preview and Submit in jot.tpl
2015-11-20 21:15:12 +01:00
Haakon Meland Eriksen
830b01bd2a
Space between Preview and Submit in jot.tpl
2015-11-20 21:12:09 +01:00
Haakon Meland Eriksen
90187eae37
Merge remote-tracking branch 'upstream/master'
2015-11-20 19:51:57 +01:00
Mario Vavti
7399f7a087
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-11-20 16:40:13 +01:00
Mario Vavti
a3e47d26f6
make calendar language aware
2015-11-20 16:39:55 +01:00
jeroenpraat
d3bef2adc3
update es+nl
2015-11-20 15:18:51 +01:00
redmatrix
7b459ec355
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-20 00:20:26 -08:00
redmatrix
301072a86c
issue #85 , community tags and file tags lost during edits. This required splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
2015-11-20 00:15:48 -08:00
Haakon Meland Eriksen
3b7b3ef2bb
Rearranging buttons
2015-11-20 07:38:59 +01:00
Haakon Meland Eriksen
b6e4611a91
Rearranging buttons
2015-11-20 07:35:43 +01:00
Haakon Meland Eriksen
2929bb672a
Rearranging buttons
2015-11-20 07:29:45 +01:00
Haakon Meland Eriksen
a4765bf954
Rearranging buttons
2015-11-20 07:03:36 +01:00
Haakon Meland Eriksen
0c2045beff
Rearranging buttons
2015-11-20 06:52:35 +01:00
Haakon Meland Eriksen
22f6687f44
Merge remote-tracking branch 'upstream/master'
2015-11-20 06:27:46 +01:00
ken restivo
e56633d5b0
Throw HTTP error and display error message when database is unavailable. #179
2015-11-19 20:58:13 -08:00
redmatrix
a44795e6c3
change action label from 'stop following' to 'unfollow thread'
2015-11-19 17:27:07 -08:00
redmatrix
5805a54097
directory search for pubforums using hubzilla directory servers using redmatrix flag value
2015-11-19 16:44:12 -08:00
redmatrix
350519d429
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-19 16:15:16 -08:00
redmatrix
8f94c721bf
new feature: 'suppress_duplicates' issue #146 triggered with less than two minutes between posts having identical content.
2015-11-19 16:05:47 -08:00
jeroenpraat
c7652fc29c
Had to switch these 2. Sorry.
2015-11-20 00:50:54 +01:00
jeroenpraat
e537d53389
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-11-20 00:40:32 +01:00
jeroenpraat
a890ee6864
Some bits
2015-11-20 00:39:47 +01:00
redmatrix
4f81d64517
issue #160 add blablanet to directory fallback list
2015-11-19 15:06:35 -08:00
redmatrix
b5875c3af9
Merge https://github.com/redmatrix/hubzilla into pending_merge
...
Conflicts:
version.inc
2015-11-19 11:47:41 -08:00
redmatrix
ed87dbc141
issue #173
2015-11-19 11:46:29 -08:00
Haakon Meland Eriksen
059886a1e4
Merge remote-tracking branch 'upstream/master'
2015-11-19 18:44:33 +01:00
Mario Vavti
ba52af786e
move today button from aside to section title
2015-11-19 11:38:34 +01:00
Mario Vavti
929f524e77
css fixes
2015-11-19 11:17:24 +01:00
Haakon Meland Eriksen
cd49ec92e3
Merge remote-tracking branch 'upstream/master'
2015-11-19 06:36:06 +01:00
ken restivo
ee39e3cf72
Bump version so migrator tool can verify that mods to account.php etc in 312cc41 and 1f2a408 were applied.
2015-11-18 19:12:22 -08:00
Mario Vavti
a17f280f7d
rename some menus
2015-11-19 00:10:32 +01:00
Haakon Meland Eriksen
7b4cfffc03
Merge remote-tracking branch 'upstream/master'
2015-11-19 00:00:35 +01:00
Mario Vavti
db9c2992e3
remove more unneeded files
2015-11-18 23:58:47 +01:00
Mario Vavti
b23284cba2
move moment.min.js and remove unneeded files
2015-11-18 23:56:25 +01:00
Mario Vavti
0c163c4d03
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-11-18 23:51:00 +01:00
Mario Vavti
e4145deeb7
some events refacturing
2015-11-18 23:50:42 +01:00
Haakon Meland Eriksen
33258803ea
Merge remote-tracking branch 'upstream/master'
2015-11-18 16:48:56 +01:00
redmatrix
179730e485
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-18 02:45:39 -08:00
redmatrix
106b3257e4
wsod viewing photo widget
2015-11-18 02:45:22 -08:00
ken restivo
312cc415ce
Pass in account_id. Required for bulk identity importer.
2015-11-18 00:26:18 -08:00
ken restivo
1f2a408be0
Use provided account_id instead of user's logged in account_id. Necessary for bulk importer.
2015-11-18 00:03:59 -08:00
Haakon Meland Eriksen
0d232c612b
Merge remote-tracking branch 'upstream/master'
2015-11-18 06:48:29 +01:00
redmatrix
68da4d90dc
fix admin plugin hooks
2015-11-17 20:44:57 -08:00
Haakon Meland Eriksen
545dc5cf65
Merge remote-tracking branch 'upstream/master'
2015-11-18 01:52:11 +01:00
redmatrix
a089064588
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-17 15:04:04 -08:00
redmatrix
a06f7fbe2e
photo album widget permissions issue
2015-11-17 15:03:27 -08:00
Mario Vavti
7c4d9519c8
whitespace
2015-11-17 23:08:35 +01:00
Mario Vavti
6fa0807550
more css fixes
2015-11-17 23:01:24 +01:00
Haakon Meland Eriksen
c545ada746
Merge remote-tracking branch 'upstream/master'
2015-11-17 16:49:11 +01:00
Mario Vavti
868a0d8a90
missing closing " for src attribute
2015-11-17 13:45:00 +01:00
Mario Vavti
5079dff338
update bootstrap lib 3.3.4 -> 3.3.5
2015-11-17 11:39:47 +01:00
Mario Vavti
9e3d130ad9
css fixes
2015-11-17 11:32:37 +01:00
Mario Vavti
b531486dab
show jotnets toggle button only if there are jotnets and whitespace fixes
2015-11-17 10:46:38 +01:00
redmatrix
6df98f080b
fix api/direct_messages/new at least for the json case. We seem to have a missing template for XML
2015-11-16 19:17:39 -08:00
Haakon Meland Eriksen
69487389d3
Merge remote-tracking branch 'upstream/master'
2015-11-16 06:42:08 +01:00
redmatrix
0cb5f009b4
tag_deliver of an edit to an already uplinked item wasn't resetting permissions and ownership bits before starting delivery chain on the edit.
2015-11-15 20:52:50 -08:00
redmatrix
c7b2ec8bba
allow plugins to also log to a different named logfile and also alter the log message
2015-11-15 19:40:01 -08:00
redmatrix
12b0a9f35f
add logger plugin hook
2015-11-15 19:37:26 -08:00
redmatrix
fff30b1c3d
permission issues editing wall-to-wall posts
2015-11-15 19:36:17 -08:00
redmatrix
6ad35e3d84
issue with dead hub detection
2015-11-15 18:12:53 -08:00
redmatrix
3d80073a0e
revert html in markdown for posts, but trim the input before processing the markdown
2015-11-15 18:03:37 -08:00
redmatrix
959c3ba89d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-15 17:29:07 -08:00
redmatrix
1029939f56
issues connecting to local forum
2015-11-15 17:28:45 -08:00
Haakon Meland Eriksen
fd5d1416d9
Merge remote-tracking branch 'upstream/master'
2015-11-15 00:27:23 +01:00
jeroenpraat
def5edf93c
nl+es and some other bits
2015-11-14 20:43:34 +01:00
Haakon Meland Eriksen
6bdde985ce
Merge remote-tracking branch 'upstream/master'
2015-11-14 08:32:37 +01:00
redmatrix
dba38821bc
superblock enhancements
2015-11-13 15:28:34 -08:00
Haakon Meland Eriksen
9d6a4c1d05
Reorder buttons HME
2015-11-13 19:44:42 +01:00
Haakon Meland Eriksen
94bef08f15
Adding original jot.tpl from GitHub
2015-11-13 18:32:25 +01:00
Haakon Meland Eriksen
0178840c19
Merge remote-tracking branch 'upstream/master'
2015-11-13 16:45:31 +01:00
Haakon Meland Eriksen
d04c73ae00
Reorder buttons
2015-11-13 16:31:48 +01:00
Haakon Meland Eriksen
495f21c08c
Reverted changes - got white screen
2015-11-13 07:36:32 +01:00
Haakon Meland Eriksen
d238cbea19
Regrouped post buttons
2015-11-13 07:03:30 +01:00
redmatrix
5d0646c9e1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-12 20:23:17 -08:00
redmatrix
93e5449c08
really basic photo album widget for content regions
2015-11-12 20:22:36 -08:00
ken restivo
4872a30e2b
Add note about base64 and urlencode.
2015-11-12 18:02:20 -08:00
ken restivo
f5fcdf1de4
Fix spelling of documentation.
2015-11-12 17:53:26 -08:00
redmatrix
888bf76e4b
allow pdl content
2015-11-12 17:47:38 -08:00
redmatrix
22a650ade8
issue #154
2015-11-12 16:57:02 -08:00
redmatrix
391807b46c
small fixes, removed old unused database row, and log more prominently a missing directory server URL
2015-11-12 16:45:38 -08:00
Haakon Meland Eriksen
921a2e0dc4
Regrouped post buttons
2015-11-13 00:07:09 +01:00
jeroenpraat
5afe8e5aa1
Small update to Bluegrid and generic-content-wrapper-styled to dreport
2015-11-12 22:10:20 +01:00
Haakon Meland Eriksen
ba84d6ff7c
Regrouped post buttons
2015-11-12 21:11:47 +01:00
Haakon Meland Eriksen
d786502f19
Regrouped post buttons
2015-11-12 20:44:41 +01:00
Haakon Meland Eriksen
63063450b3
Merge remote-tracking branch 'upstream/master'
2015-11-12 07:46:29 +01:00
Haakon Meland Eriksen
90463ee67d
Make upload and encrypt easier on phones by editing jot.tpl
2015-11-12 07:45:37 +01:00
redmatrix
6e04dd96a1
will also need api doco
2015-11-11 20:51:15 -08:00
redmatrix
f7c837aad0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-11 15:13:01 -08:00
redmatrix
bd3d323849
run markdown through html purifier for those who insist on mixing html with markdown.
2015-11-11 15:09:22 -08:00
Haakon Meland Eriksen
e26b558e53
Promoted upload of images and encryption
2015-11-11 23:55:05 +01:00
Haakon Meland Eriksen
85e5cd7f98
Rearranged comment buttons back
2015-11-11 23:43:41 +01:00
Haakon Meland Eriksen
1d8cac6e73
Rearranged comment buttons
2015-11-11 23:31:18 +01:00
redmatrix
52f6bd03b7
Merge pull request #149 from waitman/master
...
updates to Postgres schema
2015-11-12 09:07:26 +11:00
ken restivo
75c10eaff5
Merge pull request #144 from kenrestivo/api-auth-fix
...
api_auth.php must be included since the function moved.
2015-11-11 11:18:41 -08:00
mrjive
53a796afcc
Merge pull request #8 from redmatrix/master
...
get fresh code from HZ base
2015-11-11 16:51:48 +01:00
Waitman Gobble
f94a8698dd
updates to Postgres schema
2015-11-11 07:42:41 -08:00
ken restivo
ffb8059c24
api_auth.php must be included since the function moved.
2015-11-11 02:26:12 -08:00
redmatrix
bc7c0ed844
Merge pull request #143 from kenrestivo/allow-importing-by-proxy
...
Bust out import_account() into a separate function
2015-11-11 19:42:52 +11:00
redmatrix
ac9250fc4a
Merge pull request #141 from HaakonME/master
...
Added Hubzilla plugin repo for ownMapp - decentralized and private map sharing
2015-11-11 18:08:19 +11:00
redmatrix
f1492945ec
Merge pull request #140 from kenrestivo/move-export-to-plugin
...
Moving this out into a plugin; hopefully one that will work with RM
2015-11-11 18:08:03 +11:00
ken restivo
10ccdbacba
Bust out import_account() into a separate function to allow importing accounts by proxy, i.e. for admins to import a channel on behalf of a user.
2015-11-10 23:07:28 -08:00
redmatrix
d683573402
Merge pull request #142 from kenrestivo/refactor-out-api-auth
...
Move api_auth() out to a file that can be included from plugins/modules
2015-11-11 18:01:48 +11:00
ken restivo
ddce0412ac
Move api_auth() out to a file that can be included from plugins/modules to allow them to expose their own programmatic API.
2015-11-10 22:50:18 -08:00
Haakon Meland Eriksen
609e42cdd8
Merge remote-tracking branch 'upstream/master'
2015-11-11 07:26:15 +01:00
redmatrix
7235c20854
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-10 19:03:03 -08:00
redmatrix
e7bedf4433
do a better job of preserving linebreaks in posts for channels that use markdown
2015-11-10 19:02:28 -08:00
Haakon Meland Eriksen
23d30ab2c5
Merge remote-tracking branch 'upstream/master'
2015-11-10 23:50:54 +01:00
ken restivo
741afeea41
Moving this out into a plugin; hopefully one that will work with Redmatrix as well.
2015-11-10 14:48:50 -08:00
redmatrix
cd989977b8
Merge pull request #139 from sasiflo/master
...
Replaced references to redmatrix logo.
2015-11-11 07:53:08 +11:00
sasiflo
1216508dc2
Replaced references to redmatrix logo.
2015-11-10 17:11:12 +01:00
Haakon Meland Eriksen
5c7dfcfe43
Fixed ownMapp repo address
2015-11-10 16:09:11 +01:00
Haakon Meland Eriksen
cff866172a
Fixed ownMapp repo address
2015-11-10 16:06:11 +01:00
Haakon Meland Eriksen
31a612aa89
Fixed ownMapp repo address
2015-11-10 15:58:24 +01:00
Haakon Meland Eriksen
b782c46e51
Merge remote-tracking branch 'upstream/master'
2015-11-10 07:36:51 +01:00
Haakon Meland Eriksen
eaa47760bc
Add ownMap
2015-11-10 07:35:24 +01:00
redmatrix
7ec6879887
more doco
2015-11-09 20:56:37 -08:00
redmatrix
c4a3487f0c
remove the obsolete avatar_img function (gravatar/libravatar lookup)
2015-11-09 20:29:36 -08:00
redmatrix
e6de9bfa4e
get rid of the pre-comanche widget placement and wgl code
2015-11-09 19:42:37 -08:00
redmatrix
c0260ff701
more doco
2015-11-09 18:25:18 -08:00
redmatrix
fba2603304
add avatars to likes/dislikes/etc.
2015-11-09 15:58:19 -08:00
redmatrix
7d5acef20a
remove list bullets from extended like list
2015-11-09 15:18:26 -08:00
redmatrix
cda8fb3380
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-09 14:56:53 -08:00
redmatrix
862a310075
thwart attempts to use an external private directory as a directory server
2015-11-09 14:53:58 -08:00
redmatrix
98146eae07
Merge pull request #134 from HaakonME/master
...
Keep only zot.meta.xml for schemaSpy report generation
2015-11-10 08:41:33 +11:00
redmatrix
c277039fb4
Merge pull request #135 from kenrestivo/account-id-link
...
Manually document account_id link for schemaSpy.
2015-11-10 08:41:22 +11:00
redmatrix
92577ddaed
Merge pull request #136 from kenrestivo/generate-schemaspy
...
First attempt at auto-generating the schemaspy docs
2015-11-10 08:41:02 +11:00
jeroenpraat
b99b6b5ae9
This is better
2015-11-09 16:37:22 +01:00
jeroenpraat
cda81e35db
Using bootstrap classes, so other themes/schemas also work. Plus margin when collapsed.
2015-11-09 15:08:50 +01:00
redmatrix
271a41b7dd
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-09 01:04:12 -08:00
redmatrix
69aeddd185
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
README.md
version.inc
2015-11-09 01:03:57 -08:00
redmatrix
99bd69adfe
remove references to redmatrix.me
2015-11-09 00:59:48 -08:00
Wave
115a53225e
Merge pull request #137 from wave72/master
...
Updated Italian strings
2015-11-09 08:58:58 +01:00
Paolo Tacconi
36c196e18c
Updated Italian strings
2015-11-09 08:54:18 +01:00
ken restivo
0c8219e683
Correct directory (this runs from inside hubzilla_er
2015-11-08 22:58:21 -08:00
ken restivo
de9c44fc56
First attempt at auto-generating schemaspy.
2015-11-08 22:51:58 -08:00
ken restivo
d1dbc50a1c
Manually document account_id link for schemaSpy.
2015-11-08 22:14:15 -08:00
Haakon Meland Eriksen
0fbea73581
Keep only zot.meta.xml for schemaSpy report generation, not the report itself
2015-11-09 06:24:02 +01:00
redmatrix
10f7199c63
Merge pull request #133 from kenrestivo/export-v1
...
First pass at endpoints for exporting users and channels as admin.
2015-11-09 16:05:38 +11:00
ken restivo
49d6605377
First pass at endpoints for exporting users and channels in bulk as admin.
2015-11-08 20:50:36 -08:00
redmatrix
11c8cabf28
suppress duplicate locations in connedit, issue #111
2015-11-08 20:41:11 -08:00
redmatrix
00132cd977
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-08 20:02:52 -08:00
redmatrix
5e1b61eb02
some more db doco
2015-11-08 20:02:35 -08:00
redmatrix
dfb49558f4
Merge pull request #132 from kenrestivo/test-for-email
...
Add unit tests for valid email function.
2015-11-09 14:39:00 +11:00
redmatrix
4e1c308162
make jotnets modal
2015-11-08 17:48:43 -08:00
redmatrix
5c2692a8ea
no comment permission bug, also implement delete() in RedDirectory per Waitman
2015-11-08 16:36:36 -08:00
ken restivo
9c240de303
Add unit tests for valid email function.
2015-11-08 14:37:48 -08:00
redmatrix
2536dc39b5
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-08 13:55:21 -08:00
redmatrix
cf0bff8582
relative attachment not fetched due to os filename issue
2015-11-08 13:54:31 -08:00
redmatrix
9c12ba5708
Merge pull request #131 from tluther/master
...
Quick fix: Moved Twitter select box to the top of ACL selector
2015-11-09 06:44:18 +11:00
Tobias Luther
8639eda70f
Quick fix: Moved Twitter select box to the top of ACL selector
2015-11-08 12:20:58 +01:00
redmatrix
1874346c46
Merge pull request #129 from HaakonME/master
...
Hubzilla database entity-relationship documentation and HonO fix
2015-11-08 16:57:56 +11:00
jeroenpraat
16040063dc
A few quotes too many. Also translations for tooltip.
2015-11-08 00:08:02 +01:00
jeroenpraat
2b0b03eebc
Fix ffsapi for non-English languages (or better when 's was used in the strings) - Update nl+es
2015-11-08 00:04:02 +01:00
Haakon Meland Eriksen
df2b687a95
Merge remote-tracking branch 'upstream/master'
2015-11-07 16:48:10 +01:00
redmatrix
44fa4d1081
more db schema doco
2015-11-06 23:43:48 -08:00
Haakon Meland Eriksen
ce4bb8e5ec
Merge remote-tracking branch 'upstream/master'
2015-11-07 07:13:33 +01:00
redmatrix
8154453803
Merge pull request #130 from kenrestivo/link-from-human
...
Human docs > Computer-generated Docs
2015-11-07 14:52:37 +11:00
redmatrix
b29fe50f70
update db doco for attach structure to match hubzilla schema
2015-11-06 18:57:17 -08:00
ken restivo
cce46722d8
Human > computer
2015-11-06 17:34:52 -08:00
redmatrix
85ae07e7c8
update the abook schema doco with the hubzilla schema changes
2015-11-06 15:49:22 -08:00
redmatrix
e3da813360
database schema documentation for item table
2015-11-06 14:43:32 -08:00
redmatrix
9a42d63516
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
boot.php
install/update.php
2015-11-06 12:43:51 -08:00
redmatrix
4620eb32d2
version and string update
2015-11-06 12:35:43 -08:00
redmatrix
1c8f63f1e5
rev update
2015-11-06 12:34:29 -08:00
Haakon Meland Eriksen
c40f6060da
Hubzilla report created by schemaSpy using zot.meta.xml to imply relationships
2015-11-06 17:26:04 +01:00
Haakon Meland Eriksen
5776af30e8
Merge remote-tracking branch 'upstream/master'
2015-11-06 15:58:56 +01:00
Wave
30d083ac3c
Merge pull request #2 from redmatrix/master
...
Update to latest hubzilla
2015-11-06 09:09:58 +01:00
redmatrix
4ca0c2cfd1
more hook doco
2015-11-05 21:06:09 -08:00
redmatrix
12db46dcad
a bit of explanation at the beginning
2015-11-05 20:49:25 -08:00
redmatrix
9e6547a887
add the hook detail to the doco list
2015-11-05 20:21:41 -08:00
redmatrix
017ea0d624
more work on hook doco
2015-11-05 20:19:38 -08:00
redmatrix
a29b8b369e
update hooklist
2015-11-05 20:10:49 -08:00
redmatrix
6b26b4e3b8
the journey of 1000 miles begins with a single step
2015-11-05 17:38:21 -08:00
redmatrix
7df92ba62c
preliminary hook detail files
2015-11-05 17:23:36 -08:00
redmatrix
9cad4c11fe
typo
2015-11-05 16:36:19 -08:00
redmatrix
5b42edb42a
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-05 16:28:54 -08:00
redmatrix
a26d8609a9
handle old files with partial paths
2015-11-05 16:28:10 -08:00
redmatrix
001e4276d3
first cut at some much better hook documentation derived from bamfic's automated list (doc/hooks.html)
2015-11-05 16:08:18 -08:00
jeroenpraat
94437a8fcd
Firefox Share app. Paper plane icon is public domain. Shorted the name in ffsapi > compare it with other providers. Changed bookmark (checkmark) item to selfmade Hubzilla bookmark icon for Firefox (bookmark icon = bootstrap icon).
2015-11-05 22:58:46 +01:00
Haakon Meland Eriksen
91f751d105
Merge remote-tracking branch 'upstream/master'
2015-11-05 16:54:39 +01:00
jeroenpraat
0db5a8673d
Firefox share (that seems now the official name) button added to misc. settings.
2015-11-05 16:20:56 +01:00
jeroenpraat
91f2e05d5d
Style the button
2015-11-05 09:06:45 +01:00
redmatrix
58fe4f5cb3
fix the file chunking api now that we've got working data to test with
2015-11-05 00:00:41 -08:00
redmatrix
2ebd9a2774
fix path for attachments using os_storage uploaded through attach_store
2015-11-04 23:48:55 -08:00
redmatrix
8db428458a
forgot this one
2015-11-04 23:21:16 -08:00
redmatrix
f8b612a2c0
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
install/update.php
2015-11-04 23:17:09 -08:00
redmatrix
76043d97bd
dummy update
2015-11-04 23:06:37 -08:00
Haakon Meland Eriksen
07bd396837
Merge remote-tracking branch 'upstream/master'
2015-11-05 06:34:14 +01:00
redmatrix
f7468ab473
re-arrange file api calls so the api pathnames don't shadow each other
2015-11-04 20:50:43 -08:00
redmatrix
1213893a71
api calls to fetch file (attach) meta data and to chunk file content fetching which will eventually allow us to clone large videos without hitting memory limits
2015-11-04 19:49:41 -08:00
redmatrix
5f1ccc25b6
menu_list() takes a channel_id, not the whole channel array
2015-11-04 18:34:42 -08:00
redmatrix
42c0f83ec5
typo
2015-11-04 18:21:36 -08:00
redmatrix
5dfaeaf526
add bookmarking to FF social api provider
2015-11-04 18:15:03 -08:00
redmatrix
1214469311
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-04 17:48:21 -08:00
redmatrix
f4a9529968
Firefox Share API provider interface (first cut, only has share ability)
2015-11-04 17:47:24 -08:00
redmatrix
3d55134953
Merge pull request #124 from kenrestivo/add-app-example2
...
Add app example
2015-11-05 10:15:33 +11:00
jeroenpraat
1c0fe89368
Chat page improved (I think). Works now better with diff. resolutions, font sizes and languages. Fixed follow field on conn. page. Small schemas updates.
2015-11-04 22:52:40 +01:00
Haakon Meland Eriksen
73bef17365
Removed fixed directory server - new list available in admin panel if one becomes unavailable
2015-11-04 19:06:25 +01:00
Wave
9398e49eb7
Merge pull request #125 from wave72/master
...
Updated Italian strings
2015-11-04 15:04:20 +01:00
Paolo Tacconi
50cf095c00
Updated Italian strings
2015-11-04 14:58:52 +01:00
ken restivo
5d64fb5946
Clarify format.
2015-11-04 00:39:48 -08:00
ken restivo
bf55a8e98c
Add app object detailed example.
2015-11-04 00:39:24 -08:00
redmatrix
59e0a0fd7c
Merge pull request #122 from kenrestivo/add-hook-docs
...
Commit the tool used to generate the hooks docs.
2015-11-04 19:14:32 +11:00
redmatrix
d15be53034
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
mod/post.php
2015-11-03 23:56:15 -08:00
redmatrix
b6b2420ff7
protocol upgrade
2015-11-03 23:54:53 -08:00
ken restivo
4bd0e083d1
Put generated date at end of data.
2015-11-03 21:19:16 -08:00
ken restivo
d9c7b39b88
Commit the tool used to generate the hooks docs.
2015-11-03 21:15:49 -08:00
redmatrix
583f7df9c8
Merge pull request #121 from kenrestivo/add-hook-docs
...
Add generated docs for hooks.
2015-11-04 16:00:57 +11:00
redmatrix
8377aa72a8
Merge pull request #120 from kenrestivo/document-argv
...
Add documentation for argv/argc.
2015-11-04 16:00:44 +11:00
redmatrix
c57926d799
Merge pull request #119 from sasiflo/master
...
Some small rebranding for Hubzilla transition from Red Matrix
2015-11-04 16:00:32 +11:00
ken restivo
380e3e64cb
Add generated docs for hooks. Link them into the developer docs so they can be found more easily.
2015-11-03 20:57:07 -08:00
redmatrix
77a03e376c
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/photo/photo_driver.php
include/text.php
mod/post.php
2015-11-03 20:46:47 -08:00
redmatrix
5dade2b608
backport small bits of the re-install fix; at least the damaging bits
2015-11-03 20:40:43 -08:00
redmatrix
877b3361c8
better re-install detection/protection. This necessitated a slight protocol change but should not introduce any compatibility issues with older software. Things just work better if you use an up-to-date server.
2015-11-03 20:28:56 -08:00
redmatrix
2fbfc2a8f1
need better peer verification due to re-install issue, this is temporary
2015-11-03 19:50:40 -08:00
redmatrix
e09b49288f
provide admin setting to change directory server
2015-11-03 18:34:16 -08:00
redmatrix
6aa98a1e91
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-11-03 17:40:31 -08:00
redmatrix
14b74069f8
version
2015-11-03 17:40:05 -08:00
redmatrix
c1cfcc78fe
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-03 14:59:43 -08:00
redmatrix
2c299a9f37
implement unfollow thread
2015-11-03 14:59:14 -08:00
ken restivo
288697cda2
Add documentation for argv/argc.
2015-11-03 12:24:29 -08:00
jeroenpraat
9fa771f9fe
Time for using my real name
2015-11-03 21:24:28 +01:00
jeroenpraat
d1aa672388
small update Ducth strings + fix dark schema
2015-11-03 21:19:23 +01:00
sasiflo
b21f6fd619
Merge branch 'rebranding'
2015-11-03 11:35:44 +01:00
sasiflo
39245238fd
Some small rebranding for Hubzilla transition from Red Matrix
2015-11-03 11:31:19 +01:00
Mario Vavti
43d8090182
timeago() works best with iso format. fix #118
2015-11-03 11:19:22 +01:00
redmatrix
d13dae6b06
bug in hub/location sync
2015-11-02 21:02:30 -08:00
redmatrix
0998ef0c4e
readability
2015-11-02 17:10:47 -08:00
redmatrix
543bf51eff
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-02 17:07:58 -08:00
redmatrix
5513feb15b
several more hidden configs
2015-11-02 17:07:40 -08:00
redmatrix
e03faaeb8f
Merge pull request #116 from HaakonME/master
...
Changed default config for Hubzilla on Openshift
2015-11-03 09:47:15 +11:00
redmatrix
966dd03195
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-02 14:46:24 -08:00
redmatrix
5041774fd3
directory doco
2015-11-02 14:46:02 -08:00
redmatrix
c5453d476d
Merge pull request #117 from kenrestivo/add-rss-docs
...
Update RSS setting docs.
2015-11-03 09:45:33 +11:00
ken restivo
54eae7830e
Update RSS setting docs.
2015-11-02 12:52:23 -08:00
Haakon Meland Eriksen
4e74c7e3b1
Changed default config to util/config system expire_delivery_reports 3 util/config system feed_contacts 0 util/config system diaspora_enabled 0 util/config system disable_discover_tab 1 util/config system directory_server https://blablanet.com util/config directory safemode 0 util/config directory globaldir 1 util/config directory pubforums 0
2015-11-02 19:57:49 +01:00
Haakon Meland Eriksen
fe52400b75
Added new directory server https://blablanet.com
2015-11-02 19:40:34 +01:00
Haakon Meland Eriksen
18feef0753
Added new directory server https://blablanet.com
2015-11-02 18:53:40 +01:00
Mario Vavti
6ec021aafa
revert filtering by metwork
2015-11-02 08:36:43 +01:00
redmatrix
954957bd8a
provide discovery for local deletes in zot-finger and mark the hublocs invalid/deleted
2015-11-01 19:07:32 -08:00
redmatrix
14e92f53f1
hubloc filtering to eliminate dead and deleted entries
2015-11-01 16:19:28 -08:00
redmatrix
d3183467e0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-11-01 15:52:35 -08:00
redmatrix
b62614bbd4
improve /locs page with some field notes and the ability to do a forced sync
2015-11-01 15:51:45 -08:00
jeroenpraat
618155e6ab
More Bluegrid fine tuning and generic-content-wrapper-styled added to some tpl-files and 2 php files, cause they dont have a tpl file.
2015-11-01 22:59:32 +01:00
Mario Vavti
bd75d32c1b
remove zotid.net from fallback dir and add hubzilla.site
2015-11-01 22:02:24 +01:00
Mario Vavti
5acfef8edb
since other networks do not support cloning we only need hublocs for zot contacts - fix #111
2015-11-01 21:32:28 +01:00
Mario Vavti
7ce3ebc46d
make sure we only have one profile photo for a cloned channel
2015-11-01 21:04:55 +01:00
Mario Vavti
0353b0e04f
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-11-01 11:17:04 +01:00
jeroenpraat
ca81ab784a
Fix youtube and vimeo for Diaspora posts. Remove empty zrl's from Diaspora posts (fixes also the not working and only translated into default hub language 'view full size'). Please revert when wrong.
2015-10-31 22:38:16 +01:00
jeroenpraat
3262d819de
update srings nl+es, wrapper-styled 1 tpl-file, more finetuning bluegrid schema.
2015-10-31 22:34:59 +01:00
redmatrix
a8cdbd44e8
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-31 13:59:08 -07:00
redmatrix
04820ba09e
make hubloc repair script a bit more selective
2015-10-31 13:58:26 -07:00
jeroenpraat
52120b367a
Update nl+es
2015-10-31 21:07:57 +01:00
Mario Vavti
d6d96e8c89
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-31 12:04:20 +01:00
redmatrix
2b34dd7373
Merge pull request #110 from kenrestivo/add-directory-docs
...
Add directory docs
2015-10-31 18:19:08 +11:00
redmatrix
7a87343c71
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-30 22:46:31 -07:00
redmatrix
5f80121637
add hubloc repair script (needed for deadsuperhero, probably temporary)
2015-10-30 22:43:38 -07:00
Mario Vavti
5920a96da7
make attachments appear in a dropdown in wall-item-tools-left
2015-10-31 00:38:01 +01:00
ken restivo
0acaa839b9
Add directory docs based on my (possibly incorrect/incomplete?) reading of https://macgirvin.com/display/4acdbf7403aa244044d403820274b1b1142f57bbc0b38d0ea0e35e49f36eceb7@macgirvin.com
2015-10-30 12:01:21 -07:00
Mario Vavti
f8b767ed32
fix photo item for search_item.tpl and a minor css fix
2015-10-30 18:46:16 +01:00
Mario Vavti
d0b0d0ec72
possibly improve cloned profile images a bit - mod/photo would pick some random photos if there are more than one kind of PHOTO_PROFILE
2015-10-30 15:08:28 +01:00
redmatrix
e0463f5a74
Merge pull request #107 from kenrestivo/fix-audio-preload
...
Save bandwidth on mobile networks.
2015-10-30 15:25:18 +11:00
ken restivo
1b30210120
Save bandwidth on mobile networks.
2015-10-29 20:50:52 -07:00
redmatrix
a1e28bb669
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-29 15:11:58 -07:00
redmatrix
dc4bd531a4
issue #106
2015-10-29 15:11:41 -07:00
Mario Vavti
c5aedb14a9
fix #83
2015-10-29 19:46:21 +01:00
Mario Vavti
ec28dee728
update to latest object
2015-10-29 12:58:32 +01:00
Mario Vavti
3e459ed434
move it up
2015-10-29 11:34:56 +01:00
Mario Vavti
d66be62516
move it up
2015-10-29 11:34:30 +01:00
Mario Vavti
98fd919647
possibly better fix for profile photo image type issue
2015-10-29 11:30:45 +01:00
Mario Vavti
0a9b2b6b15
possibly better fox for profil photo image type issue
2015-10-29 11:29:11 +01:00
redmatrix
bb469deb85
add entry for 'none'
2015-10-29 01:35:49 -07:00
redmatrix
96402a2354
This may take a few iterations to discover the best way to present the information, but we need a way for members to know what alternate locations are available for a channel during times of server issues - and as recently discovered if there aren't any hublocs at all; without digging around the database and probing channels and other messy stuff.
2015-10-29 01:23:56 -07:00
redmatrix
4fec7aa991
add text hint how to set language in connection filter
2015-10-28 20:11:58 -07:00
redmatrix
b5dfc54be3
fix the typo
2015-10-28 19:45:02 -07:00
redmatrix
848e3f6c5d
photos linked item visibility issue
2015-10-28 19:43:35 -07:00
redmatrix
1f5818cec8
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-28 16:59:23 -07:00
redmatrix
06ec5424c7
restrict sslify to img tags by default - set config system.sslify_everything if you want to proxy media files also.
2015-10-28 16:58:13 -07:00
redmatrix
b9551862b4
Merge pull request #105 from HaakonME/master
...
Updated Hubzilla on OpenShift help page to clarify hosting for three …
2015-10-29 10:06:20 +11:00
Mario Vavti
e0a75f68d5
re-enable pathinfo() check and try with getimagesize() if we have not got a result
2015-10-28 21:52:56 +01:00
Mario Vavti
a5f1fa3168
re-enable pathinfo() check and try with getimagesize() if we have not got a result
2015-10-28 21:52:15 +01:00
Mario Vavti
1375ed6aea
pathinfo() does not work in this case. getimagesize() seems more reliabel. this fixes transparent png avatars having a black background.
2015-10-28 20:01:50 +01:00
Mario Vavti
f1a3b281d4
pathinfo() does not work in this case. getimagesize() seems more reliabel. this fixes transparent png avatars having a black background.
2015-10-28 19:59:50 +01:00
Mario Vavti
59da3dfe03
do not treat profile photo change posts like photo-items
2015-10-28 15:03:34 +01:00
Haakon Meland Eriksen
52f06cabd2
Updated Hubzilla on OpenShift help page to clarify hosting for three gears is available at no cost as of this writing, 2015-10-28
2015-10-28 07:34:11 +01:00
redmatrix
612efe56f1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-27 21:18:03 -07:00
redmatrix
07c0bc7b04
api posting with htmlstatus fails if it doesn't contain any html tags issue #104
2015-10-27 21:16:59 -07:00
redmatrix
f5774bba6f
Merge pull request #103 from kenrestivo/status-message
...
Add status monitor widget from Travis.
2015-10-28 14:49:09 +11:00
ken restivo
714832bb49
Add status monitor widget from Travis.
2015-10-27 20:15:58 -07:00
redmatrix
3bc8d4d0eb
Merge pull request #102 from kenrestivo/upload-fixes
...
Handle file names with more than one dot.
2015-10-28 14:02:30 +11:00
ken restivo
8083a86581
Add rudimentary unit test for z_mime_content_type.
2015-10-27 19:53:27 -07:00
ken restivo
b3528c314a
Support files with names like foo.0.1.3.ogg
2015-10-27 19:48:14 -07:00
redmatrix
65587be737
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-27 18:37:03 -07:00
redmatrix
9c24e1ccfb
revision
2015-10-27 18:36:50 -07:00
redmatrix
0147186565
Merge pull request #101 from kenrestivo/kens-fixes
...
Add YML file for travis CI suite, fix MIME types for audio files
2015-10-28 12:28:34 +11:00
ken restivo
8924cb0960
Add yml file for travis, as an experiment.
2015-10-27 17:36:25 -07:00
ken restivo
869735e4b5
Correct mime types via https://wiki.xiph.org/MIME_Types_and_File_Extensions
2015-10-27 15:35:39 -07:00
jeroenpraat
605381f83d
More fine tuning bluegrid schema. Extra generic-wrapper-styled.
2015-10-27 22:52:54 +01:00
Mario Vavti
71f70b4377
css fixes
2015-10-27 12:52:21 +01:00
Mario Vavti
c6daf4d41c
first the image than the body
2015-10-27 11:26:48 +01:00
Mario Vavti
3f1dc22c0e
fix sharing of photo items
2015-10-27 11:07:40 +01:00
jeroenpraat
02527552fd
Better -styled.
2015-10-27 01:23:30 +01:00
jeroenpraat
ac5b9f2382
Another .generic-content-wrapper
2015-10-27 01:20:48 +01:00
jeroenpraat
a2931cd17d
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-27 01:12:09 +01:00
jeroenpraat
fc65496d1d
NEW: Redbasic schema, based on the Hubzilla project page layout.
2015-10-27 01:11:50 +01:00
redmatrix
be98466b0d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-26 17:00:09 -07:00
redmatrix
0fd60d1e80
version
2015-10-26 16:59:52 -07:00
jeroenpraat
35857931ef
2 more tpl files with generic-content-wrapper-styled
2015-10-26 22:47:47 +01:00
mrjive
a4c3058f84
Merge pull request #7 from redmatrix/master
...
updating from original codebase
2015-10-26 21:55:47 +01:00
jeroenpraat
6cb7afcbc0
es+nl strings
2015-10-26 16:35:44 +01:00
jeroenpraat
32a0f5b04a
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-26 15:28:11 +01:00
jeroenpraat
3bc6190bdd
Update Dark schema
2015-10-26 15:27:47 +01:00
Mario Vavti
4fb9571136
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-26 14:20:06 +01:00
Mario Vavti
e70bb371d9
bring back item transparency
2015-10-26 14:19:46 +01:00
jeroenpraat
2099ac0615
Revert this one. This was hub specific.
2015-10-26 14:16:05 +01:00
jeroenpraat
5e28b1216e
Added a few generic-content-wrapper-styled classes and a button position fixed for lostpass. mod/search probably needs a .tpl in the future, but I don't know how to that.
2015-10-26 14:05:45 +01:00
jeroenpraat
e858ee811b
Fixed connection page. Page was overcrowded on systems with larger fonts.
2015-10-26 13:57:12 +01:00
redmatrix
a498fc8e72
looks like there may be issues with the datetime picker if the local timezone isn't the same as your settings.
2015-10-25 21:17:02 -07:00
redmatrix
7063b6cb6d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-25 16:54:43 -07:00
redmatrix
917d0ced4a
new feature: delayed posting
2015-10-25 16:54:18 -07:00
redmatrix
969418ce73
Merge pull request #99 from HaakonME/master
...
Hubzilla on OpenShift - now with plugins and extra themes
2015-10-26 09:40:54 +11:00
redmatrix
7f3df847a2
make use of http_host vs. server_name configurable in script_path()
2015-10-25 15:37:09 -07:00
redmatrix
e0424fe6cc
Merge pull request #100 from StefanKrauth/master
...
Better handling for SSL reverse proxy
2015-10-26 09:32:03 +11:00
redmatrix
b67397861c
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-25 14:33:57 -07:00
redmatrix
de15a2ace1
version update
2015-10-25 14:32:02 -07:00
redmatrix
4369ee2ca7
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-25 14:26:35 -07:00
redmatrix
a1163b70a6
version and strings
2015-10-25 14:26:02 -07:00
Stefan Krauth
2030aea175
Better handling for SSL reverse proxy
2015-10-25 20:10:35 +01:00
Haakon Meland Eriksen
969b66b315
Hubzilla on OpenShift - now with plugins and extra themes
2015-10-25 18:18:49 +01:00
Mario Vavti
4442da306a
hubzilla compatibility: improve photo item object - we now provide the infos for all available photo sizes
2015-10-25 18:02:45 +01:00
Mario Vavti
911fd6c654
improve photo item object - we now provide the infos for all available photo sizes
2015-10-25 18:01:44 +01:00
Haakon Meland Eriksen
9cee3dda1f
Add DeadSuperHero Themes for Hubzilla to deploy
2015-10-25 17:56:32 +01:00
Haakon Meland Eriksen
cc0f026cec
Adding Hubzilla addons to deploy script
2015-10-25 17:07:33 +01:00
Haakon Meland Eriksen
f1b5c333ff
Adding Hubzilla addons to deploy script
2015-10-25 17:01:13 +01:00
Mario Vavti
123fe58c26
new line between photo and description
2015-10-24 22:16:08 +02:00
Mario Vavti
fd1e163bf4
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-24 21:44:45 +02:00
Mario Vavti
ab8b4d5c36
another try to avoid dubble photo deletion. allow to set a photo caption and simple status body (if create status post is enabled) on upload
2015-10-24 21:44:25 +02:00
Wave
4a044351a9
Merge pull request #97 from wave72/master
...
Italian strings updated
2015-10-24 12:15:15 +02:00
wave72
e0a2268b0e
Italian strings updated
2015-10-24 12:13:17 +02:00
redmatrix
3432771150
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-23 21:36:40 -07:00
redmatrix
768615f2f1
version and strings
2015-10-23 21:36:18 -07:00
Mario Vavti
9ae215291f
fix app.tpl missing </div> tag if not authenticated
2015-10-23 10:20:01 +02:00
redmatrix
1cf206d764
update the to-do list
2015-10-22 17:27:20 -07:00
redmatrix
4c406ec9c0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-22 17:20:52 -07:00
redmatrix
500b896d50
revision
2015-10-22 17:20:35 -07:00
git-marijus
18a239e808
Merge pull request #96 from mcnesium/master
...
fix placeholder font-family
2015-10-22 13:54:52 +02:00
mcnesium
5aa07bda7c
Merge pull request #1 from mcnesium/placeholder-font
...
fix placeholder font-family
2015-10-22 13:45:34 +02:00
mcnesium
379fd33484
fix placeholder font-family
...
[Imgur](http://i.imgur.com/Cegabd5.png )
2015-10-22 13:44:33 +02:00
Mario Vavti
ed6629002f
photo object fixes
2015-10-22 13:01:33 +02:00
Mario Vavti
bcb4ac7aae
experiment: put the photo-item photo on top of the post
2015-10-22 12:58:11 +02:00
Mario Vavti
5395b173aa
implement the new anchor target behaviour
2015-10-22 12:09:19 +02:00
Mario Vavti
735f9c7a45
define $photo
2015-10-22 11:37:34 +02:00
Mario Vavti
9cbca24f7a
photo object compatibility revamped
2015-10-22 10:56:24 +02:00
Mario Vavti
6f8d29ad80
move photo object stuff from itemObject to prepare_body() so we can do more stuff with it
2015-10-22 10:52:10 +02:00
redmatrix
eb947acebe
set link target window for many links that are included in posts, but not in rest of application
2015-10-21 18:34:09 -07:00
redmatrix
01e84edd0a
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-21 15:02:32 -07:00
redmatrix
b7538b6ada
turn relative links in app_render() into absolute links, without affecting the install.
2015-10-21 15:00:41 -07:00
Mario Vavti
232742a5e6
warn if quota exceeds 90% of storage limit
2015-10-21 12:52:03 +02:00
Mario Vavti
a33ddf373b
move file storage quota display to upload section. add a warning if remaining space is less than 100MB and fix % calculation
2015-10-21 12:40:09 +02:00
redmatrix
b57e735199
old merge conflict
2015-10-20 21:34:58 -07:00
redmatrix
38816d7e41
move quota display to where it's visible on a tablet
2015-10-20 18:48:14 -07:00
jeroenpraat
3a89bb0db2
fix image path
2015-10-20 17:25:44 +02:00
Mario Vavti
865c38995d
some photos cant be deleted under certain circumstances - needs more investigation. revert this until a better fix is found.
2015-10-20 13:43:35 +02:00
Mario Vavti
beae28f2db
add obj_type and object again
2015-10-20 13:19:05 +02:00
Mario Vavti
81b2c5ac68
fix jot photo upload
2015-10-20 13:03:28 +02:00
Mario Vavti
35b5f60f99
update large photo feature setting description
2015-10-20 09:58:48 +02:00
Mario Vavti
13d0db5f9a
css cleanup
2015-10-20 09:47:30 +02:00
Mario Vavti
96f23758b4
hubzilla photo object compatibility
2015-10-20 09:40:32 +02:00
Mario Vavti
f7601756e9
create photo object if feature large photos is enabled and display those slightly different
2015-10-20 09:36:15 +02:00
redmatrix
54059b2f15
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-19 20:36:22 -07:00
redmatrix
f00887ea42
add project info to pubsite list
2015-10-19 20:35:44 -07:00
redmatrix
08a5884c9f
revert - we can't guarantee what project name the fallback directory server has and this could cause bugs later
2015-10-19 17:03:34 -07:00
redmatrix
0f3b7dd6e9
update site on initial directory setup
2015-10-19 17:01:59 -07:00
redmatrix
bab73edcef
extened the earlier fix
2015-10-19 16:50:53 -07:00
redmatrix
42d26f01d6
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-10-19 16:20:20 -07:00
redmatrix
8aadc2837c
typo
2015-10-19 16:19:00 -07:00
redmatrix
ea37882b95
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
install/schema_mysql.sql
install/schema_postgres.sql
install/update.php
mod/zfinger.php
2015-10-19 16:18:04 -07:00
redmatrix
599a0c66b2
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-19 16:07:59 -07:00
redmatrix
57e0bfc5a9
add the project name to site info packet
2015-10-19 16:07:14 -07:00
redmatrix
9f424bb208
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-19 14:56:02 -07:00
redmatrix
4e5b813aa8
syntax error
2015-10-19 14:55:49 -07:00
redmatrix
6a2c32bd23
Merge pull request #93 from tuscanhobbit/master
...
Replaced some old redmatrix branding
2015-10-20 06:54:56 +11:00
Mario Vavti
febcb90ece
fix typo in mod/connedit.php
2015-10-19 15:33:19 +02:00
Mario Vavti
4b300f8274
fix typo in include/notifier.php
2015-10-19 14:53:13 +02:00
Paolo Tacconi
8da8e02dc8
Replaced some old redmatrix branding
2015-10-19 10:51:33 +02:00
Wave
3e9b6a330d
Merge pull request #1 from redmatrix/master
...
Update to latest hubzilla
2015-10-19 10:28:17 +02:00
redmatrix
b54c4df74d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-18 20:17:09 -07:00
redmatrix
f0a33c00bc
separate permission_update notification into permission_create and permission_update, since some networks send out a notification for duplicate share requests even if connected.
2015-10-18 20:13:12 -07:00
redmatrix
8631b28130
Merge pull request #92 from HaakonME/master
...
Updated deploy script with new defaults and updated help page Hubzilla on OpenShift
2015-10-19 10:36:01 +11:00
redmatrix
9b3662e5ad
issues with "the Register" feed
2015-10-18 16:29:09 -07:00
redmatrix
3fb690a0f6
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-18 15:50:18 -07:00
redmatrix
76d41fc250
re-organise the protocol disabled logic
2015-10-18 15:49:52 -07:00
Haakon Meland Eriksen
15fa300e04
Updated help page about Hubzilla on OpenShift with new info on using mysqlcheck rather than myisamchk and notes about new space preserving defaults in the deploy script given 1Gb gear on OpenShift - fixed link
2015-10-18 20:45:26 +02:00
Haakon Meland Eriksen
47c86828c6
Updated help page about Hubzilla on OpenShift with new info on using mysqlcheck rather than myisamchk and notes about new space preserving defaults in the deploy script given 1Gb gear on OpenShift
2015-10-18 20:39:24 +02:00
jeroenpraat
6eaf35a142
Update es+nl
2015-10-18 19:09:38 +02:00
Haakon Meland Eriksen
ea8364eba5
Added config settings sensible for Hubzilla on OpenShift - fixes
2015-10-18 18:51:29 +02:00
Haakon Meland Eriksen
fc4b1693f9
Added config settings sensible for Hubzilla on OpenShift
2015-10-18 18:40:55 +02:00
jeroenpraat
52f3d6722d
Update nl+es
2015-10-18 16:45:11 +02:00
Mario Vavti
126628546b
tweak justify gallery options to not load to large previews
2015-10-18 14:21:42 +02:00
redmatrix
2540ecc0ac
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
README.md
2015-10-17 16:53:14 -07:00
redmatrix
b49972a623
start pointing people to hubzilla instead of redmatrix
2015-10-17 16:51:07 -07:00
redmatrix
b82a9a6594
messages.po got truncated due to a failed cron job
2015-10-17 16:47:18 -07:00
redmatrix
be701677d6
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
view/nl/messages.po
view/nl/strings.php
2015-10-17 16:38:57 -07:00
redmatrix
1e8fc8b062
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-17 16:34:00 -07:00
redmatrix
b6c765c9dc
allow homepage content to be a full redirect
2015-10-17 16:33:28 -07:00
redmatrix
1d2797dc1f
bring back chat expiration setting and adjust chat size for our now smaller content region
2015-10-17 14:54:27 -07:00
redmatrix
4b984f9819
filter delivery reports
2015-10-17 13:26:55 -07:00
redmatrix
e8882a5167
remove one more Friendica table reference from the API
2015-10-16 15:24:48 -07:00
redmatrix
4f0490f26f
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-16 13:06:47 -07:00
redmatrix
7fe6bc52d0
change setup defaults to 127.0.0.1 instead of localhost for DB server, add documentation to the INSTALL.txt explaining the choice.
2015-10-16 13:05:40 -07:00
Mario Vavti
b7408fa39e
we now provide images for all suffixes (0-3) -> simplify photo item body creation and provide width x height for any size
2015-10-16 16:27:51 +02:00
jeroenpraat
7ca5b5c928
Update Dutch strings
2015-10-16 15:31:11 +02:00
redmatrix
6f5f613d9f
Merge pull request #90 from anaqreon/theme-doc
...
Documentation for theme repo management
2015-10-16 22:26:38 +11:00
redmatrix
52f2509280
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-16 04:22:09 -07:00
redmatrix
c07f694a07
another try at issue #89 - rotating photos
2015-10-16 04:21:40 -07:00
Mario Vavti
c49198fd71
this is all the info we need
2015-10-16 12:24:27 +02:00
Andrew Manning
864bad0ebb
Updated text
2015-10-16 06:23:15 -04:00
Andrew Manning
051858300e
Updated formatting and typos
2015-10-16 06:21:02 -04:00
Andrew Manning
75d16e4852
New documentation for theme repo management
2015-10-16 06:18:47 -04:00
redmatrix
a756c0b182
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/identity.php
2015-10-15 21:40:59 -07:00
redmatrix
550cab41fb
missing xchan_mail_query
2015-10-15 21:39:33 -07:00
redmatrix
45bd81fe8c
missed the xchan_mail_query
2015-10-15 21:38:16 -07:00
redmatrix
3f7ee613fc
mail sync debugging
2015-10-15 20:40:24 -07:00
redmatrix
93f061f78a
mail sync/migrate continued; also abstract delivery loop to make it re-usable, change refresh_all to use delivery loop.
2015-10-15 18:52:04 -07:00
redmatrix
7517c76ae4
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
install/update.php
2015-10-15 16:02:37 -07:00
redmatrix
e26f771cbe
dummy update
2015-10-15 16:00:31 -07:00
redmatrix
bf5a1f662a
generate all (non-square) photo scales - even if the original photo is smaller than the scale target sizes.
2015-10-15 14:18:40 -07:00
redmatrix
d9753989bf
issue #89 - rotating photos does not work
2015-10-15 13:23:40 -07:00
Mario Vavti
391b98f72c
fix webpages
2015-10-15 20:57:05 +02:00
Mario Vavti
d40a087ec2
really fix label name
2015-10-15 16:07:13 +02:00
Mario Vavti
138c14d43f
wrong logic
2015-10-15 15:48:13 +02:00
Mario Vavti
dc6a594277
fix label name
2015-10-15 15:41:08 +02:00
Mario Vavti
9f5c61b1fd
reflect default image size changes in mod/photos
2015-10-15 14:52:31 +02:00
Mario Vavti
3bca640521
do not try to remove photos twice
2015-10-15 13:57:15 +02:00
Mario Vavti
73082a338b
(re)add default image-size 320px - it is good for gallery preview. this size has the suffix -3 now
2015-10-15 12:56:22 +02:00
Mario Vavti
1593ebec1f
update conv_list.tpl
2015-10-15 11:49:33 +02:00
Mario Vavti
2413968021
double up default photo sizes - even the mos simple camera can now do images > 1024px
2015-10-15 11:20:56 +02:00
Mario Vavti
44b542814a
if photo deleted from /cloud or /dav also delete from /photos
2015-10-15 10:29:39 +02:00
Mario Vavti
2848f5dab4
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-15 09:36:51 +02:00
redmatrix
f0f5a8f2b5
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-14 18:03:20 -07:00
redmatrix
0563ce93a1
change name of matrix app
2015-10-14 18:03:05 -07:00
redmatrix
6a927be76c
Merge pull request #88 from anaqreon/grid-app
...
Replaced RedMatrix icon and label in app list
2015-10-15 12:02:50 +11:00
redmatrix
c8e3ea955d
more mail sync work
2015-10-14 17:49:35 -07:00
redmatrix
b33a9a71f6
more work on import & sync of private mail and conversations
2015-10-14 17:40:50 -07:00
Andrew Manning
dc80431438
Replaced RedMatrix icon and label in app list
2015-10-14 19:43:40 -04:00
redmatrix
8af3dc140e
issue #87 - photos not getting deleted from mod_photo when deleted in DAV or cloud
2015-10-14 15:08:07 -07:00
Mario Vavti
3c7d2d4cea
updating the local item only does not make much sense in this case
2015-10-14 23:23:06 +02:00
redmatrix
de697a4267
issue #86 - like/dislike in photos not working
2015-10-14 14:16:16 -07:00
Mario Vavti
ca35db76b8
wrong variable
2015-10-14 23:07:49 +02:00
Mario Vavti
b6eded1119
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-14 22:57:03 +02:00
Mario Vavti
c8d8ae89d7
remove $item from $prep_arr - we probably do not need it
2015-10-14 22:46:40 +02:00
redmatrix
b2d949ce9a
issue #82 - args not defined (should be arr)
2015-10-14 13:25:58 -07:00
Mario Vavti
f12ebffa39
really check for large photos feature
2015-10-14 22:24:13 +02:00
redmatrix
9b4d32b68c
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-14 13:19:52 -07:00
redmatrix
f4e708a02f
port of mail encoding
2015-10-14 13:19:28 -07:00
Mario Vavti
b4e83b6537
allow photo-items to appear full width if large photos feature is enabled. in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
2015-10-14 22:14:19 +02:00
redmatrix
c7637a0c53
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-14 13:13:12 -07:00
redmatrix
9b1195c896
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-14 13:12:00 -07:00
redmatrix
732c6134dd
support for mail sync
2015-10-14 13:11:24 -07:00
jeroenpraat
e98c871781
Regenerated messages.po.
2015-10-14 14:31:51 +02:00
redmatrix
d616099de6
Merge pull request #80 from git-marijus/master
...
fix /channel not updating after posting comment
2015-10-14 18:19:32 +11:00
Wave
e3070eb170
Merge pull request #81 from tuscanhobbit/master
...
Italian strings updated
2015-10-14 09:12:58 +02:00
Paolo Tacconi
319b02a757
Italian strings updated
2015-10-14 09:11:05 +02:00
redmatrix
64cdbb8e3b
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-13 16:19:33 -07:00
redmatrix
edeba4ca34
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/api.php
2015-10-13 16:19:25 -07:00
redmatrix
7e03f612b3
file migration - continued
2015-10-13 16:16:51 -07:00
redmatrix
578f1b8ece
api extenesions for file migration
2015-10-13 16:15:34 -07:00
Mario Vavti
e2a15d0ec9
fix photo visibility switch on photo upload
2015-10-13 14:05:27 +02:00
Mario Vavti
3c74aec973
fix /channel not updating after posting comment
2015-10-13 12:05:55 +02:00
Mario Vavti
61e3ef2552
do not collapse content which is just slightly higher than we allow
2015-10-13 10:45:22 +02:00
redmatrix
136e5fdf95
port of file detail api call
2015-10-12 23:39:55 -07:00
redmatrix
75fe9f9cc4
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-12 23:37:35 -07:00
redmatrix
73dad85867
file detail api call (will not work for huge files)
2015-10-12 23:36:26 -07:00
redmatrix
91895c52ca
missing underscore
2015-10-12 19:54:01 -07:00
redmatrix
fc28af8518
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/attach.php
2015-10-12 19:52:21 -07:00
redmatrix
3545626950
attach_list_files had some problems - wasn't used until now apparently
2015-10-12 19:49:06 -07:00
redmatrix
6a7079a594
small change to allow a person with sufficient privileges the ability to import a file into their cloud storage from elsewhere in the server filesystem - without nuking it in the process.
2015-10-12 18:55:02 -07:00
redmatrix
42db2bc93d
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-12 16:16:14 -07:00
redmatrix
a2f5b55d10
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-12 16:12:51 -07:00
redmatrix
8e7e9b7040
version roll
2015-10-12 16:11:55 -07:00
jeroenpraat
43eefb5929
update es + nl strings
2015-10-13 00:43:23 +02:00
redmatrix
dcdcba9f1f
Merge pull request #79 from HaakonME/master
...
Updated Help pages to include Hubzilla on OpenShift
2015-10-12 17:29:34 +11:00
Mario Vavti
dec37b3dbe
another collapseHeight() fix
2015-10-11 22:58:59 +02:00
Mario Vavti
9431112f77
fix an issue with collapseHeight() and css margins/paddings in directory
2015-10-11 22:49:36 +02:00
Mario Vavti
7bdd5c9e0d
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-11 22:32:27 +02:00
Mario Vavti
c963aa98e8
some conv-item restructuring to allow full width elements
2015-10-11 22:32:06 +02:00
redmatrix
0f6e1c1c05
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-11 12:41:39 -07:00
redmatrix
ce8d49a47d
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-11 12:41:28 -07:00
redmatrix
70dc305f12
version roll
2015-10-11 12:40:23 -07:00
Haakon Meland Eriksen
df45374041
Updated Hubzilla on OpenShift HOWTO with use of logging
2015-10-11 14:32:01 +02:00
jeroenpraat
22a5a91bd5
Added Hubzilla banner to the Readme (for Github)
2015-10-11 00:05:41 +02:00
Haakon Meland Eriksen
d5788ba53a
Updated help page for Hubzilla on OpenShift
2015-10-10 15:06:36 +02:00
Haakon Meland Eriksen
4d8a1c67c3
Updated help page for Hubzilla on OpenShift
2015-10-10 14:46:58 +02:00
Haakon Meland Eriksen
ea34e4bad8
Updated README for Hubzilla on OpenShift
2015-10-10 14:45:57 +02:00
Haakon Meland Eriksen
258e2d197a
Updated help page for Hubzilla on OpenShift
2015-10-10 14:41:01 +02:00
Haakon Meland Eriksen
e75e09dae8
Updated help page for Hubzilla on OpenShift
2015-10-10 14:38:13 +02:00
Haakon Meland Eriksen
4aee8ba27f
Added link to Hubzilla on OpenShift HOWTO using Projectname
2015-10-10 14:31:41 +02:00
Haakon Meland Eriksen
90c6276fe2
Added link to Hubzilla on OpenShift HOWTO
2015-10-10 14:28:17 +02:00
Haakon Meland Eriksen
1cae3baaea
Hubzilla on OpenShift HOWTO added to Help
2015-10-10 14:24:35 +02:00
redmatrix
209882d5a9
Merge pull request #76 from kenrestivo/update-post-docs
...
Update the post docs adding how to post to a channel
2015-10-10 09:11:52 +11:00
redmatrix
2999096221
Merge pull request #77 from HaakonME/master
...
Updated Hubzilla on OpenShift README with HOWTO
2015-10-10 09:11:29 +11:00
redmatrix
d076255c98
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
mod/uexport.php
view/tpl/uexport.tpl
2015-10-09 14:27:47 -07:00
redmatrix
b2f2deffe6
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-09 14:25:56 -07:00
redmatrix
b31aa4aacb
string update
2015-10-09 14:25:29 -07:00
Haakon Meland Eriksen
85962a3eb1
Updated Hubzilla on OpenShift README with HOWTO
2015-10-09 19:37:49 +02:00
jeroenpraat
a9696abdce
Redesigned the export page. Please fix my English if I made some mistakes.
2015-10-09 16:45:29 +02:00
ken restivo
e22448fb5c
Update the post docs adding https://github.com/redmatrix/hubzilla/issues/67
2015-10-08 21:17:59 -07:00
redmatrix
db0a102703
Merge pull request #397 from anaqreon/uexport
...
There is no mod/import_items tool in RedMatrix
2015-10-08 13:52:26 +11:00
Andrew Manning
9034765790
There is no mod/import_items tool in RedMatrix
2015-10-07 20:37:00 -04:00
redmatrix
3377b29957
Merge pull request #395 from anaqreon/uexport
...
Add message about exporting by year/month to uexport
2015-10-08 11:25:08 +11:00
redmatrix
5390594f40
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-06 20:33:12 -07:00
redmatrix
e95753b184
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-06 20:32:24 -07:00
redmatrix
6bd0d57c1e
version update
2015-10-06 20:32:08 -07:00
redmatrix
192b5a41f0
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-06 20:31:45 -07:00
redmatrix
c76da2e77d
functions to update urls in items when doing migrations
2015-10-06 20:30:49 -07:00
Andrew Manning
8bf45536d3
Forgot the year and month url part
2015-10-06 06:50:33 -04:00
Andrew Manning
e1fca2a1ab
Add message about exporting by year/month to uexport
2015-10-06 06:45:55 -04:00
jeroenpraat
f5fe37ab09
Updated Spanish strings
2015-10-05 16:53:43 +02:00
jeroenpraat
08813f1650
Merge branch 'master' of https://github.com/redmatrix/redmatrix
2015-10-05 16:51:51 +02:00
jeroenpraat
8f7dd2f858
Final Spanish strings for Redmatrix
2015-10-05 16:50:59 +02:00
Mario Vavti
05050381d3
bring our bbcode tools to private mail
2015-10-05 12:26:04 +02:00
redmatrix
95d6d2644f
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-04 13:49:13 -07:00
redmatrix
dbd981939c
version and strings update
2015-10-04 13:48:06 -07:00
Mario Vavti
2e45b41902
do not show delete conversation in single message view
2015-10-04 19:58:20 +02:00
Mario Vavti
7776c56c6c
bring single message view to inbox/outbox view
2015-10-04 19:51:23 +02:00
Mario Vavti
4decceea76
add anchors to messages and links
2015-10-04 14:07:05 +02:00
Mario Vavti
26b97722c6
remove check mail - it just reloads the page. we get a notification in the panel if we get new mail
2015-10-04 13:43:16 +02:00
Mario Vavti
38fe928d06
cleanup some unused variables
2015-10-04 13:09:26 +02:00
Mario Vavti
c229223e01
private mail: if receiver is not in abook provide only his webbie to the form
2015-10-04 12:08:23 +02:00
jeroenpraat
ab59e41e1a
Red:Notify > Hubzilla:Notify
2015-10-03 15:51:12 +02:00
jeroenpraat
392ee70fd5
Updated Spanish and Dutch language strings
2015-10-03 15:38:40 +02:00
redmatrix
7abad2ff99
get rid of the unnecessary blank space after mail recipient completion
2015-10-02 18:12:09 -07:00
Mario Vavti
d337cc6618
private mail: $preid should be abook_xchan not abook_id
2015-10-02 22:53:51 +02:00
Mario Vavti
3a8bff228e
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-10-02 17:52:14 +02:00
Mario Vavti
5ba39fef9a
private mail compositor changes
2015-10-02 17:51:37 +02:00
redmatrix
c7160e3d25
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-10-02 04:52:27 -07:00
redmatrix
6171d164d7
need full path to deliver_hooks.php
2015-10-02 04:51:57 -07:00
redmatrix
b1e0018b74
string update
2015-10-02 04:50:58 -07:00
Mario Vavti
9b8aa8d09e
whitespace
2015-10-02 12:26:12 +02:00
Mario Vavti
3bed94f4ad
move mail item buttons/menu to dropdown
2015-10-02 12:20:33 +02:00
Mario Vavti
a895a0d79e
private mail template and css fixes
2015-10-02 11:41:37 +02:00
mrjive
32522b61f2
Merge pull request #6 from redmatrix/master
...
updating from original codebase
2015-10-02 09:45:03 +02:00
redmatrix
1da3828a09
issue with resetting post perms to default audience - not sticking.
2015-10-01 20:22:03 -07:00
redmatrix
982ff8733f
one more change
2015-10-01 19:54:28 -07:00
redmatrix
ebe374d572
notification changes to support testdrive
2015-10-01 19:49:06 -07:00
redmatrix
dd45e7b4eb
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-01 17:30:15 -07:00
redmatrix
63eb0e3a38
allow additional uses for xtags
2015-10-01 17:28:03 -07:00
redmatrix
f472071f6f
Merge pull request #66 from HaakonME/master
...
Updated Norwegian strings for Hubzilla , optional OpenShift deploy and cron
2015-10-02 09:59:44 +10:00
redmatrix
7b695aa684
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-01 16:56:38 -07:00
redmatrix
de4b5978c3
update cert authorities
2015-10-01 16:55:15 -07:00
Haakon Meland Eriksen
f23f8f7f5d
Small fix to deploy
2015-10-01 22:08:38 +02:00
Haakon Meland Eriksen
f64acadd58
Small fix to deploy
2015-10-01 22:03:12 +02:00
Haakon Meland Eriksen
68ea1d0289
Changed deploy script - removed hot_deploy and changed poller to every 10 minutes rather than 5 minutes.
2015-10-01 21:59:12 +02:00
Haakon Meland Eriksen
1574043a9e
Updated Norwegian strings for Hubzilla
2015-10-01 17:51:31 +02:00
Haakon Meland Eriksen
a2a5580e68
Updated Norwegian string for Hubzilla
2015-10-01 17:46:31 +02:00
Haakon Meland Eriksen
2696cf9b9e
Merge remote-tracking branch 'upstream/master'
2015-10-01 17:31:22 +02:00
Wave
d9f962ee6f
Merge pull request #65 from tuscanhobbit/master
...
More updates on Italian translation from transifex
2015-10-01 17:31:00 +02:00
Paolo Tacconi
7468d8a000
More updates on Italian translation from transifex
2015-10-01 17:29:04 +02:00
Wave
270bb4e2d9
Merge pull request #64 from tuscanhobbit/master
...
First Hubzilla Italian localization
2015-10-01 17:12:31 +02:00
Paolo Tacconi
d3d9b06eb7
First Hubzilla Italian localization
2015-10-01 17:11:36 +02:00
redmatrix
e7131bc8f8
this is an even better fix for issue #61
2015-09-30 22:10:26 -07:00
redmatrix
1df1c15e48
issue #61 - provide un-useable icons as placeholders for location setting options on deleted hublocs
2015-09-30 21:59:33 -07:00
redmatrix
986244eeea
issue #63 - missing table fields in db query
2015-09-30 21:38:21 -07:00
redmatrix
526bc36b40
update the opensearch template
2015-09-30 19:31:25 -07:00
redmatrix
9bdb7bef5d
add delivery reports to mail (not backported to redmatrix)
2015-09-30 19:27:53 -07:00
redmatrix
54e7d5d260
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
view/de/messages.po
view/de/strings.php
2015-09-30 16:31:06 -07:00
redmatrix
5265c190d4
document the issue with cloned delivery to self vs normal delivery to self
2015-09-30 16:27:24 -07:00
redmatrix
4b7c052ed8
undo self deliver check
2015-09-30 12:59:13 -07:00
redmatrix
b62e7e7d8b
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-30 12:57:43 -07:00
redmatrix
fd290882fd
undo self-deliver check
2015-09-30 12:57:02 -07:00
zzottel
09015f8924
Merge pull request #394 from zzottel/master
...
update German strings
2015-09-30 15:42:10 +02:00
zottel
b5f382f0ea
update German strings
2015-09-30 14:05:10 +02:00
zzottel
ccd13dd643
Merge pull request #62 from zzottel/master
...
update German strings
2015-09-30 14:03:12 +02:00
zottel
d66715648a
update German strings
2015-09-30 14:01:21 +02:00
Haakon Meland Eriksen
e07ff7d3fb
Merge remote-tracking branch 'upstream/master'
2015-09-30 12:21:36 +02:00
zottel
0d60789f69
Merge remote-tracking branch 'upstream/master'
2015-09-30 08:45:13 +02:00
redmatrix
e769fbaffb
another error from the db logs
2015-09-29 22:56:29 -07:00
redmatrix
5721f9f3a9
wrong table column names
2015-09-29 22:51:06 -07:00
redmatrix
cca9f2392e
queue cleanup, and report issues
2015-09-29 22:11:10 -07:00
redmatrix
928fa44154
more work on the notifier
2015-09-29 21:08:12 -07:00
redmatrix
a795f03c48
improve the sys channel location repair to check key issues and re-installs and/or site moves
2015-09-29 17:21:14 -07:00
redmatrix
8f7b869c08
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-29 16:56:50 -07:00
redmatrix
c5294f994e
check and repair sys channel locations (hublocs) in zot-finger if they are messed up
2015-09-29 16:55:51 -07:00
jeroenpraat
34f52e47eb
Hooray! Dutch language complete again.
2015-09-29 22:22:02 +02:00
zottel
f950d27b3d
Merge remote-tracking branch 'upstream/master'
2015-09-29 12:40:24 +02:00
Mario Vavti
2a2da48d18
fix typo in 0b1cd826b0
2015-09-29 11:56:43 +02:00
Mario Vavti
0b1cd826b0
do not store a recalled mail if we can not find the original mid
2015-09-29 11:48:41 +02:00
mrjive
11c1573b55
Merge pull request #5 from redmatrix/master
...
updating from original codebase
2015-09-29 08:01:51 +02:00
redmatrix
b3525b8657
remove debugging
2015-09-28 20:04:44 -07:00
redmatrix
8d5556764c
add one more level of parentheses to ensure operator precedence is correctly evaluated
2015-09-28 20:03:11 -07:00
redmatrix
f965209eee
check public scopes against visitor in item_permissions_sql()
2015-09-28 19:45:57 -07:00
redmatrix
5c526995d8
resolve conflicts
2015-09-28 19:07:31 -07:00
redmatrix
50ee82e8bd
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-28 19:06:10 -07:00
redmatrix
8a3c909c74
ignore self delivery in process_delivery
2015-09-28 19:05:45 -07:00
redmatrix
3a8e1e0484
process_delivery: ignore self
2015-09-28 19:04:36 -07:00
redmatrix
3b53cd56ef
Merge branch 'deadsite'
2015-09-28 17:15:34 -07:00
redmatrix
30e88a4f6b
typo
2015-09-28 17:15:04 -07:00
redmatrix
e5f47cd14b
create site records for all queued sites and check for death
2015-09-28 17:13:11 -07:00
Mario Vavti
6368b09337
a clear is needed after floating
2015-09-28 21:51:04 +02:00
Mario Vavti
b97102da01
private mail: bring additional inbox/outbox views and ajaxify single message drop
2015-09-28 17:40:38 +02:00
redmatrix
dbeae16dc1
add site_type to queries, first few - several more to go.
2015-09-28 04:21:29 -07:00
redmatrix
edbcba6f11
schema support for additional site types
2015-09-28 04:15:21 -07:00
redmatrix
ed876a9c52
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-27 18:03:40 -07:00
redmatrix
67fe8fc4a7
well there's one problem...
2015-09-27 18:00:37 -07:00
redmatrix
55b530f0fd
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
util/messages.po
2015-09-27 17:00:41 -07:00
redmatrix
3a2c3ea8fa
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-27 16:47:58 -07:00
redmatrix
aae51a9b23
add some safety checks on the sending side of sync
2015-09-27 16:47:25 -07:00
redmatrix
cd2b811555
move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.
2015-09-26 23:44:30 -07:00
redmatrix
15d1a6c937
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-26 13:28:24 -07:00
redmatrix
9ab335626c
import_xchan_photo: check the return headers to ensure it's an image content-type of some form as imagick chucks a wobbly if you try to initialise an image with an html error page.
2015-09-26 13:25:34 -07:00
Mario Vavti
451db7dd98
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-09-25 23:26:47 +02:00
Mario Vavti
d6293730fc
private mail: some work on conversations view
2015-09-25 23:26:28 +02:00
zottel
8e410f14b1
Merge remote-tracking branch 'upstream/master'
2015-09-25 22:25:35 +02:00
jeroenpraat
49000dadda
Another Spanish update
2015-09-25 21:25:42 +02:00
jeroenpraat
9bde18492a
As a result of the logo vote: replaced favicon, remade alternative hubzilla avatar and uploaded 6 logo variants. Originals courtesy of Iko.
2015-09-25 21:17:48 +02:00
Haakon Meland Eriksen
b22fa9f7f4
Merge remote-tracking branch 'upstream/master'
2015-09-25 17:52:58 +02:00
zottel
a7b2d23e9b
Merge remote-tracking branch 'upstream/master'
2015-09-25 11:19:42 +02:00
redmatrix
ba94f824b9
deliveries per process ui for setting
2015-09-25 01:31:58 -07:00
redmatrix
8aec437c23
remove redundant code
2015-09-24 23:02:41 -07:00
redmatrix
98f656cfcb
delivery optimisations
2015-09-24 22:51:47 -07:00
redmatrix
e558ddae3f
clean up the delivery reports to make them manageable, more approachable, and translateable
2015-09-24 18:19:33 -07:00
redmatrix
2c665e5e4c
add Diaspora (actually any external service which uses the queue) to delivery reports
2015-09-24 17:41:05 -07:00
redmatrix
2fe3d16bbe
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-24 16:58:32 -07:00
redmatrix
2844f276b9
Document the additional content export options
2015-09-24 16:57:17 -07:00
Haakon Meland Eriksen
414b5ea6f3
Merge remote-tracking branch 'upstream/master'
2015-09-24 23:32:18 +02:00
redmatrix
c42dcd5ac9
Merge pull request #55 from git-marijus/master
...
some heavy private mail restructuring - work in progress
2015-09-25 06:37:38 +10:00
Mario Vavti
b9723aa85b
some heavy private mail restructuring - work in progress
2015-09-24 14:07:44 +02:00
zottel
03fb13e749
Merge remote-tracking branch 'upstream/master'
2015-09-24 12:50:27 +02:00
redmatrix
e04f04ef0f
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
install/update.php
2015-09-23 22:33:48 -07:00
redmatrix
0f3c2c4b24
add vdata field for caldav
2015-09-23 22:32:46 -07:00
redmatrix
8a94a4938f
dummy update
2015-09-23 22:31:49 -07:00
redmatrix
b553ffd55d
timezone tweaks
2015-09-23 20:59:19 -07:00
redmatrix
e45958b967
add plugin hooks to channel sync/import/export
2015-09-23 18:27:04 -07:00
mrjive
006ca4421a
Merge pull request #4 from redmatrix/master
...
updating from original codebase
2015-09-23 17:13:55 +02:00
zottel
0bfdb45b41
Merge remote-tracking branch 'upstream/master'
2015-09-23 08:59:28 +02:00
Haakon Meland Eriksen
8cbccb20ef
Merge remote-tracking branch 'upstream/master'
2015-09-23 07:43:17 +02:00
redmatrix
f506f73d3f
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/items.php
2015-09-22 22:31:53 -07:00
redmatrix
7734bbfe4d
problems with extended item import and signatures
2015-09-22 22:30:09 -07:00
redmatrix
d35c5bcb2f
merge issue
2015-09-22 19:16:13 -07:00
redmatrix
c699d3a17a
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-22 19:14:21 -07:00
redmatrix
d16ac62a51
don't send sync packets to deleted hubloc locations
2015-09-22 19:13:10 -07:00
redmatrix
2fa5b8c0a2
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-22 18:41:53 -07:00
redmatrix
15feeb7bfe
inverted logic syncing deleted hublocs
2015-09-22 18:40:03 -07:00
redmatrix
02ecc93998
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-22 16:50:55 -07:00
redmatrix
34291d5938
add names to delivery report for sync delivery
2015-09-22 16:50:08 -07:00
redmatrix
e726adc27b
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-22 16:45:14 -07:00
redmatrix
642f460dca
report the channel sync
2015-09-22 16:43:36 -07:00
redmatrix
1d7d9818fa
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/items.php
include/zot.php
2015-09-22 16:26:28 -07:00
redmatrix
c2dcc68803
backport item sync
2015-09-22 16:19:08 -07:00
Haakon Meland Eriksen
d7c9f2ccba
Merge remote-tracking branch 'upstream/master'
2015-09-22 19:02:20 +02:00
redmatrix
7dd61c05dc
allow self delivery until we figure out why clone sync of posted items isn't doing it's thing
2015-09-22 04:39:36 -07:00
redmatrix
1c1155513a
add one more test
2015-09-22 04:28:05 -07:00
redmatrix
f84151e1fe
fix foreach warning
2015-09-22 04:24:54 -07:00
mrjive
5ec3d3e36d
Merge pull request #3 from redmatrix/master
...
updating from original codebase
2015-09-22 13:11:54 +02:00
redmatrix
4b13f0e025
since this is now usable, protect the displayed delivery reports from XSS injection
2015-09-22 04:08:03 -07:00
redmatrix
2869ccfe39
delivery reports - crude but mostly functional at least for zot deliveries
2015-09-22 04:04:51 -07:00
redmatrix
8ead4745f8
Merge pull request #54 from git-marijus/master
...
fix consensus items - issue #53
2015-09-22 19:41:08 +10:00
redmatrix
15b241cc3e
remove dummy update from merge
2015-09-22 02:34:34 -07:00
redmatrix
2b07a69b93
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-22 02:34:05 -07:00
redmatrix
5068ce0569
dummy update
2015-09-22 02:33:24 -07:00
redmatrix
0b1b11ea53
heavy lifting for delivery reports
2015-09-22 02:32:04 -07:00
Mario Vavti
ea9f169a6c
fix consensus items - issue #53
2015-09-22 10:59:19 +02:00
Haakon Meland Eriksen
cbd7f89066
Merge remote-tracking branch 'upstream/master'
2015-09-22 07:34:42 +02:00
redmatrix
146ff6f703
more progress on delivery reports. Store the remote results from zot sites locally.
2015-09-21 22:30:28 -07:00
redmatrix
326ae5ff6b
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
mod/post.php
2015-09-21 20:29:18 -07:00
redmatrix
8c16f12d7a
issue #52 - try all matching hublocs for remote auth, not just the "best one".
2015-09-21 20:20:16 -07:00
redmatrix
477228d4ff
issue #50 - cloud listings produce white screen for unauthenticated viewer
2015-09-21 20:17:48 -07:00
redmatrix
9baaa6fa56
issue #51
2015-09-21 20:05:54 -07:00
mrjive
49d11ed9f8
Merge pull request #2 from redmatrix/master
...
get fresh code from HZ base
2015-09-21 15:41:17 +02:00
Haakon Meland Eriksen
7834274bff
Merge remote-tracking branch 'upstream/master'
2015-09-21 07:31:36 +02:00
redmatrix
d2565d0f61
looks like chat has been neglected a bit recently
2015-09-20 21:37:18 -07:00
redmatrix
4fde0bf62e
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-20 20:58:55 -07:00
redmatrix
a679081993
new delivery report format
2015-09-20 20:21:54 -07:00
redmatrix
177292de13
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-20 18:10:25 -07:00
redmatrix
efcb4abfd0
improve on the last attempt
2015-09-20 18:08:06 -07:00
redmatrix
1501d1c570
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-20 18:03:41 -07:00
redmatrix
59a56ac77f
catch the timestamp also
2015-09-20 17:47:41 -07:00
redmatrix
35f09f4f74
remove system flags from channel import packet
2015-09-20 17:45:23 -07:00
redmatrix
421dfce599
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-20 16:55:53 -07:00
redmatrix
b240c15014
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-20 16:55:24 -07:00
redmatrix
9de8df496a
we need the xchan record also
2015-09-20 16:52:21 -07:00
Haakon Meland Eriksen
4f65066572
Removed hot_deploy
2015-09-20 23:06:25 +02:00
Mario Vavti
c38687725d
kick right aside out a little earlier
2015-09-20 22:12:00 +02:00
Haakon Meland Eriksen
099f236f45
Merge remote-tracking branch 'upstream/master'
2015-09-20 21:29:41 +02:00
redmatrix
996cd7e2ab
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-20 00:28:22 -07:00
redmatrix
77df590f65
initial checkin delivery report class
2015-09-20 00:27:25 -07:00
redmatrix
ce064188c6
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-19 22:48:22 -07:00
redmatrix
5d6f59a598
clone new connections
2015-09-19 22:46:59 -07:00
redmatrix
f4a4cf1402
clone new connection requests
2015-09-19 15:36:07 -07:00
zottel
032ef0ca34
Merge remote-tracking branch 'upstream/master'
2015-09-19 20:11:59 +02:00
Haakon Meland Eriksen
5a7e8d8520
Merge remote-tracking branch 'upstream/master'
2015-09-19 11:35:31 +02:00
redmatrix
63146821d7
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-18 23:02:49 -07:00
redmatrix
9ed8eac8c6
include site identitfier on redmatrix delivery reports also
2015-09-18 23:02:03 -07:00
redmatrix
40bb1699a5
DB table for delivery reports
2015-09-18 22:55:47 -07:00
redmatrix
74827133b2
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
util/messages.po
2015-09-18 22:46:21 -07:00
redmatrix
7c8706757d
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-18 22:44:23 -07:00
redmatrix
3dc066a143
dummy update
2015-09-18 22:43:35 -07:00
redmatrix
43251ed8ce
add reporting site to delivery report
2015-09-18 22:00:33 -07:00
redmatrix
1a16822987
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-18 14:32:23 -07:00
redmatrix
fdd4c1b9d1
more work on surviving hub re-installs
2015-09-18 14:31:29 -07:00
Haakon Meland Eriksen
1bd1050160
Added hot_deploy directly to .openshift/makers/hot_deploy
2015-09-18 18:58:43 +02:00
Haakon Meland Eriksen
525a0478b0
Added hot_deploy to deploy script - fixed echo
2015-09-18 18:55:56 +02:00
Haakon Meland Eriksen
ce28760c2a
Merge remote-tracking branch 'upstream/master'
2015-09-18 18:51:39 +02:00
Haakon Meland Eriksen
438cb1d7e0
Added hot_deploy to deploy script
2015-09-18 18:51:03 +02:00
Mario Vavti
87c8cf4892
css fixes
2015-09-18 13:07:04 +02:00
redmatrix
f2fefb91d5
change photo permissions when attach permissions are changed through mod/filestorage, and fix lockview for photos.
2015-09-18 01:53:04 -07:00
zottel
4d05d477f8
Merge remote-tracking branch 'upstream/master'
2015-09-18 09:38:55 +02:00
redmatrix
cc95c3e9c8
start hooking in the new webfinger/zot merged discovery
2015-09-17 18:36:19 -07:00
redmatrix
f0a7a6a1e2
consolidate zotfinger and webfinger
2015-09-17 17:51:31 -07:00
jeroenpraat
4090843fef
Converse width for a few related (old) schemas back to 1024px / Name default theme to Focus / Non expert custom display settings above expert display settings, so people can better find them.
2015-09-17 22:39:48 +02:00
Mario Vavti
c6c18261a0
missing refernce to array
2015-09-17 19:33:44 +02:00
Mario Vavti
d9e83eb53a
Merge branch 'master' of https://github.com/redmatrix/hubzilla
2015-09-17 19:25:36 +02:00
Mario Vavti
1cf404177d
quickfix for private messages - needs a lot more work
2015-09-17 19:25:13 +02:00
git-marijus
ed9ffec5ba
Merge pull request #46 from anaqreon/master
...
Corrected some missing space typos in docs
2015-09-17 17:38:20 +02:00
jeroenpraat
582607c0f0
Another (hopefully final) Spanish update
2015-09-17 16:28:31 +02:00
Mario Vavti
6cd5826d21
Revert "moved submit button to the bottom in settings.tpl"
...
This reverts commit 1500691cc2 .
2015-09-17 15:05:40 +02:00
Mario Vavti
b7e953f50e
fix calculation of content height with margins
2015-09-17 14:14:01 +02:00
Andrew Manning
9f630b6653
Corrected some missing space typos in docs
2015-09-17 06:44:12 -04:00
mrjive
024af91df8
Merge pull request #1 from redmatrix/master
...
updating from original codebase
2015-09-17 09:27:13 +02:00
zottel
3017dbc8c1
Merge remote-tracking branch 'upstream/master'
2015-09-17 08:50:28 +02:00
redmatrix
5d33b34be7
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-16 21:57:57 -07:00
redmatrix
f2104b0a5a
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-16 21:57:21 -07:00
redmatrix
84b004399e
push revision
2015-09-16 21:56:55 -07:00
redmatrix
e8a01f0916
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-16 21:56:34 -07:00
redmatrix
4f1d579ba1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-16 21:56:26 -07:00
redmatrix
c34d8286a3
change matrix to grid, begin webfinger optimisation
2015-09-16 21:27:58 -07:00
redmatrix
4eb389f2d9
Merge pull request #45 from anaqreon/master
...
Started correcting vestiges of the RedMatrix and matrix, replacing wi…
2015-09-17 11:49:55 +10:00
Andrew Manning
999ac60a87
Started correcting vestiges of the RedMatrix and matrix, replacing with Hubzilla and grid
2015-09-16 21:44:24 -04:00
redmatrix
30af694e30
Merge pull request #44 from mrjive/move_submit_button
...
moved submit button to the bottom in settings.tpl
2015-09-17 10:19:43 +10:00
redmatrix
fa76da1dab
Merge pull request #43 from mrjive/toggleselect
...
added toggle_select
2015-09-17 10:19:27 +10:00
mrjive
1500691cc2
moved submit button to the bottom in settings.tpl
2015-09-16 04:46:47 -07:00
mrjive
fae5ea749a
added toggle_select
2015-09-16 02:25:44 -07:00
zottel
c2dac55edb
Merge remote-tracking branch 'upstream/master'
2015-09-16 09:56:11 +02:00
redmatrix
4c5a74284b
serve as application/xrd+xml
2015-09-15 21:47:01 -07:00
redmatrix
d0a3cfe765
italian string correction
2015-09-15 19:59:06 -07:00
jeroenpraat
580f1f1213
Less margin
2015-09-15 22:00:12 +02:00
jeroenpraat
b87d164f2f
Cleaned some wrong metadata from PNG files.
2015-09-15 21:50:49 +02:00
jeroenpraat
f3c8f342ff
Made the favicons a bit sharper (direct from SVG) and cleaned some wrong metadata from PNG files.
2015-09-15 21:49:26 +02:00
redmatrix
63a1d8d0db
make sure we've got a doc type
2015-09-15 01:39:38 -07:00
redmatrix
93f5cc1e60
I'm not going to tell you what's wrong because I'll be accused of bashing another project. I'll let you read the logs and figure it out for yourself. Follow the trail of evidence and you'll discover the truth.
2015-09-15 01:24:55 -07:00
redmatrix
68a503049b
persona
2015-09-14 22:24:58 -07:00
redmatrix
fae43010c5
nit
2015-09-14 21:35:41 -07:00
redmatrix
30351f5ade
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-14 21:35:30 -07:00
redmatrix
325a5b4af4
we need an owner for permissions_sql
2015-09-14 21:25:10 -07:00
redmatrix
021c81cb62
don't deliver to dead hubs
2015-09-14 20:43:39 -07:00
redmatrix
7099e09a5c
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-14 19:17:36 -07:00
redmatrix
97b990c9bf
site checking stuff
2015-09-14 19:16:25 -07:00
redmatrix
db3d99f7c7
Merge pull request #41 from redmatrix/display_load_average
...
Display load average on the siteinfo page
2015-09-15 10:53:05 +10:00
redmatrix
8fb4f37670
remove xchan_instance_url - it needs to be an abook field, not an xchan field
2015-09-14 16:05:58 -07:00
jeroenpraat
dfd4115f7a
Update siteinfo.tpl
2015-09-14 16:45:15 +02:00
jeroenpraat
e58ad35fb0
Update siteinfo.php
2015-09-14 16:42:32 +02:00
jeroenpraat
31db5078c1
Small update Spanish strings
2015-09-14 16:36:06 +02:00
Mario Vavti
40c78d23e6
quick fix for choklet bannertwo
2015-09-14 09:27:15 +02:00
Mario Vavti
ec1d6d537e
quick fix for choklet bannertwo
2015-09-14 09:20:08 +02:00
zottel
06bfd2b502
Merge remote-tracking branch 'upstream/master'
2015-09-14 08:55:46 +02:00
redmatrix
fd708b28b8
ping site function (taken from admin/hubloc)
2015-09-13 22:48:18 -07:00
redmatrix
03e3281beb
mod_locs - put the primary into a (non-functioning) button for visual consistency.
2015-09-13 20:15:33 -07:00
redmatrix
f247b9ce20
update
2015-09-13 20:03:16 -07:00
redmatrix
67909b55fc
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-13 19:05:15 -07:00
redmatrix
43ba690eda
profile photo change activities
2015-09-13 19:04:46 -07:00
Mario Vavti
3425267368
fix banner for full flavour
2015-09-13 16:16:03 +02:00
Mario Vavti
0c3d9af333
hopefully fix banner for choklet flavour
2015-09-13 14:56:44 +02:00
redmatrix
67c2b309d1
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-12 14:38:26 -07:00
redmatrix
df0fa9883c
check for empty word after trim
2015-09-12 14:37:55 -07:00
Mario Vavti
9821a39549
an attempt to fix the banner mess
2015-09-12 11:36:19 +02:00
redmatrix
692e117c8a
Merge pull request #38 from MicMee/master
...
ensure that living sites are marked as alive
2015-09-12 08:25:27 +10:00
redmatrix
d96ca61f2b
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-11 14:57:26 -07:00
redmatrix
fc58b8cc0d
log the remote message if there was one
2015-09-11 14:56:31 -07:00
redmatrix
c8503daf5a
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-11 14:33:36 -07:00
redmatrix
45e1f93e56
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
util/messages.po
2015-09-11 14:33:07 -07:00
redmatrix
77807d439e
minor change on invite
2015-09-11 14:32:18 -07:00
redmatrix
e062c4e6b5
another tactic to deal with orphan hublocs from re-installs, or at least allow the descendant channel to survive
2015-09-11 14:30:07 -07:00
Michael Meer
755edd2110
ensure that living sites are marked as alive
2015-09-11 14:06:37 +02:00
Mario Vavti
f51124397f
center page content by default - css file
2015-09-11 11:56:56 +02:00
Mario Vavti
e42111545b
center page content by default
2015-09-11 11:54:35 +02:00
Mario Vavti
5112b4b963
css fix
2015-09-11 09:26:24 +02:00
zottel
99c5c7ab28
Merge remote-tracking branch 'upstream/master'
2015-09-11 08:15:19 +02:00
Haakon Meland Eriksen
edb1473f13
Merge remote-tracking branch 'upstream/master'
2015-09-11 06:42:11 +02:00
redmatrix
f2171173fe
separate the links
2015-09-10 19:35:26 -07:00
redmatrix
7f30863df2
forum mode - use linked avatar and name for title instead of "Channel: xxxxx" or "Forum: xxxx"
2015-09-10 19:31:42 -07:00
redmatrix
a6a2c02b6a
duplicated code
2015-09-10 19:21:32 -07:00
redmatrix
d3ee99d677
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
mod/like.php
2015-09-10 19:20:21 -07:00
redmatrix
4abfd4053a
sync likes
2015-09-10 19:18:12 -07:00
redmatrix
05e0ed5173
export likes to clones
2015-09-10 19:17:20 -07:00
redmatrix
00b480527a
provide remote delivery report at logger_debug level
2015-09-10 17:53:06 -07:00
redmatrix
e4231efd20
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-10 16:51:53 -07:00
redmatrix
922d2165b3
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
2015-09-10 16:51:22 -07:00
redmatrix
9cee52c668
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-10 16:49:09 -07:00
redmatrix
50e32c3d8a
zot_refresh: always try the hubloc pointed to by xchan_addr first
2015-09-10 16:48:08 -07:00
Mario Vavti
5e576bff63
fix radius setting
2015-09-10 22:22:51 +02:00
Mario Vavti
e1338f5a7f
make redmatrix focus scheme default for hubzilla
2015-09-10 22:19:51 +02:00
jeroenpraat
672143d3a2
update Spanish strings
2015-09-10 13:18:24 +02:00
redmatrix
2d94a038a5
ensure connections have a name
2015-09-10 01:21:18 -07:00
zottel
174d55cf3d
Merge remote-tracking branch 'upstream/master'
2015-09-10 08:32:33 +02:00
redmatrix
f2889d24e6
decentralise likes of things so they can be cloned
2015-09-09 22:03:23 -07:00
redmatrix
db58b62235
don't auto-open the editor in forum mode. Save the forum selection text until we open it.
2015-09-09 19:54:16 -07:00
redmatrix
f3b560b453
fix the lock state when using forum mode
2015-09-09 18:57:06 -07:00
redmatrix
43e064749c
major changes to "forum mode" on the network/matrix page
2015-09-09 18:50:15 -07:00
redmatrix
4af339da63
slight hack to improve public forum detection in the forum widget
2015-09-09 18:18:27 -07:00
redmatrix
4cd6e7ec91
Merge https://github.com/redmatrix/hubzilla into pending_merge
2015-09-09 17:00:02 -07:00
redmatrix
197b5de9da
update bug reporting doco
2015-09-09 16:59:26 -07:00
redmatrix
cdfddc0fc5
Merge pull request #37 from MicMee/master
...
typo
2015-09-10 06:26:07 +10:00
Michael Meer
f4d3ec908d
typo
2015-09-09 17:08:53 +02:00
redmatrix
918aaa64e2
profile photo issues #36
2015-09-09 03:40:53 -07:00
zottel
2417396a93
Merge remote-tracking branch 'upstream/master'
2015-09-09 09:53:51 +02:00
redmatrix
0a051ff2cd
preserve code blocks on item import if channel has code rights. When importing the channel itself,
...
turn code access off unless this is the admin.
2015-09-08 22:46:34 -07:00
redmatrix
d702133ded
move mod_admin to Comanche finally
2015-09-08 20:48:35 -07:00
redmatrix
2aaee311f3
differentiate Community Server from Enterprise Server
2015-09-08 19:57:07 -07:00
redmatrix
e8d431c2f6
issues with "use this photo for profile photo" #36
2015-09-08 19:51:52 -07:00
redmatrix
0f4c012321
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/items.php
mod/menu.php
2015-09-08 19:16:07 -07:00
redmatrix
f13a8f725c
export TERM_FILE when mirroring
2015-09-08 19:14:29 -07:00
redmatrix
e6690c818d
export TERM_FILE when mirroring
2015-09-08 19:13:43 -07:00
redmatrix
5d32aa94d9
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/menu.php
mod/menu.php
mod/mitem.php
2015-09-08 18:46:15 -07:00
redmatrix
d413b6eba8
merge conflicts
2015-09-08 18:45:58 -07:00
redmatrix
f0847e6f32
debugging menu sync
2015-09-08 18:40:56 -07:00
redmatrix
50d7554ccd
add sync packets for menus
2015-09-08 18:40:19 -07:00
redmatrix
b28d3015fe
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/identity.php
2015-09-08 17:53:43 -07:00
redmatrix
75d521d42a
menu import and sync
2015-09-08 17:52:39 -07:00
redmatrix
1ebaacfd5e
menu export
2015-09-08 17:50:24 -07:00
zottel
52cd8652bb
Merge remote-tracking branch 'upstream/master'
2015-09-08 08:39:37 +02:00
redmatrix
c6bdf7e891
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-07 22:55:42 -07:00
redmatrix
11e19a06b7
export events
2015-09-07 22:54:43 -07:00
redmatrix
880ca35681
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-07 21:02:05 -07:00
redmatrix
650e98b2a9
work on event sync
2015-09-07 21:01:49 -07:00
redmatrix
f84946c135
minor fix to event sync
2015-09-07 21:00:54 -07:00
redmatrix
508969a183
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-07 20:29:13 -07:00
redmatrix
c39e3613a8
create event sync packets
2015-09-07 20:28:02 -07:00
redmatrix
4eec9a2fba
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/items.php
view/it/messages.po
view/it/strings.php
2015-09-07 18:20:47 -07:00
redmatrix
6d1b64065a
consolidate import_items/sync_items
2015-09-07 18:14:30 -07:00
redmatrix
5751437c93
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-07 18:13:17 -07:00
redmatrix
9fa0490c44
sync posted top level items rather than deliver them (actually we do both, but sync comes first). This way we get the ACL transferred.
2015-09-07 18:11:30 -07:00
Habeas Codice
6711ceb662
fix postgres zotfeed
2015-09-07 16:28:42 -07:00
Wave
dc7677f5fa
Merge pull request #391 from tuscanhobbit/master
...
Updated Italian strings
2015-09-07 17:29:13 +02:00
Paolo Tacconi
78fb6f55ed
Updated Italian strings
2015-09-07 17:24:43 +02:00
zottel
c5981cbc9a
Merge remote-tracking branch 'upstream/master'
2015-09-07 13:18:55 +02:00
redmatrix
2f52b6c164
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
util/messages.po
2015-09-07 04:06:27 -07:00
redmatrix
5d59462e49
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-07 04:04:15 -07:00
redmatrix
1b09c64856
PRIVACY: item_private seems to have been removed from permissions_sql checking with an observer.
2015-09-07 03:59:38 -07:00
zottel
24b90b475b
Merge remote-tracking branch 'upstream/master'
2015-09-07 08:51:34 +02:00
redmatrix
2312f03eac
Always open rpost editor on document ready
2015-09-06 20:50:31 -07:00
redmatrix
1d09e4b620
use conversation defaults for /public page instead of collapsed list mode, but allow over-ride
2015-09-06 16:42:50 -07:00
jeroenpraat
6ea1cf71b5
Update dav_windows.bb
2015-09-06 23:36:26 +02:00
jeroenpraat
302fe94705
Update dav_nemo.bb
2015-09-06 23:35:35 +02:00
jeroenpraat
38ea8d1d86
Update dav_mount.bb
2015-09-06 23:32:14 +02:00
jeroenpraat
67ed7e40be
Update dav_mount.bb
2015-09-06 23:30:25 +02:00
jeroenpraat
20f211b70a
Update dav_dolphin.bb
2015-09-06 23:27:55 +02:00
jeroenpraat
ebb07def7e
Update dav_nautilus.bb
2015-09-06 23:26:28 +02:00
redmatrix
55ab968edf
make js_upload work with hubzilla. It still needs a rewrite.
2015-09-05 17:35:00 -07:00
redmatrix
3f6d6745de
syntax
2015-09-05 15:33:09 -07:00
redmatrix
d1daae1b59
Merge pull request #26 from anaqreon/logo-in-readme
...
Updating logo icon in Readme file and change markup heading
2015-09-05 07:18:42 +10:00
redmatrix
350ea2bf28
Merge pull request #35 from redmatrix/jeroenpraat-patch-1
...
Fix for PHP Fatal error: Function name must be a string in /var/www/…
2015-09-05 07:18:01 +10:00
Haakon Meland Eriksen
2f73d24ab1
Removed old poller
2015-09-04 21:42:27 +02:00
Haakon Meland Eriksen
1a05696a84
Updating OpenShift deploy script
2015-09-04 20:05:15 +02:00
jeroenpraat
fc804751a2
Fix for PHP Fatal error: Function name must be a string in /var/www/hubzilla/include/items.php on line 3325
...
Please review if this is correct?
2015-09-04 12:39:47 +02:00
zottel
938ef930d4
Merge remote-tracking branch 'upstream/master'
2015-09-04 12:24:52 +02:00
Mario Vavti
ee21d87d1b
uexport template fixes
2015-09-04 09:33:34 +02:00
Haakon Meland Eriksen
adfc748bfa
Merge remote-tracking branch 'upstream/master'
2015-09-03 18:12:02 +02:00
zottel
015c7243b9
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
include/zot.php
2015-09-03 12:51:08 +02:00
zottel
d376d2a590
really fix post filtering
2015-09-02 15:46:31 +02:00
Haakon Meland Eriksen
2ce1e3678a
Merge remote-tracking branch 'upstream/master'
2015-09-01 20:46:29 +02:00
Haakon Meland Eriksen
365d690d7d
Fix filename
2015-09-01 20:46:14 +02:00
Haakon Meland Eriksen
5cb2fa5981
Fixed deploy script
2015-09-01 19:25:41 +02:00
Haakon Meland Eriksen
e854562803
Merge remote-tracking branch 'upstream/master'
2015-09-01 18:45:06 +02:00
Haakon Meland Eriksen
fad9594b31
Added openshift-hubzilla-deploy to .openshift/action_hooks/deploy
2015-09-01 18:44:37 +02:00
Haakon Meland Eriksen
4fe3b5c6a6
Merge remote-tracking branch 'upstream/master'
2015-09-01 07:21:17 +02:00
Haakon Meland Eriksen
1b82fb7349
Merge remote-tracking branch 'upstream/master'
2015-08-27 17:57:59 +02:00
Haakon Meland Eriksen
092e7378cd
Merge remote-tracking branch 'upstream/master'
2015-08-23 15:54:46 +02:00
Haakon Meland Eriksen
e50e687191
Merge remote-tracking branch 'upstream/master'
2015-08-19 19:40:18 +02:00
Andrew Manning
dd5023e494
Updating logo icon in Readme file and change markup heading for universality.
2015-08-15 12:49:56 -04:00
Haakon Meland Eriksen
07cd0c870f
Merge remote-tracking branch 'upstream/master'
2015-08-06 23:57:28 +02:00
Haakon Meland Eriksen
2b1e672316
Hubzilla addons added
2015-08-03 22:29:22 +02:00
Haakon Meland Eriksen
5adb41a0ed
Merge remote-tracking branch 'upstream/master'
2015-08-03 21:53:01 +02:00
Haakon Meland Eriksen
98fa996b3f
Merge remote-tracking branch 'upstream/master'
2015-07-29 22:04:07 +02:00
Haakon Meland Eriksen
07e890a79a
Merge remote-tracking branch 'upstream/master'
2015-07-08 14:38:00 +02:00
Haakon Meland Eriksen
3f9e39a9e3
Merge remote-tracking branch 'upstream/master'
2015-07-07 19:24:36 +02:00
Haakon Meland Eriksen
b51bcba263
Added cron script to exexute poller every 5 minutes
2015-07-05 23:38:10 +02:00
Haakon Meland Eriksen
17d004d52b
Merge remote-tracking branch 'openshift/master'
2015-07-05 22:43:43 +02:00
Template builder
d94e61a7b6
Creating template
2015-07-05 16:27:08 -04:00