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
AgeCommit message (Collapse)Author
2014-09-17Do not show exception to the end-userLukas Reschke
Log the error instead of potentially leaking sensitive information
2014-09-17Merge pull request #10745 from owncloud/fix-10708-doctrineLukas Reschke
Use Doctrine Platform to generate SQL query for table truncation.
2014-09-16Merge pull request #10902 from owncloud/fix-ellepsisLukas Reschke
Adding link to ellipsis and fixing styling
2014-09-16Merge pull request #11009 from owncloud/tobiasKaminsky-routeLukas Reschke
REST API for thumbnails
2014-09-16Merge pull request #11102 from owncloud/visit1985-issue_108Lukas Reschke
mysql setup: if dbuser exists try a different one (owncloud/core#108)
2014-09-16Merge pull request #10896 from owncloud/undo-nav-entryMorris Jobke
Add delete undo styles
2014-09-16add delete undo stylesBernhard Posselt
use less right padding better styling, fix padding issues no special color for undo nav entry fix fallback width use class for button
2014-09-16Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke
Fixed JS sort comparator to be consistent between JS and PHP
2014-09-16Merge pull request #10680 from helmutschneider/aws-2.6.15Lukas Reschke
Update AWS sdk to 2.6.15
2014-09-16Merge pull request #11082 from owncloud/deduplicateDependencyCheckThomas Müller
Deduplicate dependency checks
2014-09-16adding unit test to truncate the tableThomas Müller
2014-09-16Merge pull request #11108 from owncloud/add-proper-descrLukas Reschke
Reword the description
2014-09-16Reword the descriptionLukas Reschke
The old one was just horrible wrong.
2014-09-16Merge pull request #10754 from cetra3/masterLukas Reschke
Refactor internal session handler to write directly to $_SESSION
2014-09-16Adding link to ellipsis and fixing stylingClark Tomlinson
2014-09-16Route for thumbnail generationtobiasKaminsky
Thumbnail generation Removed Log Added requested changes Added requested changes. - Fix code style - Add exception if file does not exist - Switch route styling Replaces https://github.com/owncloud/core/pull/10805 Fix codestyle Fix codestyle Migrate to appframework Fix typo
2014-09-16Merge pull request #11055 from owncloud/replaceprodnameThomas Müller
replace ownCloud with placeholder
2014-09-16Merge pull request #11084 from owncloud/no-migration-for-mssql-masterLukas Reschke
Disable database migrations for MSSQL - scripts have to be applied manua...
2014-09-16Merge pull request #11081 from owncloud/trash_fix_expireLukas Reschke
also expire file if timestamp = limit, happens if trashbin_retention_obl...
2014-09-16Deduplicate dependency checksLukas Reschke
Some code that I also used for https://github.com/owncloud/administration/pull/11
2014-09-16Merge pull request #10663 from owncloud/files_trashbin_original_pathMorris Jobke
Show original path information in trashbin and for shares
2014-09-16simplify mysql user creation flowMichael Göhler
if dbuser exists try a different one, owncloud/core#108 changed outdated comment corrected length calculation changed indentation for else clauses
2014-09-16Revert "improve logo flexibility to fix wide custom logo alignment, fix #9339"Vincent Petry
This reverts commit 064e6951e1ef792422ff6cf24fce79c2320d4d5e. Reverting due to regression that breaks styles in error page, setup page and others. Fixes #10967
2014-09-16Merge pull request #11090 from owncloud/fix-undefined-class-and-phpdocMorris Jobke
Fix unexisting class and PHPDoc
2014-09-16patch tipsy in style.css - don't patch 3rdparty librariesMorris Jobke
2014-09-16Merge pull request #10639 from owncloud/fix_naming_schema_preview_with_aspectMorris Jobke
add y to with-aspect naming schema
2014-09-16Merge pull request #10362 from owncloud/preserve_transparency_on_fileloadMorris Jobke
Preserve transparency when loading from a file
2014-09-16[tx-robot] updated from transifexJenkins for ownCloud
2014-09-16Merge pull request #11040 from owncloud/fix-app-menu-overlappJan-Christoph Borchardt
Remove bottom: 0 from app-navigation-entry-utils to prevent the utils form overlapping the whole element....
2014-09-15Merge pull request #11023 from owncloud/users-fixundoLukas Reschke
Add timeout to user and group deletion notification.
2014-09-15Merge pull request #11060 from owncloud/rmobslangLukas Reschke
remove obsolete language files
2014-09-15add some minor fixes for IE8Morris Jobke
2014-09-15Fix unexisting class and PHPDocLukas Reschke
You can't add int here as hint...
2014-09-15Merge pull request #10109 from owncloud/issue_#9793_guestlayoutMorris Jobke
Step one, open guest layout for different styles.
2014-09-15add phpdocGeorg Ehrke
2014-09-15add y to with-aspect naming schemaGeorg Ehrke
2014-09-15Disable database migrations for MSSQL - scripts have to be applied manuallyThomas Müller
2014-09-15Merge pull request #11026 from owncloud/apps-styles-updateMorris Jobke
Apps styles update
2014-09-15Merge pull request #10960 from owncloud/use-intl-module-masterLukas Reschke
use intl's native normalizer_normalize() in case the module is available
2014-09-15Add timeout to user and group deletion notificationVincent Petry
Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict.
2014-09-15also expire file if timestamp = limit, happens if ↵Bjoern Schiessle
trashbin_retention_obligation is set to zero
2014-09-15remove bottom: 0 to prevent the menu form overlapping the whole element. ↵Bernhard Posselt
This happens if a folder has entries, the menu expands to the very bottom and overlaps all entries and makes them impossible to click fix input width which was changed likely with the icon PR use calc because firefox and chrome have different scrollbar widths which causes firefox to push the button into the next row while everything is well in chrome add normal width for IE8
2014-09-15Merge pull request #11021 from owncloud/do-not-double-decodeAndreas Fischer
Do not double decode values * owncloud/do-not-double-decode: Do not double decode values
2014-09-15[tx-robot] updated from transifexJenkins for ownCloud
2014-09-15Merge pull request #11050 from owncloud/enc-flockfixLukas Reschke
Remove passing by reference to allow for proper GC
2014-09-14[tx-robot] updated from transifexJenkins for ownCloud
2014-09-13Merge pull request #11054 from owncloud/fix-unit-tests-11041-masterThomas Müller
content size checks are not valid for LOCK
2014-09-13remove obsolete language filesVolkan Gezer
2014-09-13[tx-robot] updated from transifexJenkins for ownCloud
2014-09-13replace ownCloud with placeholderVolkan Gezer