Mario Vavti
e935473c5c
add combined index for item.uid and item.item_unseen. this speeds up notifications by a magnitude.
2017-09-01 21:27:59 +02:00
git-marijus
8517e7e798
Merge remote-tracking branch 'mike/master' into dev
2017-08-28 23:45:03 +02:00
git-marijus
e70bf97508
rewrite comment form handling
2017-08-28 23:42:17 +02:00
zotlabs
d0d0a2df3a
fix issue with comment box re-opening after submit; however I should note that bind and unbind are deprecated in jquery > 1.3 and these calls probably need to be upgraded.
2017-08-27 19:02:50 -07:00
zotlabs
187f19b170
fix titles on ajaxupdate issue, add jsonld-php library
2017-08-26 17:21:33 -07:00
zotlabs
0098dce597
radically reduce code duplication in updateConvItems(); it's a bit easier to understand now although the different modes aren't as cleanly separated as they were.
2017-08-25 00:00:51 -07:00
zotlabs
186f85483f
cards: make likes reload page
2017-08-23 22:17:15 -07:00
zotlabs
4450170790
partial support (unfinished) for ajax loading cards with liveupdate; page still functions even though this isn't finished
2017-08-23 21:26:09 -07:00
zotlabs
4addde782e
put unseen network count in page title; hubzilla issue #843
2017-08-15 21:39:01 -07:00
git-marijus
4848dc5ec8
minor js and css changes
2017-08-12 22:29:57 +02:00
zotlabs
ca11d7b9a7
support upload of files and attachments into comments. This has some repercussions when it comes to post permissions since the commenter will not know the distribution of the post. Basically the files will be uploaded with the commenter's default ACL. Most of the time this will do the right thing.
2017-08-08 22:55:47 -07:00
zotlabs
01fc590938
auto preview comments also on media/link add
2017-08-01 18:58:06 -07:00
git-marijus
7b992decd4
close the apps-menu if the notifications-menu is open and vice versa
2017-07-29 16:06:42 +02:00
git-marijus
f9b342c87d
initial notifications support for new shared files and new (since initial site load) pubstream activity
2017-07-28 22:42:02 +02:00
zotlabs
b917cf1ecc
allow moderated comments like wordpress if permissions are compatible
2017-06-18 22:25:41 -07:00
Mario Vavti
98c6548d64
fix and cleanup custom theme settings
2017-03-26 13:15:15 +02:00
Mario Vavti
2bdf63d069
more abook_edit and some css
2017-03-18 22:01:46 +01:00
Mario Vavti
a0a376e95e
hide nav search behind a button, css fixes and cleanup
2017-03-14 18:31:19 +01:00
Mario Vavti
99e681c09f
do not collapse long nsfw content
2017-03-06 11:52:07 +01:00
zotlabs
6a083e8452
bring back view links for all notification types (esp: network, channel) for easy access
2017-02-06 14:32:50 -08:00
Mario Vavti
631a8278d3
do not hide button - just gray it out
2017-02-03 11:21:06 +01:00
Mario Vavti
a5c1685ea0
hide notifications button if there are none
2017-02-03 11:00:35 +01:00
Mario Vavti
cde7a3f66c
more work on app-bin
2017-02-01 12:52:19 +01:00
Hubzilla
ece1dd1d7e
js errors with raw message-id, string update
2017-01-20 12:03:46 -08:00
Mario Vavti
6c7da13cd3
prevent eventual double scrollbar
2016-12-30 20:50:12 +01:00
Mario Vavti
7b7fa5f77b
turns out we do need this in certain situations
2016-12-20 14:53:58 +01:00
Mario Vavti
a12b2c8d33
fix contextualHelpFocus() to work wit sticky aside
2016-12-19 20:36:40 +01:00
Mario Vavti
9c5f2de4ec
this is not needed
2016-12-19 09:48:01 +01:00
Mario Vavti
6eed7eb540
display inline instead of floating
2016-12-16 22:50:19 +01:00
Mario Vavti
6bde70d60a
move the sticky-kit^Cquery plugin to /lib and see if we want this for the whole app
2016-12-16 16:14:56 +01:00
zotlabs
f111c5c325
mail preview (basic functionality)
2016-12-13 17:30:02 -08:00
Mario Vavti
b12d4c03cb
fixes for toc bbcode and bbcode wiki toc
2016-12-04 12:51:23 +01:00
Andrew Manning
d96ab7c867
Update wiki context help. Modify context page element focus feature to do nothing if the target DOM element is not found.
2016-11-26 20:29:53 -07:00
zotlabs
f91031bd65
allow your own likes/comments to be updated when in static update mode
2016-11-02 15:48:29 -07:00
git-marijus
5d3e04216d
Merge pull request #574 from zotlabs/static_update
...
feature: static page update as opposed to live update of conversation…
2016-11-02 16:12:05 +01:00
zotlabs
055d55b71b
retry liveupdate up to 10 times if we receive incomplete/truncated html data.
2016-11-01 21:39:49 -07:00
zotlabs
ca948d66a9
feature: static page update as opposed to live update of conversations on the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
2016-11-01 20:21:39 -07:00
Mario Vavti
73d67bb16a
fix connected time not shown on ajax loaded connections
2016-10-12 11:00:33 +02:00
Mario Vavti
5d2cf3d23c
omit autoscrolling to toplevel items
2016-09-29 11:55:41 +02:00
Mario Vavti
3c9809bfe6
highlight the displayed mid and css fixes
2016-09-29 11:28:27 +02:00
Mario Vavti
c530b4fb97
fixes for make scroll to mid work properly with collapsed threads: unhide the hidden items before scrolling to it, slideDown() is to slow - we must use show() here)
2016-09-29 11:07:53 +02:00
Mario Vavti
68cb4baeb3
do not scroll items behind the navbar
2016-09-27 14:11:55 +02:00
Mario Vavti
c28ba24525
remove logging
2016-09-27 14:00:49 +02:00
Mario Vavti
fc18bea4bd
catch js error if the notification mid is for e.g. a like and class .item_123def... does not exist
2016-09-27 14:00:04 +02:00
Mario Vavti
8bf03d21cd
catch js error if there are no collapsed comments
2016-09-26 11:26:13 +02:00
redmatrix
7e59c70a9f
autoscroll to target post/comment when in single-thread mode; don't interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax.
2016-09-25 23:09:08 -07:00
redmatrix
bfc2552841
more infrastructure for notification auto-scroll to comment
2016-09-24 20:10:20 -07:00
Mario Vavti
04a76371fc
update justifiedGallery 3.6.1 -> 3.6.3
2016-09-09 09:58:18 +02:00
redmatrix
720f1d7123
actively set all the theme options on the display settings page based on the current theme selection
2016-09-01 17:09:58 -07:00
Mario Vavti
6f0ac133cc
remove js debugging
2016-08-13 22:27:53 +02:00
Mario Vavti
1b90e851f9
fix #480 , enable bbcode autocomplete for photo comments and remove some redundant javascript
2016-08-13 22:17:47 +02:00
Mario Vavti
0340160ba7
multi acl: port /cloud and /filestorage
2016-08-04 10:36:45 +02:00
Mario Vavti
38e46fff54
upgrade readmore.js and improve collapsing a little
2016-07-22 14:03:14 +02:00
redmatrix
c3617f5d1e
jquery update issue prevents comments from reloading and resetting watch cursor
2016-07-17 18:32:38 -07:00
Mario Vavti
9048f8cffe
bump minor version because of jquery update
2016-07-15 14:53:15 +02:00
Mario Vavti
2e32b5f467
upgrade to jquery-3.1 and minor fixes
2016-07-15 13:20:00 +02:00
Mario Vavti
7a4efcf67f
return something so we can make a conclusion
2016-06-19 20:34:38 +02:00
redmatrix
ee5372784e
remove the automatic ajax page load on pgdn key; it can load content much faster than you can page and potentially lead to memory exhaustion.
2016-06-09 16:45:53 -07:00
Treer
2f74f9eb40
update icon names in view/js
2016-05-01 04:51:01 +10:00
Mario Vavti
b0a2e5d3f7
simplify context help js and move it to main.js where all the nav related js resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
2016-04-23 16:39:56 +02:00
redmatrix
2a4e8972e0
module updates
2016-04-18 20:38:38 -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
Mario Vavti
ec651f219e
a simple autocomplete for bbcode or comanche - partly implemented
2016-04-04 17:12:23 +02:00
Mario Vavti
60bb8f25f7
move fullscreen js code to redbasic.js where it belongs to
2016-04-01 08:56:51 +02: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
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
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
Mario Vavti
afb86aa908
clean up some unused stuff and start loading content a bit earlier
2016-02-15 22:20:55 +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
Mario Vavti
48963f62f9
avoid collapsing only above the viewport
2016-02-08 22:19:38 +01:00
Mario Vavti
f1245206ce
change aside width to reflect recent widget style changes
2016-02-02 12:40:40 +01:00
Mario Vavti
0405a49df1
fix a slight regression
2016-01-30 13:47:58 +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
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
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
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
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
Mario Vavti
43d8090182
timeago() works best with iso format. fix #118
2015-11-03 11:19:22 +01:00
Mario Vavti
126628546b
tweak justify gallery options to not load to large previews
2015-10-18 14:21:42 +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
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
61e3ef2552
do not collapse content which is just slightly higher than we allow
2015-10-13 10:45:22 +02:00
Mario Vavti
dec37b3dbe
another collapseHeight() fix
2015-10-11 22:58:59 +02:00
Mario Vavti
05050381d3
bring our bbcode tools to private mail
2015-10-05 12:26:04 +02:00
redmatrix
74827133b2
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
util/messages.po
2015-09-18 22:46:21 -07:00
Mario Vavti
b7e953f50e
fix calculation of content height with margins
2015-09-17 14:14:01 +02:00
redmatrix
2d471e39dc
this is weird
2015-08-25 19:23:21 -07:00
redmatrix
2a59392ba8
change name of module
2015-08-22 19:31:39 -07:00
Mario Vavti
9c4e9f8759
update justifiedGallery to versio 3.6.0
2015-07-01 11:34:36 +02:00
Mario Vavti
b6c4601d8f
some work on directory
2015-06-23 13:06:22 +02:00
redmatrix
65bea5e02c
frontpage changes
2015-06-07 16:19:59 -07:00
Mario Vavti
d6152d809a
revert some changes in justified gallery
2015-04-28 22:06:09 +02:00
Mario Vavti
21704ecb93
bring lockview to menu items, slightly change the way /lockview is called
2015-04-21 22:45:54 +02:00
Mario Vavti
70b109702e
make dropItem more universal and move delete up in the dropdown menu
2015-04-12 14:30:33 +02:00
Mario Vavti
a73dbb3073
delete conv items on the fly in background
2015-04-08 14:10:38 +02:00
Mario Vavti
549bcf5a72
this is easier on the eyes when collapsing a long post/comment
2015-04-08 08:53:28 +02:00
Mario Vavti
b59e2870ab
Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.
2015-03-27 11:52:59 +01:00
Mario Vavti
b638c6e007
whitespace
2015-03-26 22:34:56 +01:00
Mario Vavti
c521a28486
do not move viewed content off the screen after collapsing a long post
2015-03-26 21:33:44 +01:00
Mario Vavti
a5f410d587
this might stop page scrolls while new updates drop in
2015-03-26 10:43:09 +01:00
Mario Vavti
e0a0fc507f
remove some vars from style.css
2015-03-26 09:45:30 +01:00
Klaus Weidenbach
792e475a78
Some JavaScript cleanups.
...
Adding some missing and remove some unnecessary semicolons.
Change some comparing operators.
Changed access to objects with dot operator.
2015-03-15 23:56:32 +01:00
friendica
c3d20cfba9
Bring simple editor formatting functions back to the main editor (bold, italic, underline, quote, code) so as to maintain parity and consistency with comments. Currently this will make the editor toolbar seem a bit cluttered but be aware that the second button group (attach and link tools) will be reduced to two buttons (attach and link) when the next phase of this work is completed. The third group of tools are optional features and will only be presented based on personal choice. Visual editors may need to disable, relocate, or redefine these buttons.
2015-03-09 18:32:51 -07:00
Mario Vavti
44b74365dd
restructure display settings
2015-03-05 17:12:27 +01:00
Mario Vavti
b9a1b01c92
fix theme preview image css
2015-03-05 12:52:09 +01:00
friendica
2ea162136e
the link icon on comments now calls the link parsing tool (just like the main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever).
2015-03-04 20:00:54 -08:00
friendica
5d57df2694
per Randal overheard on a foreign network - tab in post/comment edit window goes to submit instead of the next button.
2015-02-26 17:18:09 -08:00
friendica
dce0bb0ef8
finish converting "delete" to trash icons for consistency. The 'x' was left in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.
2015-02-26 16:41:38 -08:00
zottel
2c7e8bea88
show item title in channel/mid and display pages
2015-02-20 14:07:56 +01:00
RedMatrix
4a75d2d754
Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections
...
Changed bbcode [toc] and changed doc for beginning deveopers
2015-02-19 13:40:23 +11:00
marijus
db7b4ea2bf
update justifiedGallery to version 3.5.4 and add ignoreElement option which will hopefully be accepted upstream
2015-02-14 22:18:50 +01:00
Einer von Vielen
6ed8fb30b8
Changed bb code [toc] to make it more flexible
...
This usage is know closer to the original usage of
http://ndabas.github.io/toc/
Changed:
- jquery.toc.js: Do not check for empty headings
- bbcode.php: Added processing of [toc] with parameters
- main.js: Use the default params for jquery.toc.js
- bbcode.html: Added more help for [toc] and corrected some html
2015-02-14 20:33:51 +01:00
friendica
da2349bb6a
provide relief to sites that are severely impacted by the slow ITEM_UNSEEN searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
2015-02-12 17:45:25 -08:00
Einer von Vielen
123ca1d403
Fixed bbode element toc for webpages
...
- At the moment webpages can contain empty headings if the textarea
"Title"
is left empty in the webpage creator
(https://hostname/webpages/username )
2015-01-18 14:21:26 +01:00
09129cbe5f
Added a table of content as bbcode element [toc] for webpages
...
- Included jquery.toc.js (http://www.apache.org/licenses/LICENSE-2.0 )
- Modified jquery.toc.js to work with the webpages of the red#matrix
- Added info to the help
2015-01-14 22:47:54 +01:00
Einer von Vielen
43b877caa1
Test
...
...with table of content.
jquery.tableofconent.js works bunt not properly
2015-01-13 00:06:44 +01:00
Stefan Parviainen
7176eb8845
Merge autocomplete caching, show more results in navbar search
2015-01-07 22:07:11 +01:00
Stefan Parviainen
4e3aadc38a
Rename some stuff related to autocomplete
2015-01-07 18:57:16 +01:00
marijus
a373b9f1d4
also style the collapse link
2015-01-07 13:04:50 +01:00
friendica
11ec8d865c
Merge branch 'mainjsoptimize' of git://github.com/pafcu/red into pafcu-mainjsoptimize
...
Conflicts:
view/js/main.js
2015-01-06 11:37:48 -08:00
marijus
1064be3a76
add some style to divgrowmore
2015-01-06 20:06:41 +01:00
Stefan Parviainen
c3433bdf95
Don't update fuzzy time for items in a collapsed thread to increase performance.
2015-01-06 12:01:50 +01:00
Stefan Parviainen
1ac9a4976f
Unbreak readmore
2015-01-05 22:09:05 +01:00
Stefan Parviainen
6d0832e693
Fix error with undefined profile_uid
2015-01-05 20:29:20 +01:00
Stefan Parviainen
b320b8cbf3
Replace fancybox with colorbox
2015-01-05 19:49:20 +01:00
Stefan Parviainen
7791d28a5d
Replace divgrow with more modern readmore.js
2015-01-05 17:10:08 +01:00
RedMatrix
d1d4cec932
Merge pull request #787 from pafcu/mainjsfix
...
Only call autotime() on the correct elements
2014-12-30 08:57:08 +11:00
Stefan Parviainen
345943d48f
Only call autotime() on the correct elements
2014-12-29 20:02:56 +01:00
marijus
801ab709ad
more work on files
2014-12-28 18:16:27 +01:00
marijus
0cb0c2b1bf
more work on files
2014-12-27 10:10:56 +01:00
marijus
27d786c979
files: make mod/filestorage.php load via ajax and some design work. work in progress...
2014-12-21 20:11:30 +01:00
friendica
2fcbb9c4b3
fix some directory anomolies
2014-12-16 18:33:16 -08:00
friendica
6c8ff37591
call collapseHeight when needed
2014-12-16 17:43:36 -08:00
friendica
07e747ed0e
add divmore to directory entries
2014-12-16 17:29:16 -08:00
friendica
f28103d595
wall tags
2014-12-15 14:37:31 -08:00
friendica
e74a3926fe
yet another option for the homepage
2014-11-20 17:38:41 -08:00
friendica
db3015e34e
allow members to set the per-item "show more" height (separately for network and matrix, display and search are system pages and therefore set at 400)
2014-11-17 23:48:03 -08:00
friendica
c0ad4763b3
add unseen count and way to mark unseen to list mode. Also fix automatic mark of unseen so as to work with list mode.
2014-11-17 15:18:06 -08:00
friendica
acc8c69242
when in list mode, make the max height half of the normal height before 'divgrow' kicks in.
2014-11-16 19:33:58 -08:00
friendica
0b4575a40b
class is a reserved word
2014-11-10 14:23:06 -08:00
friendica
1a9b8d4f0c
don't offer forum (@name+) completion in comments, since it won't do anything.
2014-10-23 22:00:16 -07:00
marijus
c41f314302
really fix connedit > collection > checkbox
2014-10-13 12:52:21 +02:00