aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
...
| * | continue working on hqMario Vavti2018-01-111-1/+6
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-1111-0/+1
| |\|
| | * provide de-de language since some browsers do not offer de on its ownzotlabs2018-01-1011-0/+1
| | |
| * | introduce datasrc2src(selector) js functionMario Vavti2018-01-102-5/+8
| |/
| * fix regression in app categoriesMario Vavti2018-01-081-2/+2
| |
| * start with nonactive state for the notifications button and display some ↵Mario Vavti2018-01-073-0/+8
| | | | | | | | text if there are no notifications on small screens only
| * make active notifications filter stickyMario Vavti2018-01-061-1/+1
| |
| * fix nav update regressions - fixes issue #950Mario Vavti2018-01-042-6/+6
| |
| * add url and headings to bbco_autocomplete()Mario Vavti2017-12-211-1/+1
| |
| * Update DE translation stringsphellmes2017-12-192-1439/+1599
| |
| * do not use text-muted class for $sitelocationMario Vavti2017-12-181-1/+1
| |
| * notifications: only handle item otype notify_idsMario Vavti2017-12-181-0/+3
| |
| * Merge pull request #930 from mjfriaza/devgit-marijus2017-12-172-1411/+1572
| |\ | | | | | | Updated Spanish translation.
| | * Updated Spanish translation.Manuel Jiménez Friaza2017-12-162-1411/+1572
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-12-143-15/+9
| |\ \
| * | | hubzilla issue #928zotlabs2017-12-141-1/+1
| | | |
* | | | fix some regressions with permission rolesMario Vavti2018-01-165-8/+6
| | | |
* | | | Merge branch '3.0RC'3.0Mario2018-01-0958-3410/+4488
|\ \ \ \
| * | | | fix regression in app categoriesMario Vavti2018-01-081-2/+2
| | | | |
| * | | | start with nonactive state for the notifications button and display some ↵Mario Vavti2018-01-073-0/+8
| | | | | | | | | | | | | | | | | | | | text if there are no notifications on small screens only
| * | | | make active notifications filter stickyMario Vavti2018-01-061-1/+1
| | | | |
| * | | | fix nav update regressions - fixes issue #950Mario Vavti2018-01-042-6/+6
| | | | |
| * | | | add url and headings to bbco_autocomplete()Mario Vavti2017-12-211-1/+1
| | | | |
| * | | | Update DE translation stringsphellmes2017-12-192-1439/+1599
| | | | |
| * | | | notifications: only handle item otype notify_idsMario Vavti2017-12-181-0/+3
| | | | |
| * | | | Updated Spanish translation.Manuel Jiménez Friaza2017-12-162-1411/+1572
| | | | |
| * | | | hubzilla issue #928zotlabs2017-12-151-1/+1
| | |/ / | |/| |
| * | | fix issue with long filenames in mod cloudMario Vavti2017-12-131-0/+4
| | | |
| * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-12-131-0/+3
| |\| |
| | * | hubzilla issue #475, item 3zotlabs2017-12-121-1/+5
| | | |
| * | | Revert "try as best we can to keep the directory table (cloud list mode) ↵Mario Vavti2017-12-122-14/+5
| |/ / | | | | | | | | | | | | | | | inside the containing div. It looks pretty bad when you have a long filename." This reverts commit 4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-12-122-5/+14
| |\ \
| | * | try as best we can to keep the directory table (cloud list mode) inside the ↵zotlabs2017-12-112-5/+14
| | | | | | | | | | | | | | | | containing div. It looks pretty bad when you have a long filename.
| * | | notification: slight animation for loading... and do not remove public ↵Mario Vavti2017-12-113-8/+53
| |/ / | | | | | | | | | stream items on click (we can not mark them read)
| * | resolve merge conflictMario Vavti2017-12-061-0/+34
| | |
| * | don't force tile photos to be square, as there's no way to sensibly ↵zotlabs2017-12-051-8/+9
| | | | | | | | | | | | auto-crop; increase the tile size slightly to compensate
| * | We only require one Update module. The rest are superfluous.zotlabs2017-12-041-1/+1
| | |
| * | hq templateMario Vavti2017-12-041-0/+9
| | |
| * | js warning - getelementbyid (id doesn't exist)zotlabs2017-12-031-1/+1
| | |
| * | chunked uploads for photos pagezotlabs2017-12-032-18/+86
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-12-024-10/+53
| |\ \
| | * | fix acl issue in mod cloudMario Vavti2017-12-021-1/+22
| | | |
| | * | add a cursor-pointer classMario Vavti2017-12-012-3/+4
| | | |
| | * | add a filter for notification to show new posts onlyMario Vavti2017-12-012-8/+29
| | | |
| * | | remove warning for large files on cloud uploadzotlabs2017-12-021-1/+1
| |/ /
| * | make sure we get a file upload progress indicator in the tiles view.zotlabs2017-11-301-0/+4
| | |
| * | Merge branch 'chunk'zotlabs2017-11-304-30/+59
| |\ \
| | * | more or less working chunked uploads on /cloud now.zotlabs2017-11-302-32/+20
| | | |
| | * | made it to prepareHtmlzotlabs2017-11-302-4/+6
| | | |
| | * | progress on chunked uploads in /cloudzotlabs2017-11-302-12/+13
| | | |