Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11Only updates the list of apps when there is a change in the server (not 304 s...adds-etag-navigatiion-appsCamila San
2018-04-10Checks for http status code before building navigation apps menu.Camila San
2018-04-10Adds 304 http status code as valid.Camila San
2018-04-10Adds methods to set/get navigation apps etag response header.Camila San
2018-04-09Adds function to add raw header to the request.Camila San
2018-03-23Merge pull request #140 from nextcloud/appimage_drone_bumpRoeland Jago Douma
2018-03-23Merge pull request #224 from nextcloud/fix-documentation-cmakeRoeland Jago Douma
2018-03-22Remove configure_file for non-existing documentation config fileJulius Härtl
2018-03-13Merge pull request #197 from nextcloud/fix-notificationsCamila Ayres
2018-03-09Merge pull request #195 from nextcloud/apps-external-sites-menuCamila Ayres
2018-03-04Adds absolute=true param to navigation/apps request.Camila San
2018-03-04Enables server notifications by default.Camila San
2018-03-04Makes sure JsonApiJob::finished won't throw a JSON error when status code is ...Camila San
2018-03-02Saves notifications ETag response header to use to request only new notificat...Camila San
2018-03-01Merge pull request #163 from nextcloud/edit-system-exclude-listCamila Ayres
2018-03-01Changes notifications api endpoint to v2.Camila San
2018-02-28Only notify users of new notifications and only shows them all on startup.Camila San
2018-02-26Removes string 'Created' from notifications time.Camila San
2018-02-26Removes Server Activities option from General settings.Camila San
2018-02-26Align text and changes spacing in notification widget.Camila San
2018-02-26Only uses 'More information' text in button for notification link.Camila San
2018-02-26Removes debug messages.Camila San
2018-02-26Adds host and scheme to activity link so it can be opened in theCamila San
2018-02-26Do not display user account when there is only one user in popup message.Camila San
2018-02-26Removes _appName from Activity data.Camila San
2018-02-26Removes (s) from time strings.Camila San
2018-02-26Changes notification icon bell size.Camila San
2018-02-24Merge pull request #196 from ivaradi/masterDaniel Hansson
2018-02-24Merge pull request #174 from ivaradi/correct-dolphin-plugin-pathDaniel Hansson
2018-02-24Recommend libgnome-keyring0 on Debian tooIstván Váradi
2018-02-24Added a Recommends relation to libgnome-keyring0István Váradi
2018-02-23Sync activities notifications are never shown unless there is an error. Serve...Camila San
2018-02-22Compares account menu with the account associated with the action to make sur...Camila San
2018-02-21Refactores code and displays nav. apps before Pause/Unpause folders sync.Camila San
2018-02-20Refactores code to fetch and display sub menu with list from navigation/apps ...Camila San
2018-02-20Adds ocsnavigationapps files to CMakeslists.txt.Camila San
2018-02-19Uses OcsNavigationAppsJob instead of OcsAppsJob and OcsExternalSitesJob in Ow...Camila San
2018-02-19Creates navigation/apps API call class OcsNavigationAppsJob.Camila San
2018-02-19Removes external sites/apps configuration from general settings.Camila San
2018-02-19Removes external sites/apps configuration from config file.Camila San
2018-02-19Retrieves list of apps and displays it if 'show apps' checkbox is checked in ...Camila San
2018-02-19Adds checkbox 'showApps' to the general settings form.Camila San
2018-02-19Adds show apps option to the config file.Camila San
2018-02-19List apps for each user in the tray main menu.Camila San
2018-02-19Adds OcsAppsJob to retrieve apps enabled for the user.Camila San
2018-02-19Fixes class name in comments and in ifndef.Camila San
2018-02-19Changes response parsing for the new request.Camila San
2018-02-19Fixes request url - uses the one for all users.Camila San
2018-02-19Saves 'show external sites list' option to the config file.Camila San
2018-02-19Adds checkbox to toggle display of external sites list in the menu.Camila San