Skip to content
#

Web app

A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user's device; they are run from a remote server. This differs from mobile apps, which are installed on the user's mobile device, and desktop applications, which are installed on the user's computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.

Here are 5,225 public repositories matching this topic...

njacharya
njacharya commented Aug 16, 2019

A description is incomplete. It should mention:

These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.

right after

"There are two main patterns to support high availability: fail-over and replication. "

choldgraf
choldgraf commented Apr 8, 2019

Hello 👋 this isn't a question about octobox tech itself, but on the process of donating.

tl;dr - does anybody know if there's a way to pay for a year's worth of octobox instead of month-by-month?

I saw that it's possible to support octobox "the company", which I'd like to do via a grant that we've got (I work at an educational institution so money flows through grants). However, I couldn

filestash
rikroe
rikroe commented Jul 21, 2019

It would be nice if either he official docker-compose file or the documentation itself would include volumes for config persistency. The old structure mentioned #113 has changed some time ago.

Example:

    volumes:
        - /local/path/filestash/config/:/app/data/state/config/
        - /local/path/filestash/db/:/app/data/state/db/
jacobnosal
jacobnosal commented Feb 8, 2019

I am trying to configure the terminal to show documentation for commands without requiring them to be named parameters in execution of the command. I know that I can get the positional parameter value in the argument array, but I'd like for my users to have some documentation of how to use them. Is this possible?

rich-murphey
rich-murphey commented Aug 31, 2019

I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated.

Note that this is on Debian, which doesn't seem to have podman in the repos, so I substituted docker.

Also, in the Makefile, $(PWD) did not seem to work, so I substituted $(shell pwd).

Here are steps that build and deploy the project on current Debian.

stxm
stxm commented May 29, 2019

Dear team,

I was curios if it would be possible to add two features to the translations page.

  • Allow the user to navigate to the next term with keyboard (TAB or arrow keys).
  • Add a save all button to avoid forgetting to save a translation.

Kind regards,
Keep up the good work.

hjek
hjek commented Sep 3, 2018

When logged into News and doing a search, and then from the search results page pressing "logout", the search query disappears, e.g. the URL changes from being /search?q="something" to just /search. This doesn't happen with other pages, e.g. when logging out from threads?id=someone, the query string remains.

Must be something I implemented wrong in the search page...

supersexy
supersexy commented Jul 8, 2019

Version: Personal
Tested this in Chromium and Firefox, Ubuntu 16.04, vie https://app.wire.com

It is not possible to add participants to an existing group. By clicking on the group name on top of the screen the group details flyout opens on the right site of the screen and there is an "Add participants" item, which after click creates another screen in that area with a big "ADD PARTICIPANTS" on

metastream
kathelynn
kathelynn commented Sep 9, 2019
  • Metastream Version:Beta 0.4.0
  • Browser + Version:Google Chrome Version 76.0.3809.136 (Official Build) (64-bit)
  • OS Version:Google Chrome OS Version 76.0.3809.136 (Official Build) (64-bit)

The volume doesn't match the video player volume. When metastream is 50%, the vid

You can’t perform that action at this time.