aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update hstrings.phpMax Kostikov2020-11-151-16/+17
| |
| * Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-143-25/+59
| | | | | | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* | air.s1: field templates checkbox/input/select and one newme2020-11-144-4/+139
| |
* | Merge branch '5.0RC'5.0Mario2020-11-0558-8017/+8038
|\|
| * css issueMario2020-11-041-1/+1
| |
| * call sse_setNotificationsStatus() after fading out buttonsMario2020-11-031-1/+3
| |
| * remove unmaintained and deprecated schemasMario2020-10-316-1230/+0
| |
| * more lazy, less eagerMario2020-10-223-3/+3
| |
| * lazy/eager loading and minor css fixesMario2020-10-228-10/+10
| |
| * fix minor regressionMario2020-10-221-2/+4
| |
| * adapt notifications and mark item seen handling to play well with client ↵Mario2020-10-221-27/+54
| | | | | | | | side page caching
| * highlight events for today in notifications and remove some redundant cssMario2020-10-193-36/+7
| |
| * load more notifications if visible notifications count becomes < 15Mario2020-10-181-2/+14
| |
| * make acl selector work correctly if we provide a cid in mod networkMario2020-10-162-6/+22
| |
| * fix image src issue in templateMario2020-10-162-3/+4
| |
| * add forums to acl selector where appropriateMario2020-10-152-8/+54
| |
| * Merge pull request 'Update Spanish' (#1) from mjfriaza/hubzilla:dev into devhubzilla2020-10-053-2792/+2800
| |\ | | | | | | | | | Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/1
| | * Update Spanishmjfriaza2020-09-263-2792/+2800
| | |
| * | 5.0RC testing: comment out global removeMario2020-09-232-0/+4
| | |
| * | fix notifications html not reset on markRead()Mario2020-09-231-0/+2
| | |
| * | allow to show unchecked box if the value is 0 or falseMario2020-09-211-2/+2
| | |
| * | Update Russian hmessages.poMax Kostikov2020-09-181-2183/+2005
| | |
| * | Update Russian hstrings.phpMax Kostikov2020-09-181-112/+68
| | |
| * | respect advanced profile setting in sexual preference selector - issue #1477Mario2020-09-141-0/+4
| | |
| * | move cryptojs to addonMario Vavti2020-08-222-277/+5
| | |
| * | use the default setting and also add the mode to the cipher. aes-128 is to ↵Mario Vavti2020-08-211-4/+4
| | | | | | | | | | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
| * | first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-205-6/+100
| | | | | | | | | | | | only and no backward compatibility.
| * | Ãthis should not be required anymoreMario2020-08-031-1/+1
| | |
| * | css fixMario2020-07-311-1/+1
| | |
| * | syntaxMario2020-07-301-4/+4
| | |
| * | raise cache lifetime - this should probably be configurableMario2020-07-301-1/+1
| | |
| * | add some context to the notificationsMario2020-07-292-6/+6
| | |
| * | reset bParam_page in case of failureMario2020-07-211-0/+1
| | |
| * | slightly raise cache lifetimeMario2020-07-211-1/+1
| | |
| * | no need to iterate the object twiceMario2020-07-211-61/+56
| |/
| * do not cache single thread pagesMario2020-07-161-29/+2
| |
| * more itemspage workMario2020-07-161-0/+28
| |
| * an attempt to improve lazy loadingMario2020-07-161-7/+79
| |
| * minor adjustionMario2020-07-142-1/+2
| |
| * reduce result sets and work around a regression in justifiedGalleryMario2020-07-144-4/+4
| |
| * looks like fullcalendar now requires a date object instead of a stringMario2020-06-181-1/+1
| |
| * update jquery to version 3.5.1Mario2020-06-131-2/+3
| |
| * revert additional top borderMario2020-06-131-1/+1
| |
| * css fixes due to bootstrap updateMario2020-06-133-21/+10
| |
| * allow apps to be both pinned and starred independentlyZot2020-06-111-2/+2
| |
| * comment out code which is only required for loggingÃMario2020-05-181-1/+1
| |
| * re-enable time loggingMario2020-05-181-1/+1
| |
| * add images load status to spinnner if preload images is enabledMario2020-05-182-29/+45
| |
| * implement notifications for direct messagesMario2020-05-141-2/+2
| |
| * it looks like this was required at some point but is not required anymore ↵Mario2020-05-081-4/+4
| | | | | | | | for our autocomplete to work as expected. fixes #1463