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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2016-06-20Some more brandingLukas Reschke
2016-06-20fixed codeMorris Jobke
2016-06-20fixed translationsMorris Jobke
2016-06-20Delay files_sharing's registerMountProvidersVincent Petry
This moves registerMountProviders until after the sharing backends were registered. In some situations registerMountProviders will trigger listeners which might require filesystem access which itself would mount shares, which itself requires the sharing backends to be initialized.
2016-06-20Make getShareFolder use given view instead of static FS (#25150)Vincent Petry
2016-06-20Convert Dropbox Forbidden exception to StorageNotAvailableExceptionVincent Petry
2016-06-20Merge pull request #170 from nextcloud/fix-references-stable9Morris Jobke
[stable9] Fix some ownCloud/Nextcloud references
2016-06-20no need to mention ownCloud explicitelyBjoern Schiessle
2016-06-20fix references in encryption appBjoern Schiessle
2016-06-20fix references in the federation appBjoern Schiessle
2016-06-20fix references in the federated files sharing providerBjoern Schiessle
2016-06-15fix padding of 3-dot button on mobileJan-Christoph Borchardt
2016-06-14Merge pull request #75 from nextcloud/brand-to-nextcloudLukas Reschke
Brand to nextcloud
2016-06-14Add some super basic cache bustingLukas Reschke
At least the logo should be correct after an update.....
2016-06-14Merge pull request #80 from ↵Lukas Reschke
nextcloud/dont-show-updater-if-updater-is-incompatible [stable9] Don't show the updater if updater is incompatible
2016-06-14[stable9] Don't show the updater if updater is incompatibleLukas Reschke
Prevents us from breaking instances.
2016-06-14Merge branch 'stable9' of https://github.com/owncloud/core into ↵Arthur Schiwon
downstream-160613
2016-06-13Do not link to ownCloud Federation pageLukas Reschke
2016-06-13Show the path relative to the requesting user (#25067)Roeland Douma
A share can only be requested by 3 'types' of people * owner * initiator * recipient So we have to get the path as the current user. Since that is the only path that has any meaning to the user. - Fixed tests
2016-06-13Show spinner for files_drop againLukas Reschke
Somehow the spinner wasn't there anymore after some changes. This makes it appear again.
2016-06-13smaller files drop fixesArthur Schiwon
* fix infinite spinner on blacklisted files * move HTML to template * indentation
2016-06-11[stable9] Backport files drop featureLukas Reschke
2016-06-11Merge pull request #51 from nextcloud/fix-some-more-branding-textsLukas Reschke
Adjust some more branding texts
2016-06-11Merge pull request #37 from nextcloud/downstream-stable9-160610Lukas Reschke
Downstream stable9 16-06-10
2016-06-11Adjust some more branding textsLukas Reschke
Replaces ownCloud with Nextcloud in the user-facing messages
2016-06-11Merge pull request #44 from nextcloud/stable9-add-same-site-cookiesLukas Reschke
[stable9] Add Same Site Cookie protection
2016-06-10Merge pull request #43 from nextcloud/stable9-prLukas Reschke
[stable9] Backport auditing app
2016-06-10Add Same Site Cookie protectionLukas Reschke
2016-06-10log events from versions appBjoern Schiessle
2016-06-10listen to trash bin and group manager hooksBjoern Schiessle
2016-06-10Add basic audit component to loggerLukas Reschke
Logs already: - Share events - Authentication events - User management events - File action events
2016-06-10backport design changeJan-Christoph Borchardt
2016-06-10Merge pull request #24950 from owncloud/stable9-fixdynamicldapgroupaccessVincent Petry
[stable9] Fixed dynamic group ldap access
2016-06-09Add unit test for LDAP multi group cachingVincent Petry
2016-06-08Construct path to the version file from the current directory and filename. ↵Victor Dubiniuk
Fixes #22450
2016-06-08Use array_merge when reading cached groups membersVincent Petry
2016-06-06Allow public upload when the quota is unlimited (#24988)Joas Schilling
2016-06-06Merge pull request #24951 from ↵Vincent Petry
owncloud/backport-24949-internal-server-error-in-sync-client-on-forbidden-directurl [9.0] Catch the ForbiddenException to make sure it gets handled
2016-06-03Catch the ForbiddenException to make sure it gets handledJoas Schilling
2016-06-02My fix for #24272, #23613, File not found when single file in a folder (#24800)Dmitry Popov
* Fixed group share searching for members of multiple group. Issue #11808. * Fixed group share searching, continued. Avoid searching for empty group list in getItemSharedWithUser(). Broke tests in previous commit, #12030. * Simler check for group count. * Fix for https://github.com/owncloud/core/issues/24783 , described there * Now it's #24272, 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside.
2016-06-02Merge pull request #24958 from owncloud/stable9_24869Vincent Petry
[stable9] Use a capped memory cache for the user/group cache
2016-06-01Use a capped memory cache for the user/group cacheRoeland Jago Douma
For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything.
2016-06-01Backport of share id as string fixVincent Petry
2016-06-01formatting, white-space changes onlyArthur Schiwon
2016-06-01fixed possible indention problemalexweirig
spaces -> tab conversion
2016-06-01Fixing group handlingalexweirig
added back the cache processing and fixed
2016-06-01Fixed dynamic group ldap accessalexweirig
getUserGroups: Using $userDN instead of $uid to query LDAP Converting groupDN to group name using API instead of substring Removing cache processing at the end of the method
2016-05-30Merge pull request #24830 from ↵Vincent Petry
owncloud/stable9-lenz1111-share_download_range_requests_support [stable9] lenz1111's fantastic share download range requests support
2016-05-30Merge pull request #24839 from owncloud/shared-storage-local-9Vincent Petry
[9.0] Improve isLocal performance for SharedStorage
2016-05-30dont update search onResize (#24848)Fabian