summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix references in the federated files sharing providerBjoern Schiessle2016-06-202-2/+2
| | | |
* | | | no need to mention ownCloud explicitelyBjoern Schiessle2016-06-202-4/+4
|/ / /
* | | fix padding of 3-dot button on mobileJan-Christoph Borchardt2016-06-151-7/+7
| | |
* | | Merge pull request #75 from nextcloud/brand-to-nextcloudLukas Reschke2016-06-142-9/+3
|\ \ \ | | | | | | | | Brand to nextcloud
| * | | Do not link to ownCloud Federation pageLukas Reschke2016-06-132-9/+3
| | | |
* | | | Add some super basic cache bustingLukas Reschke2016-06-141-6/+6
| | | | | | | | | | | | | | | | At least the logo should be correct after an update.....
* | | | Merge pull request #80 from ↵Lukas Reschke2016-06-143-13/+108
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dont-show-updater-if-updater-is-incompatible [stable9] Don't show the updater if updater is incompatible
| * | | | [stable9] Don't show the updater if updater is incompatibleLukas Reschke2016-06-133-13/+108
| |/ / / | | | | | | | | | | | | Prevents us from breaking instances.
* | | | Merge branch 'stable9' of https://github.com/owncloud/core into ↵Arthur Schiwon2016-06-132-5/+28
|\ \ \ \ | |/ / / |/| / / | |/ / downstream-160613
| * / Show the path relative to the requesting user (#25067)Roeland Douma2016-06-132-5/+28
| |/ | | | | | | | | | | | | | | | | | | | | | | 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
* | Show spinner for files_drop againLukas Reschke2016-06-131-0/+1
| | | | | | | | Somehow the spinner wasn't there anymore after some changes. This makes it appear again.
* | smaller files drop fixesArthur Schiwon2016-06-132-3/+38
| | | | | | | | | | | | * fix infinite spinner on blacklisted files * move HTML to template * indentation
* | [stable9] Backport files drop featureLukas Reschke2016-06-1110-36/+306
| |
* | Merge pull request #51 from nextcloud/fix-some-more-branding-textsLukas Reschke2016-06-113-7/+7
|\ \ | | | | | | Adjust some more branding texts
| * | Adjust some more branding textsLukas Reschke2016-06-113-7/+7
| | | | | | | | | | | | Replaces ownCloud with Nextcloud in the user-facing messages
* | | Merge pull request #37 from nextcloud/downstream-stable9-160610Lukas Reschke2016-06-113-13/+70
|\ \ \ | | |/ | |/| Downstream stable9 16-06-10
| * | Merge pull request #24950 from owncloud/stable9-fixdynamicldapgroupaccessVincent Petry2016-06-102-9/+64
| |\ \ | | | | | | | | [stable9] Fixed dynamic group ldap access
| | * | Add unit test for LDAP multi group cachingVincent Petry2016-06-091-0/+53
| | | |
| | * | Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
| | | |
| | * | formatting, white-space changes onlyArthur Schiwon2016-06-011-7/+7
| | | |
| | * | fixed possible indention problemalexweirig2016-06-011-13/+13
| | | | | | | | | | | | spaces -> tab conversion
| | * | Fixing group handlingalexweirig2016-06-011-6/+15
| | | | | | | | | | | | added back the cache processing and fixed
| | * | Fixed dynamic group ldap accessalexweirig2016-06-011-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Construct path to the version file from the current directory and filename. ↵Victor Dubiniuk2016-06-081-4/+6
| | | | | | | | | | | | | | | | Fixes #22450
* | | | Merge pull request #44 from nextcloud/stable9-add-same-site-cookiesLukas Reschke2016-06-111-0/+1
|\ \ \ \ | |_|_|/ |/| | | [stable9] Add Same Site Cookie protection
| * | | Add Same Site Cookie protectionLukas Reschke2016-06-101-0/+1
| |/ /
* | | Merge pull request #43 from nextcloud/stable9-prLukas Reschke2016-06-1011-0/+952
|\ \ \ | | | | | | | | [stable9] Backport auditing app
| * | | log events from versions appBjoern Schiessle2016-06-102-0/+53
| | | |
| * | | listen to trash bin and group manager hooksBjoern Schiessle2016-06-109-121/+327
| | | |
| * | | Add basic audit component to loggerLukas Reschke2016-06-107-0/+693
| |/ / | | | | | | | | | | | | | | | | | | | | | Logs already: - Share events - Authentication events - User management events - File action events
* / / backport design changeJan-Christoph Borchardt2016-06-101-2/+2
|/ /
* | Allow public upload when the quota is unlimited (#24988)Joas Schilling2016-06-061-1/+1
| |
* | Merge pull request #24951 from ↵Vincent Petry2016-06-061-0/+3
|\ \ | | | | | | | | | | | | owncloud/backport-24949-internal-server-error-in-sync-client-on-forbidden-directurl [9.0] Catch the ForbiddenException to make sure it gets handled
| * | Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-031-0/+3
| | |
* | | My fix for #24272, #23613, File not found when single file in a folder (#24800)Dmitry Popov2016-06-021-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge pull request #24958 from owncloud/stable9_24869Vincent Petry2016-06-021-2/+6
|\ \ | | | | | | [stable9] Use a capped memory cache for the user/group cache
| * | Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-06-011-2/+6
| |/ | | | | | | | | | | | | | | | | 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.
* / Backport of share id as string fixVincent Petry2016-06-011-2/+2
|/
* Merge pull request #24830 from ↵Vincent Petry2016-05-302-3/+21
|\ | | | | | | | | owncloud/stable9-lenz1111-share_download_range_requests_support [stable9] lenz1111's fantastic share download range requests support
| * Http Range requests support in downloadsPiotr Filiciak2016-05-252-3/+21
| | | | | | | | Http range requests support is required for video preview
* | Merge pull request #24839 from owncloud/shared-storage-local-9Vincent Petry2016-05-301-3/+1
|\ \ | | | | | | [9.0] Improve isLocal performance for SharedStorage
| * | Improve isLocal performance for SharedStorageRobin Appelman2016-05-251-3/+1
| |/
* | dont update search onResize (#24848)Fabian2016-05-301-2/+0
| |
* | don't fail on "bad signature" during login. Most likely this happens because ↵Björn Schießle2016-05-301-0/+7
|/ | | | | | (#24837) the login password changed at the user back-end (e.g ldap). Such failures will be handled after login correctly by allowing the user to adjust the passwords
* Merge pull request #24574 from owncloud/stable9_24568Thomas Müller2016-05-111-1/+2
|\ | | | | [Stable 9] Fix etag propegation test race condition
| * Fix test race conditionRoeland Jago Douma2016-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E-tag propagation replies on the mtime of the file. Order of events: 1. add file 'foo.txt' with content 'bar' 2. Set mtime to now() - 1 3. Check if etag changed. Now this goes right often when 1 and 2 happen in the same second. However imagine 1. add file 'foo.txt' with content 'bar' (at t=0.999) 2. Set mtime to now() - 1 (at t=1.001) Now the mtime will be set to the same time. Thus not chaning the etag.
* | Yo-ho-oh - Murder all band 'o pirates - backport of #24550Thomas Müller2016-05-118-42/+0
|/
* Disable pastezone for jquery.fileuploadLukas Reschke2016-04-261-0/+1
| | | | | | | | | | | | | | jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details.
* Merge pull request #24259 from owncloud/stable9-mount-uniqueThomas Müller2016-04-262-2/+22
|\ | | | | [stable9] don't get the config for the same mount multiple times
| * add testRobin Appelman2016-04-251-0/+11
| |